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
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}" . "\\
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
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
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
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}")
("\