From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature request: don't store bookmark for some capture templates Date: Fri, 25 May 2012 23:46:42 +0200 Message-ID: <87396nvodo.fsf@altern.org> References: <877gw0ldm6.fsf@xc.laptop> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY3ne-0008Jk-Ce for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SY3nc-0000sb-Ol for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:20:01 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:34517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY3nc-0000pJ-Gb for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:20:00 -0400 Received: by mail-wi0-f171.google.com with SMTP id hm14so5569881wib.12 for ; Fri, 25 May 2012 16:19:59 -0700 (PDT) In-Reply-To: <877gw0ldm6.fsf@xc.laptop> (XeCycle@gmail.com's message of "Fri, 25 May 2012 19:11:13 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: XeCycle Cc: emacs-orgmode@gnu.org Hi XeCycle, XeCycle 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