[Orgmode] LaTeX export - ignoring "universal" markup for *bold*, /italic/, etc.

2008-09-23 Thread Sullivan, Gregory (US SSA)
I've updated to the latest git, from a much earlier org mode version, and it seems that the "generic" markup, such as *bold* and /italic/ is ignored when exporting to LaTeX. Is this intended? Also, the "#+BEGIN_EXAMPLE" and "#+END_EXAMPLE" lines are emitted as is, which messes up LaTeX. They sho

[Orgmode] how to change the set of agenda org files between custom agenda commands

2008-09-23 Thread Rainer Stengele
I am struggling to switch the set of used agenda org files between different custom agenda commands. I tried something like (setq org-agenda-custom-commands '( ("k" . "Kundenbezogene / Ketegoriebezogene TODOs ...") ("ka" tags-todo "CATEGORY=\"ADMIN\"") ("kP" tags-t

[Orgmode] Re: how to change the set of agenda org files between custom agenda commands

2008-09-23 Thread Dan Griswold
Rainer Stengele <[EMAIL PROTECTED]> writes: > I am struggling to switch the set of used agenda org files between > different custom agenda commands. > > I tried something like > > (setq org-agenda-custom-commands > '( > ("k" . "Kundenbezogene / Ketegoriebezogene TODOs ...") > (