Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
It seemed to work, but (setq org-pretty-entities t) is probably cleaner, so I switched to that. thanks, --Ben On Sat, 13 Oct 2012, Thomas S. Dye wrote: > Aloha Benjamin, > > I don't know if your supposition will work. However, org-pretty-entities > can be customized, or you can put (setq org-p

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Thomas S. Dye
Aloha Benjamin, I don't know if your supposition will work. However, org-pretty-entities can be customized, or you can put (setq org-pretty-entities t) in your .emacs. I prefer to do this on a per-file basis with: #+startup: entitiespretty hth, Tom Benjamin Slade writes: > Thanks. > > I supp

Re: [O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
Thanks. I suppose that: (add-hook 'org-mode-hook 'org-toggle-pretty-entities) is the way the auto-enable it? On Sat, 13 Oct 2012, Carsten Dominik wrote: > On 13.10.2012, at 08:04, Benjamin Slade wrote: > >> Is there a way to have org-mode fontify superscript/subscript the way >> that AUCTeX

Re: [O] fontifying superscript/subscript

2012-10-12 Thread Carsten Dominik
On 13.10.2012, at 08:04, Benjamin Slade wrote: > Is there a way to have org-mode fontify superscript/subscript the way > that AUCTeX does? C-c C-x \ > > (A second, but related, question---especially assuming that the answer > to the first question may be "no"---is there any straightforward way

[O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
Is there a way to have org-mode fontify superscript/subscript the way that AUCTeX does? (A second, but related, question---especially assuming that the answer to the first question may be "no"---is there any straightforward way of getting emacs to raise/lower text as part of a "face"? [I looked at