From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: indent list item and change list type automatically Date: Tue, 23 Jun 2009 23:23:37 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJDTR-0008MA-9v for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 17:24:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJDTN-0008LZ-Vg for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 17:24:13 -0400 Received: from [199.232.76.173] (port=43595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJDTN-0008LW-QX for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 17:24:09 -0400 Received: from main.gmane.org ([80.91.229.2]:57565 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJDTN-0003PB-9X for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 17:24:09 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MJDTJ-0006aO-JF for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 21:24:05 +0000 Received: from nrbg-4dbe6e12.pool.einsundeins.de ([77.190.110.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 21:24:05 +0000 Received: from rainer.stengele by nrbg-4dbe6e12.pool.einsundeins.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Jun 2009 21:24:05 +0000 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: emacs-orgmode@gnu.org Hi all, using org-mode for quite some time now I always look at operations (key sequences) I repeat a lot of times. A lot of times I start a list with an item and immediately indent the next item as subitem. From - item 1 - subitem 11 I go to - item 1 - subitem 11 via "M-right". Then I always want to change the style of the subitem list to "*". I do this via "S-right-right". I wonder how others work. I would like to automatically have changed the subitem list type to "*" as soon as I indent via "Alt-right". Next indentation should go back to "-". etc. Maybe we could introduce a variable that sets the order of standard list item types, in my case: "- * - * - * - *" as in - item 1 * subitem 11 - subitem 111 * subitem 111 ... very special I know but I try to reduce the keypressings as much as possible. Any other suggestions? Rainer