From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: emacs 23.0.60.1 Date: Thu, 3 Apr 2008 11:01:23 +0200 Message-ID: <93F4B0E7-EA19-44CC-A18D-91D54BFEF4DE@science.uva.nl> References: <20080329152557.1edc7251@mistral.stie> <87sky8rvf7.fsf@mixandgo.ro> <20080330200726.3b630d4e@mistral.stie> <8763v3ieik.fsf@mixandgo.ro> <20080331194735.15481b0b@mistral.stie> <87od8sa8u7.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: multipart/mixed; boundary="===============0820775695==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhLK7-0002D8-AJ for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 05:01:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhLK4-00025i-AP for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 05:01:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhLK4-00025O-4a for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 05:01:28 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhLK3-0000G7-G5 for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 05:01:27 -0400 Received: by fg-out-1718.google.com with SMTP id d23so3873022fga.30 for ; Thu, 03 Apr 2008 02:01:25 -0700 (PDT) In-Reply-To: <87od8sa8u7.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --===============0820775695== Content-Type: multipart/alternative; boundary=Apple-Mail-1--874666394 --Apple-Mail-1--874666394 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 2, 2008, at 11:45 AM, Bastien wrote: > lanas writes: > >> '(org-todo-keywords (quote ("TODO" "NOTE" "LATER" "VERIFY" "BUG" >> "DONE") org-todo-interpretation (quote sequence))) >> >> Once this line is commented out, then org mode works nicely. That's >> great. It's nice to have that font choice in emacs. Next I will try >> to see why the above line causes the problem. > > The above line should be split into two variable settings: > > '(org-todo-keywords (quote ("TODO" "NOTE" "LATER" "VERIFY" "BUG" > "DONE"))) > '(org-todo-interpretation (quote sequence)) Sorry that I need to correct this, but also as modified by Bastien this is still the old, obsolete form. The correct setting would be '(org-todo-keywords (quote (sequence "TODO" "NOTE" "LATER" "VERIFY" "BUG" "|" "DONE"))) No setting of org-todo-interpretation is required. - Carsten --Apple-Mail-1--874666394 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Apr 2, 2008, at = 11:45 AM, Bastien wrote:
lanas = <lanas@securenet.net> = writes:

'(org-todo-keywords (quote = ("TODO" "NOTE" "LATER" "VERIFY" "BUG" "DONE") org-todo-interpretation = (quote sequence)))

Once this line = is commented out, then org mode works nicely. =  That's
great.  It's = nice to have that font choice in emacs.  Next I will = try
to see why the above line = causes the problem.

The above line should be split = into two variable settings:

'(org-todo-keywords (quote ("TODO" = "NOTE" "LATER" "VERIFY" "BUG" "DONE")))
'(org-todo-interpretation = (quote sequence)) =             &n= bsp;    

Sorry that = I need to correct this, but also as modified by Bastien = this
is still the old, obsolete form.  The correct = setting would be

'(org-todo-keywords (quote = (sequence "TODO" "NOTE" "LATER" "VERIFY" "BUG" "|" = "DONE")))

No setting of org-todo-interpretation = is required.

- = Carsten

= --Apple-Mail-1--874666394-- --===============0820775695== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0820775695==--