[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-capture always asks me if i want to deelte excess backup ver
From: |
Adam Porter |
Subject: |
Re: [O] org-capture always asks me if i want to deelte excess backup versions of bookmarks? |
Date: |
Thu, 15 Sep 2016 12:23:16 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Xebar Saram <address@hidden> writes:
Hey Z,
> i have set bookmark saving to t (bookmark-save-flag 1)
Just FYI, t is not the same as 1 here. Check the help for that
variable. :)
> yet now every time i finish a org-capture i get this dialog:
>
> Delete excess backup versions of /home/zeltak/.emacs.d/bookmarks? (y
> or n) y
>
> i do want to auto save bookmarks, but can i exclude that when
> capturing in org?
When you finish a capture, org-capture saves a bookmark pointing to the
last captured item, but that uses the built-in Emacs bookmark system, so
this is not an org-related issue. If you were to make any kind of
bookmark manually, it should produce the same prompt. I guess you need
to look at the bookmark-version-control setting and follow that rabbit
trail... ;)