* cannot properly export function name with underline to HTML
@ 2009-03-26 3:39 roc lee
2009-03-26 4:44 ` Eric Schulte
0 siblings, 1 reply; 2+ messages in thread
From: roc lee @ 2009-03-26 3:39 UTC (permalink / raw)
To: emacs-orgmode
I have function names in both a text block and a table cell, for example:
function_name_with_underline()
When I publish it in HTML format, the underline was interpreted incorrectly:
function<sub>name</sub><sub>with</sub><sub>underline</sub>
"=function_name_with_underline()=" works, but to warp all function
names is boring.
Is there any solution to solve it?
Many thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cannot properly export function name with underline to HTML
2009-03-26 3:39 cannot properly export function name with underline to HTML roc lee
@ 2009-03-26 4:44 ` Eric Schulte
0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2009-03-26 4:44 UTC (permalink / raw)
To: roc lee; +Cc: emacs-orgmode
roc lee <roc.lee.80@gmail.com> writes:
> I have function names in both a text block and a table cell, for example:
> function_name_with_underline()
>
> When I publish it in HTML format, the underline was interpreted incorrectly:
>
> function<sub>name</sub><sub>with</sub><sub>underline</sub>
>
Try setting the ^ option to nil with a line like the following at the
top of your org file
#+OPTIONS: ^:nil
Cheers -- Eric
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-26 4:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 3:39 cannot properly export function name with underline to HTML roc lee
2009-03-26 4:44 ` Eric Schulte
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.