From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Propagating Workflow States Date: Mon, 31 Mar 2014 07:39:07 +0200 Message-ID: <87mwg7x6ys.fsf@bzg.ath.cx> References: <874n2fgx8k.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUUwI-0000KM-Ld for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:39:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUUwD-0004xn-77 for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:39:18 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:56810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUUwC-0004w5-W3 for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 01:39:13 -0400 In-Reply-To: <874n2fgx8k.fsf@quasar.esben-stien.name> (Esben Stien's message of "Mon, 31 Mar 2014 00:03:39 +0200") 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: Esben Stien Cc: emacs-orgmode@gnu.org Hi Esben, Esben Stien writes: > I have this entry in an org file: > > ***** MAIL 1337445 foo > > Now, if I do C-RET after this entry, I get a new one with the workflow > state the same, MAIL, so somehow the workflow state from the previous > entry propagates to the next and new one. I guess you meant C-S-RET, bound to `org-insert-todo-heading' not C-RET, boud to `org-insert-heading'. > Any way to disable this?; it should start with TODO. Just use C-RET or track what's wrong in your config. -- Bastien