Hello, Oleh <ohwoeo...@gmail.com> writes:
> Found the work-around: > > @@html:<kbd>"</kbd>@@ > > will do what I want. > > regards, > Oleh > > On Sat, Feb 22, 2014 at 5:06 PM, Oleh <ohwoeo...@gmail.com> wrote: >> Hi all, >> >> I'm using verbatim markers to export them as <kbd> 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 <kbd>"</kbd> on >> HTML export? I had a similar question recently (http://thread.gmane.org/gmane.emacs.orgmode/82300). The trick is to change the variable org-emphasis-regexp-components such that the borders part no longer include ". Alan