From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: merging per-file (or heading) TODO sequences Date: Sun, 21 Apr 2013 18:35:36 +0200 Message-ID: <35D944A7-A622-416E-AE7C-A3EF9D605E4D@gmail.com> References: <8761zgxnda.fsf@ericabrahamsen.net> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTxEo-0003wG-HB for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:35:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTxEn-000370-4N for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:35:38 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:54928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTxEm-00036t-Ty for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:35:37 -0400 Received: by mail-wi0-f175.google.com with SMTP id h11so3105315wiv.14 for ; Sun, 21 Apr 2013 09:35:36 -0700 (PDT) In-Reply-To: <8761zgxnda.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org On 21.4.2013, at 11:08, Eric Abrahamsen wrote: > I could have sworn I've done this successfully before, but... > > I need a special sequence of TODO keywords for one file -- actually just > one headline in particular. I thought I remembered this used to be > possible, but it doesn't seem to be anymore. > > Setting #+SEQ_TODO: FOO | BAR at the top of the file actually > overwrites the existing value of `org-todo-keywords' for that file. In > this case I'd like to either: > > 1. Create this sequence for a single subtree (it's okay if it clobbers > the global value of `org-todo-keywords', so long as it's *only* for this > subtree), or This is currently not possible. > > 2. Set the new sequence at the top of the file, but merge this sequence > with the global value of `org-todo-keywords'. And neither is this. But you do have the options Richard mentions in his post. Regards - Carsten