[O] superflous blank line in capture

2017-05-10 Thread Jay Dresser
A little bug in capture I think. I am using this template: ("a" "Add Nag" entry (file+headline "~/Org/jay.org" "Nags") "* %?\nSCHEDULED: %T\nDEADLINE: %T\n:PROPERTIES:\n:CATEGORY: Urgent\n:APPT_WARNTIME: 10m\n:END:" :prepend t) This behaves correctly. If I am near the destination before I inv

Re: [O] How to make the 4 level heading '****' to 'subsubsection' in latex export

2017-05-10 Thread XP Chen
Thanks, That's the key, Also set "#+OPTIONS: H:4" is ok 在2017年05月11 00时15分, "Nicolas Goaziou"写道: Hello, "XP Chen" writes: > I add follow lines in .emacs: > > (add-to-list 'org-latex-classes > '("thesis1" >"\\documentclass{thesis1}" > ("\\chapter{%s}" . "\\

Re: [O] stable org-plus-contrib

2017-05-10 Thread Michael Alan Dorman
phillip.l...@russet.org.uk (Phillip Lord) writes: > I would like to use some of the packages in org-plus-contrib. So, I've > added orgmode's ELPA archive. But I find being on the bleeding edge a > little buggy. > > As far as I can see, there is no "stable" ELPA package archive, so I > have to fall

[O] stable org-plus-contrib

2017-05-10 Thread Phillip Lord
I would like to use some of the packages in org-plus-contrib. So, I've added orgmode's ELPA archive. But I find being on the bleeding edge a little buggy. As far as I can see, there is no "stable" ELPA package archive, so I have to fall back installation from git. This seems somewhat backward to

Re: [O] How to make the 4 level heading '****' to 'subsubsection' in latex export

2017-05-10 Thread Nicolas Goaziou
Hello, "XP Chen" writes: > I add follow lines in .emacs: > > (add-to-list 'org-latex-classes > '("thesis1" >"\\documentclass{thesis1}" > ("\\chapter{%s}" . "\\chapter*{%s}") > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\sub

[O] How to make the 4 level heading '****' to 'subsubsection' in latex export

2017-05-10 Thread XP Chen
I add follow lines in .emacs: (add-to-list 'org-latex-classes '("thesis1" "\\documentclass{thesis1}" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\