From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: indent list item and change list type automatically Date: Tue, 07 Jul 2009 13:44:54 +0200 Message-ID: <4A533536.5040205@diplan.de> References: <4A48726E.2000505@diplan.de> <4240E46D-6DDF-41C3-A6C8-78AFA132FC4F@gmail.com> <4A532F7D.8020303@diplan.de> <2FBB3237-E652-44FF-A366-F2725C8D47E5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO96Q-0003P1-O4 for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:44:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO96M-0003Nw-UM for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:44:50 -0400 Received: from [199.232.76.173] (port=54421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO96M-0003Nt-Rr for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:44:46 -0400 Received: from ns.diplan.de ([212.34.188.4]:36021 helo=mail.diplan.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO96M-00045I-D8 for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 07:44:46 -0400 In-Reply-To: <2FBB3237-E652-44FF-A366-F2725C8D47E5@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org 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 - Rainer