From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: merging per-file (or heading) TODO sequences Date: Sun, 21 Apr 2013 17:08:01 +0800 Message-ID: <8761zgxnda.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTqAO-00049h-TU for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTqAN-0000Ao-Sx for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:02:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:41421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTqAN-0000Ai-MP for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:02:35 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UTqAL-0006AS-Jd for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 11:02:33 +0200 Received: from 114.252.251.82 ([114.252.251.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 11:02:33 +0200 Received: from eric by 114.252.251.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 11:02:33 +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: emacs-orgmode@gnu.org 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 2. Set the new sequence at the top of the file, but merge this sequence with the global value of `org-todo-keywords'. I was sure this was possible! What am I missing? Thanks, Eric