Re: [O] re-export using same options

2013-12-25 Thread Daniel Clemente
> > > > Can I re-export using the last settings? > > > > > > C-u C-c C-e > > > > Thanks, that makes it faster, but you need to be in the same subtree. > > Not so. > With org-mode from some days ago it was failing: only moving to a new subtree would make C-u C-c C-e export the new su

Re: [O] Beamer title is (incorrectly?) outside of a frame

2013-12-25 Thread James Harkins
On Monday, December 23, 2013 4:25:50 PM HKT, Nicolas Goaziou wrote: James Harkins writes: One question, though: How would I determine the LaTeX document class programmatically? (plist-get info :latex-class) Thanks. I'm very busy now at the end of the semester, but I have this: ** TODO B

Re: [O] Getting custom LaTeX exports to work

2013-12-25 Thread Uwe Ziegenhagen
Thomas S. Dye tsdye.com> writes: > > Hi Uwe, > > Uwe Ziegenhagen gmail.com> writes: > > You've named it `koma-artikel', not `koma-article'. > > hth, > Tom > OMG, that did the trick! Thanks, Uwe

[O] org-entities in #+captions

2013-12-25 Thread Thomas S. Dye
Aloha all, With this local variable: # eval: (add-to-list 'org-entities-user '("amacron" "\\={a}" nil "ā" "a" "a" "ā")) the org-entity \amacron isn't handled inside a caption: #+caption: *Level assignments in the Kahua 1 and P\amacron{}hinahina detailed study area.* The caption exports to L

Re: [O] Getting custom LaTeX exports to work

2013-12-25 Thread Thomas S. Dye
Hi Uwe, Uwe Ziegenhagen writes: > ;; now let's add a few custom class export templates > (add-to-list 'org-latex-classes > '("koma-artikel" > "\\documentclass{scrartcl}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*

[O] Getting custom LaTeX exports to work

2013-12-25 Thread Uwe Ziegenhagen
Hi everyone, I am trying to get custom LaTeX exports to work. I installed the latest version of Emacs (for Windows) and org mode today and have the following in my .emacs: (require 'ox-html) (require 'ox-latex) (require 'ox-ascii) ;; now let's add a few custom class export templates (add-to-list

[O] LaTeX export, problem with quotes

2013-12-25 Thread Thomas S. Dye
Aloha all, I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. This input in the Org mode file: "[l]ater walls ..." produces this in the tex file (open quote wrong, close quote OK): "[l]ater walls ...'' I'm expecting this in the tex file: ''[l]ater walls ...'' I'm using Org

Re: [O] Bug: org-agenda-overriding-columns-format ignored every other refresh

2013-12-25 Thread Nick Dokos
Russell Yanofsky writes: > Hi list, > > I've been having a problem where my agenda column format is ignored every > other time I load or refresh the agenda, which makes it very hard to use. > When this happens, I see the following error in *Messages*: "Making > org-agenda-overriding-columns-for

[O] Bug: org-agenda-overriding-columns-format ignored every other refresh

2013-12-25 Thread Russell Yanofsky
Hi list, I've been having a problem where my agenda column format is ignored every other time I load or refresh the agenda, which makes it very hard to use. When this happens, I see the following error in *Messages*: "Making org-agenda-overriding-columns-format buffer-local while locally let-bound