Re: [O] [PATCH] summarize timestamps in column view

2013-07-01 Thread Pedro Silva
Hi Bastien, Bastien writes: > It hardly counts as a tiny change, though, as I count 25 lines... > I'm afraid the patch is larger than what we can accept without > paperwork. Would you mind signing the FSF copyright assignment > (or telling me if you did so already for Emacs)? I don't mind assi

[O] [PATCH] summarize timestamps in column view

2013-06-09 Thread Pedro Silva
* org-colview.el (org-columns-compile-map): (org-columns-number-to-string): (org-columns-string-to-number): Handle timestamp summaries. * org.texi (Column attributes): Document timestamp summaries. TINYCHANGE --- contrib/lisp/org-colview-xemacs.el | 11 ++- doc/org.texi

Re: [O] Latex export postamble

2012-04-14 Thread Pedro Silva
Pedro Silva writes: > Is it possible to insert text just before \end{document} on export, > similarly to org-export-html-postamble? > > I'd like to do this on a capture target file that contains the following > at the end: > > \bibliography{references} > >

[O] Latex export postamble

2012-04-13 Thread Pedro Silva
Is it possible to insert text just before \end{document} on export, similarly to org-export-html-postamble? I'd like to do this on a capture target file that contains the following at the end: \bibliography{references} New capture entries keep getting inserted below it, which makes the r

Re: [O] sectioning depth limit on export

2012-04-12 Thread Pedro Silva
Nick Dokos writes: > Try setting org-export-headline-levels to 6 or use the equivalent in-buffer > setting > > #+OPTIONS: H:6 > Ah, that did it. Thanks for your help! -- Pedro

[O] sectioning depth limit on export

2012-04-12 Thread Pedro Silva
I'm having problems over a document with headings down to a depth of 5 export the levels 4 and 5 as \paragraph and \subparagraph, respectively. My org-export-latex-classes includes the following: ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}"