[O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread XeCycle
Hello,

I want to disable the behaviour for org-capture to store a
bookmark pointing to the last stored item, preferably for some
templates.  No documentation for this, so I looked into the
source --- seems we're storing the bookmark unconditionaly.

Do tell me if I should upgrade my org mode.

org-version 7.8.09
emacs-version 24.1.50.1

Thank you.

-- 
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591


pgpIf7FubN0kN.pgp
Description: PGP signature


Re: [O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread Bastien
Hi XeCycle,

XeCycle xecy...@gmail.com writes:

 I want to disable the behaviour for org-capture to store a
 bookmark pointing to the last stored item, preferably for some
 templates.  

You can now (setq org-capture-bookmark nil) to unconditionally
prevent the creation of a bookmark.  This is not dependant of the
capture template (yet) -- patch welcome for this.

 No documentation for this, so I looked into the
 source --- seems we're storing the bookmark unconditionaly.

Fixed, thanks.

Best,

-- 
 Bastien