From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: merging per-file (or heading) TODO sequences Date: Mon, 22 Apr 2013 09:09:39 +0800 Message-ID: <87ppxnnzfw.fsf@ericabrahamsen.net> References: <8761zgxnda.fsf@ericabrahamsen.net> <35D944A7-A622-416E-AE7C-A3EF9D605E4D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU5AQ-000731-AE for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 21:03:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UU5AO-00040n-TA for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 21:03:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:37072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU5AO-00040X-N1 for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 21:03:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UU5AL-0000vT-GX for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 03:03:33 +0200 Received: from 221.216.160.246 ([221.216.160.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Apr 2013 03:03:33 +0200 Received: from eric by 221.216.160.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Apr 2013 03:03: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 Carsten Dominik writes: > 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. Thanks to you both -- I guess I wasn't mis-remembering. I'd rather not replicate my other TODO sequences at the top of the file; I might experiment with a separate file altogether. Thanks again, Eric