go-org-orgwiki/org/testdata
Niklas Fasching f27340ed5e Add \ to emphasis post chars to allow immediate explicit line break
Post chars are defined in (nth 1 org-emphasis-regexp-components) in emacs org.
When I initially adapted the list of chars for go, I failed to check how it's
actually used (further down in org.el):
  (string-match (concat "[" (nth 1 erc) "\n]") (char-to-string (char-after (point))))

Due to the surrounding [] the `\\` in
  '("-[:space:]('\"{" "-[:space:].,:!?;'\")}\\[" "[:space:]" "." 1)

is actually a literal backslash, not an escape of the opening bracket I
guess. I'm not in the mood for thinking any harder about this, so let's hope
this is right. yolo.
2022-09-20 17:16:40 +02:00
..
blocks.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
blocks.org Improve block parameter parsing 2021-04-11 21:52:12 +02:00
blocks.pretty_org Improve block parameter parsing 2021-04-11 21:52:12 +02:00
captions.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
captions.org Remove outdated information from captions fixture 2018-12-19 00:39:06 +01:00
captions.pretty_org Remove outdated information from captions fixture 2018-12-19 00:39:06 +01:00
east_asian_line_breaks.html Add non-standard ealb (east asian line break) option 2021-07-20 22:33:28 +02:00
east_asian_line_breaks.org Add non-standard ealb (east asian line break) option 2021-07-20 22:33:28 +02:00
east_asian_line_breaks.pretty_org Add non-standard ealb (east asian line break) option 2021-07-20 22:33:28 +02:00
footnotes.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
footnotes.org HTML export: Improve handling of missing footnote definitions 2019-07-07 18:01:22 +02:00
footnotes.pretty_org HTML export: Improve handling of missing footnote definitions 2019-07-07 18:01:22 +02:00
footnotes_in_headline.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
footnotes_in_headline.org html: Fix html writer footnotes (in headlines) 2019-08-24 12:11:23 +02:00
footnotes_in_headline.pretty_org html: Fix html writer footnotes (in headlines) 2019-08-24 12:11:23 +02:00
headlines.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
headlines.org Add a lower-case org-mode drawer 🔚 test 2020-11-20 11:41:24 -08:00
headlines.pretty_org html: Allow limiting level of headlines to be included in toc 2020-01-20 18:44:09 +01:00
hl-lines.html highlight: support highlighting lines in the default writer 2022-07-18 03:56:15 +09:00
hl-lines.org highlight: support highlighting lines in the default writer 2022-07-18 03:56:15 +09:00
hl-lines.pretty_org highlight: support highlighting lines in the default writer 2022-07-18 03:56:15 +09:00
inline.html Add \ to emphasis post chars to allow immediate explicit line break 2022-09-20 17:16:40 +02:00
inline.org Add \ to emphasis post chars to allow immediate explicit line break 2022-09-20 17:16:40 +02:00
inline.pretty_org Add \ to emphasis post chars to allow immediate explicit line break 2022-09-20 17:16:40 +02:00
keywords.html html: Add support for #+TOC keyword 2021-03-28 17:12:25 +02:00
keywords.org html: Add support for #+TOC keyword 2021-03-28 17:12:25 +02:00
keywords.pretty_org html: Add support for #+TOC keyword 2021-03-28 17:12:25 +02:00
latex.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
latex.org Fix latex fragment parsing 2020-01-20 18:47:26 +01:00
latex.pretty_org Fix latex fragment parsing 2020-01-20 18:47:26 +01:00
lists.html For simple list items, don't wrap in <p> tags 2021-07-13 23:41:32 +02:00
lists.org Add support for custom numbering of ordered list using [@\d+] 2021-04-17 15:43:19 +02:00
lists.pretty_org Add support for custom numbering of ordered list using [@\d+] 2021-04-17 15:43:19 +02:00
misc.html Don't wrap simple titles in <p> 2022-08-21 12:37:51 -04:00
misc.org Migrate from travisci to github actions 2021-01-02 20:42:59 +01:00
misc.pretty_org Migrate from travisci to github actions 2021-01-02 20:42:59 +01:00
options.html Document ealb in options.org fixture 2021-07-25 21:54:15 +02:00
options.org Document ealb in options.org fixture 2021-07-25 21:54:15 +02:00
options.pretty_org Document ealb in options.org fixture 2021-07-25 21:54:15 +02:00
paragraphs.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
paragraphs.org Split example.org into separate files 2018-12-11 14:43:44 +01:00
paragraphs.pretty_org Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
setup_file_org Add support for EXCLUDE_TAGS and :noexport: 2018-12-26 15:31:48 +01:00
tables.html html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
tables.org html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
tables.pretty_org html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00