On 13/02/2022 03:12, Cash Weaver wrote:
As a quick summary: The following list item is improperly exported to
org mode (org-md-export-as-markdown). The first snippet is in org-mode
and the second is the exported markdown:
- [[id:c89158fd-05ac-4c66-8986-05753e15096c][ryans01 :: No Zero Days]]
- [[id:92cf48f0-63a6-4d1d-9275-c80f6743ccb9][Do Things that Compound]]
- **[[<ryans01NoZeroDays2013.md>][ryans01:** No Zero Days]]
- [Do Things that Compound](do_things_that_compound.md)
I am marking this issue as a bug for https://updates.orgmode.org/ but it
may be just non-intuitive behavior of org-element parser. "::" inside an
item forces the list to be considered as descriptive one. Element which
parsing started earlier has higher priority. See the following recent
thread for similar issues:
Juan Manuel Macías. Pandoc and nested emhases.
Fri, 18 Feb 2022 00:47:18 +0000.
https://list.orgmode.org/orgmode/87sfshgfvt....@posteo.net/T/#u
You may add zero-width space between colons, see
info "(org) Escape Character"
https://orgmode.org/manual/Escape-Character.html but it may require
post-processing filter to remove zero-width spaces.
Another approach is to insert an export snippet:
- [[id:cbce567a-861c-4d9b-8b2f-5933afadb864][ryans01 :@@org:@@: No Zero
Days]]