From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Alberto Sanchez Subject: Org-Capture template overwriting headlines!? Date: Mon, 30 Sep 2013 22:26:19 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0102fe6e91b60104e7a4ad16 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQpfK-0000WQ-7K for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQpfI-00023N-RI for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:26:22 -0400 Received: from mail-vc0-x234.google.com ([2607:f8b0:400c:c03::234]:40449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQpfI-000237-Ma for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:26:20 -0400 Received: by mail-vc0-f180.google.com with SMTP id ld13so4311314vcb.25 for ; Mon, 30 Sep 2013 19:26:19 -0700 (PDT) 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: emacs-orgmode@gnu.org --089e0102fe6e91b60104e7a4ad16 Content-Type: text/plain; charset=ISO-8859-1 Hello everyone, I recently wrote a few org-capture template for myself and I just notice a strange issue with the captures. when I record a capturer if there was already something of the same level where the file+headline is inserting it overwrites the previews entry of the same level. For example, I take a capture by hitting C-c r t that captures is inserted as a ** TODO under a * Tasks if I take another capture the next ** TODO will overwrite already existing **TODO with the text on the new capturer rather then inserting it below the exiting ** TODO headline. any idea what is going on? Below is a pestbin of my org config http://pastebin.com/vufwmU2m Thank you for the help before hand -- ** --089e0102fe6e91b60104e7a4ad16 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello everyone,

I recently wrote a= few org-capture template for myself and I just notice a strange issue with= the captures. when I record a capturer if there was already something of t= he same level where the file+headline is inserting it overwrites the previe= ws entry of the same level. For example, I take a capture by hitting C-c r = t that captures is inserted as a ** TODO under a * Tasks if I take another = capture the next ** TODO will overwrite already existing **TODO with the te= xt on the new capturer =A0 rather then inserting it below the exiting ** TO= DO headline. any idea what is going on? Below is a pestbin of my org config=

http://pastebin.com/vufwmU2m

Thank you for the help before hand =A0 =A0 =A0 =A0

--
--089e0102fe6e91b60104e7a4ad16-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-Capture template overwriting headlines!? Date: Wed, 06 Nov 2013 09:24:02 +0100 Message-ID: <87y551ewcb.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Av-0006X9-8o for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2Al-0000Ad-PJ for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:33 -0500 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:39643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Al-0000AT-Ir for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:23 -0500 Received: by mail-we0-f182.google.com with SMTP id t61so4869690wes.13 for ; Wed, 06 Nov 2013 04:25:22 -0800 (PST) In-Reply-To: (Juan Alberto Sanchez's message of "Mon, 30 Sep 2013 22:26:19 -0400") 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: Juan Alberto Sanchez Cc: emacs-orgmode@gnu.org Hi Juan, Juan Alberto Sanchez writes: > I recently wrote a few org-capture template for myself and I just > notice a strange issue with the captures. when I record a capturer if > there was already something of the same level where the file+headline > is inserting it overwrites the previews entry of the same level. For > example, I take a capture by hitting C-c r t that captures is > inserted as a ** TODO under a * Tasks if I take another capture the > next ** TODO will overwrite already existing **TODO with the text on > the new capturer   rather then inserting it below the exiting ** TODO > headline. any idea what is going on? Below is a pestbin of my org > config This looks bad, and I can't reproduce this. What version of Emacs/Org are you using? Can you provide a minimal example, together with your setup? Thanks, -- Bastien