go-org-orgwiki/org
Niklas Fasching b3edd6c182 Improve block parameter parsing
The actual parameter parsing logic in emacs org mode is quite complex [1]. All
we want for now is to handle parameter values containing spaces [2]. Splitting
on ` :` gets us close enough for now. As I'm very opposed to copying 100 lines
of parameter parsing logic just to get exports right let's wait for use cases -
no hurt in gathering requirements as we go.

[1] https://github.com/bzg/org-mode/blob/master/lisp/ob-core.el#L1481
[2] I never ran into such parameters before and wrongly assumed that splitting
on spaces would be enough. boy was i wrong - just look at that massive
function [1]! that's why we can't have nice things!
2021-04-11 21:52:12 +02:00
..
testdata Improve block parameter parsing 2021-04-11 21:52:12 +02:00
block.go Improve block parameter parsing 2021-04-11 21:52:12 +02:00
document.go Add title export option 2020-06-26 12:25:17 +02:00
drawer.go Make ORG-mode drawer "🔚" case-insensitivie 2020-11-16 12:37:37 -08:00
footnote.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Fix list item parsing and headline token lvls 2020-07-22 13:49:58 +02:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_writer.go html: Add support for #+TOC keyword 2021-03-28 17:12:25 +02:00
html_writer_test.go html: Support pretty relative links 2021-01-02 20:48:28 +01:00
inline.go html: Support links with image descriptions 2020-06-28 21:16:46 +02:00
keyword.go Fix comments: comments must start with #\s not just # 2020-07-28 19:28:30 +02:00
list.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
org_writer.go Fix comments: comments must start with #\s not just # 2020-07-28 19:28:30 +02:00
org_writer_test.go Add support for extending writers 2019-10-27 16:43:42 +01:00
paragraph.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
table.go Store table separator indices 2020-06-26 20:05:59 +02:00
util.go Improve footnote handling 2018-12-26 15:42:12 +01:00
writer.go Implement #+MACRO 2020-04-17 16:41:06 +02:00