I use org-plus-contrib 2020928 with Emacs 27.1.
Since org-plus-contrib 20200920, I'm no longer able to get
org-capture to insert a template at the point. Instead, it seems
to place the entry at the appropriate heading level, above the
current heading. Looking at the help page, perhaps it's thi
ing the last change to nil. Is
there
anything I can do to try to shed some light on this?
This is the template I am trying to use:
* %^L :PROPERTIES: :NOTES: %^{NOTES} :END: :LOGBOOK:
- Added %U.
:END:
Many thanks,
David
Allen Li writes:
On Sat, Jan 12, 2019 at 12:43 AM david wen ricc
Hello and thank you. This behavior did appear to be fixed, but
it's surfaced once again today.
Nicolas Goaziou writes:
Hello,
David Wen Riccardi-Zhu writes:
I use the following capture template to store bookmarks:
* %^L :PROPERTIES: :NOTES: %^{NOTES} :END: :LOGBOOK: - Added
%U.
I use the following capture template to store bookmarks:
* %^L :PROPERTIES: :NOTES: %^{NOTES} :END: :LOGBOOK:
- Added %U.
:END:
It was working fine until I updated my packages today. If I try to
use the template now, the following is displayed in the
minibuffer:
org-capture: Capture abo
I'm trying to get syntax highlighting with org-mode source blocks
using a custom language mode for editing JavaScript. I use
js2-mode with a bunch of minor modes, rather than js-mode, which
is what org-mode uses by default.
I was able to get org-mode to use js2-mode for editing code by
custom