From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: indent list item and change list type automatically Date: Tue, 7 Jul 2009 13:52:48 +0200 Message-ID: <3A19A9DF-4DD7-48BD-828F-876EE8AE7467@gmail.com> References: <4A48726E.2000505@diplan.de> <4240E46D-6DDF-41C3-A6C8-78AFA132FC4F@gmail.com> <4A532F7D.8020303@diplan.de> <2FBB3237-E652-44FF-A366-F2725C8D47E5@gmail.com> <4A533536.5040205@diplan.de> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO9EM-0000co-Ln for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:53:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO9EI-0000cB-39 for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:53:02 -0400 Received: from [199.232.76.173] (port=56319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO9EI-0000c7-0f for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:52:58 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:55652) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO9EH-0005aF-JQ for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:52:57 -0400 Received: by ewy4 with SMTP id 4so5565911ewy.42 for ; Tue, 07 Jul 2009 04:52:56 -0700 (PDT) In-Reply-To: <4A533536.5040205@diplan.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Jul 7, 2009, at 1:44 PM, Rainer Stengele wrote: > Carsten Dominik schrieb: >> Just a typo, it is fixed, thanks. >> >> >> On Jul 7, 2009, at 1:20 PM, Rainer Stengele wrote: >>> How can I trace the mechanism? >> >> In general, turn on debug-on-error fro the Options menu, load >> uncompiled >> code and hit the error. >> >> - Carsten >> >> >> >> _______________________________________________ >> 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 >> > > > excellent, thanks! > > having > '(org-list-demote-modify-bullet (quote (("*" . "+") ("-" . "*") > ("+" . "-") ("1." . "-")))) > > it works, but not for demotong from "1." to "-" or from "1.)" to "-" > Result: > 2. foo > 1. bar It does now. Thanks for testing. - Carsten