Re: [O] ~"~ doesn't register as verbatim

2014-02-25 Thread Alan Schmitt
Oleh writes: >>> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'") >>> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) >> >> However I don't understand why the second line is necessary (but when >> testing it, I found it necessary). >> > > `org-emphasis-alist`

Re: [O] ~"~ doesn't register as verbatim

2014-02-25 Thread Oleh
>>> Could you maybe share your customization, then? > > It was clearly not as elegant as this: > >> I can share it: >> >> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'") >> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) > > However I don't understand why the

Re: [O] ~"~ doesn't register as verbatim

2014-02-25 Thread Alan Schmitt
Oleh writes: >> Could you maybe share your customization, then? It was clearly not as elegant as this: > I can share it: > > (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'") > (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) However I don't understand why t

Re: [O] ~"~ doesn't register as verbatim

2014-02-25 Thread Oleh
> Hello Alan, > > Alan Schmitt wrote: >> Oleh writes: >>> On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: I'm using verbatim markers to export them as in HTML. But ~"~ isn't recognized as verbatim. I've tried fiddling with org-verbatim-re, but it doesn't update on revert-buffer

Re: [O] ~"~ doesn't register as verbatim

2014-02-25 Thread Sebastien Vauban
Hello Alan, Alan Schmitt wrote: > Oleh writes: >> On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: >>> I'm using verbatim markers to export them as in HTML. >>> But ~"~ isn't recognized as verbatim. I've tried fiddling with >>> org-verbatim-re, >>> but it doesn't update on revert-buffer. >>> >>> C

Re: [O] ~"~ doesn't register as verbatim

2014-02-24 Thread Alan Schmitt
Hello, Oleh writes: > Found the work-around: > > @@html:"@@ > > will do what I want. > > regards, > Oleh > > On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: >> Hi all, >> >> I'm using verbatim markers to export them as in HTML. >> But ~"~ isn't recognized as verbatim. I've tried fiddling with >>

Re: [O] ~"~ doesn't register as verbatim

2014-02-24 Thread Oleh
Found the work-around: @@html:"@@ will do what I want. regards, Oleh On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: > Hi all, > > I'm using verbatim markers to export them as in HTML. > But ~"~ isn't recognized as verbatim. I've tried fiddling with > org-verbatim-re, > but it doesn't update on

[O] ~"~ doesn't register as verbatim

2014-02-22 Thread Oleh
Hi all, I'm using verbatim markers to export them as in HTML. But ~"~ isn't recognized as verbatim. I've tried fiddling with org-verbatim-re, but it doesn't update on revert-buffer. Can someone hep me with this? Maybe a workaround inline snippet that transforms to " on HTML export? regards, Ole