Rustom Mody <rustompmody <at> gmail.com> writes: > > > > On Fri, Dec 20, 2013 at 9:37 PM, Bastien <bzg <at> gnu.org> wrote: > > > Hello, > > Rustom Mody <rustompmody <at> gmail.com> writes: > > How does one escape something in a text that is an org-command > > eg > > I wanted to write > > <<Something>> > > > > It vanished from the export because its a link-target! > You can customize `org-activate-links' so that radio links are > not activated -- not tested, but my assumption is that the exporter > should handle this fine. > There is also `org-export-filter-radio-target-functions'. > HTH, > > > > > Thanks Bastien that will work in this case > > However I am also looking for something more generic: > [snip]
Mark it verbatim or use an export snippet?? Exporting this: * Start Verbatim: : <<headline>> Export-snippet: @@ascii:<<headline>>@@ * headline to ASCII yields this: 1 Start ======= Verbatim: ,---- | <<headline>> `---- Export-snippet: <<headline>> 2 headline ==========