go-org-orgwiki/org
Niklas Fasching ec895cbe83 Fix headline tags, table pretty printing and multiline links
- we can't just look at the len of the string (~ #bytes) - that breaks down for
  tables containing characters consisting of multiple bytes. This handles
  more (still not all) cases and is good enough for now
- add _ to allowed tag chars - also require space between headline and tags
- links (link itself, not the description) spanning multiple lines are not
  supported - otherwise we would have to take care of splitting link and adding
  indentation for org pretty printing - and that sounds like such an edge case
  that it seems cleaner to forbid them
2018-12-19 13:15:31 +01:00
..
testdata Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
block.go Support blocks with unindented content 2018-12-19 00:28:53 +01:00
document.go Match goorgeous frontmatter parsing behaviour 2018-12-19 01:07:22 +01:00
document_test.go Convert panics to errors for public interface 2018-12-14 16:37:32 +01:00
drawer.go org: Fix drawer & block 2018-12-19 12:21:25 +01:00
example.go Improve handling of elements containing raw text 2018-12-17 13:40:15 +01:00
footnote.go Refactor Footnotes: Exclude footnotes heading during export, not parsing 2018-12-17 13:40:15 +01:00
headline.go Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
html.go html: Handle bad usages of ATTR_HTML gracefully 2018-12-19 11:43:35 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_test.go Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
inline.go Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
keyword.go Trim space around keyword values 2018-12-19 01:07:22 +01:00
list.go Add support for list item checkboxes (e.g. [X]) 2018-12-18 14:15:35 +01:00
org.go Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
org_test.go Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
paragraph.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
table.go Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
util.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00