Timeline for How can I escape the * in org-mode to prevent bold fontification
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 24, 2023 at 13:56 | comment | added | Fernando Basso | I have a situation where I need to write this: “Note that [[ ... ]] is NOT syntax”, and I need to prevent the [[ ... ]] to be interpreted as a link. Adding a non-breaking space between the two [[ opening brackets does help. I sometimes which org-mode would use Asciidoctor as the underlying markup language. | |
| Oct 2, 2022 at 4:20 | comment | added | Rob N | The zero width space escape doesn't seem to be working anymore. At least it doesn't stop the bold from being rendered in emacs, which is all I care about. I haven't checked export to HTML. | |
| Apr 13, 2017 at 12:52 | history | edited | CommunityBot | replaced http://emacs.stackexchange.com/ with https://emacs.stackexchange.com/ | |
| Nov 2, 2015 at 23:32 | history | edited | Kaushal Modi | CC BY-SA 3.0 | added 28 characters in body |
| Sep 22, 2015 at 14:47 | comment | added | Kaushal Modi | @user2699 FWIW, use of org entities in the files will work right away without any user config.. it's just the use of plain ascii \ast{} in the files. My other solution simply makes entering \ast{} faster and easier to remember. | |
| Sep 22, 2015 at 14:41 | comment | added | user2699 | @timor, it isn't obvious, but of all the solutions given here it's the only one that works without modifying emacs configuration, so it is the most obvious if you want to share your files. | |
| Sep 22, 2015 at 14:18 | history | edited | Kaushal Modi | CC BY-SA 3.0 | added 500 characters in body |
| Sep 18, 2015 at 18:47 | comment | added | Kaushal Modi | @timor I have brought up this discussion on the [email protected] mailing list. If interested, you can follow/add to the discussion here. | |
| Sep 18, 2015 at 7:43 | comment | added | timor | Technically that is a pretty quick way to solve the problem. Does it rely on org-mode not interpreting the ZWS as whitespace? Also, I fear the solution is non-obvius for other people editing the org file... | |
| Sep 17, 2015 at 17:00 | history | answered | Kaushal Modi | CC BY-SA 3.0 |