From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Re: indent list item and change list type automatically Date: Sun, 5 Jul 2009 10:57:34 -0400 Message-ID: References: <20524da70906291751j62a2a35du34a40a729be50f93@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNTAH-0001xE-5I for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 10:58:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNTAC-0001co-4I for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 10:58:00 -0400 Received: from [199.232.76.173] (port=34180 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNTAB-0001cS-TL for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 10:57:55 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:47473) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNTAB-0000WS-Bf for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 10:57:55 -0400 Received: by ewy4 with SMTP id 4so4034208ewy.42 for ; Sun, 05 Jul 2009 07:57:54 -0700 (PDT) In-Reply-To: <20524da70906291751j62a2a35du34a40a729be50f93@mail.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: Samuel Wales Cc: Rainer Stengele , emacs-orgmode@gnu.org I've written a very quick and dirty derived mode for org that implements the following keystrokes: Tab is demote. Shift-tab is promote. Enter is org-insert-heading. C-tab is the old Shift-Tab C-j is the old Return. I know it messes with the default org configuration, which is part of why I have not posted it anywhere, but it works *extremely* well for me when I'm taking notes e.g. in lecture, and I find myself using jot-mode (what I named it) just as often as org-mode proper. If people are interested, I'd be glad to email it/post it on EmacsWiki or Worg (although I should warn you, it is probably very unstylish Elisp, too!). On Mon, Jun 29, 2009 at 8:51 PM, Samuel Wales wrote: > No comment on the idea itself, but a couple for generality. > > If your demote idea is implemented as a variable, it would be useful > to have an imagined first node, so that people (like myself) who > always put the top level item in column 2 have effectively demoted to > that from an imaginary parent in column 0. > > Also, I think any such implementation would need to modify > org-toggle-item (something I've been thinking about for a while > anyway). > > On Tue, Jun 23, 2009 at 14:23, Rainer Stengele= wrote: >> 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 ne= xt >> item as subitem. >> >> From >> >> - item 1 >> - subitem 11 >> >> I go to >> >> - item 1 >> =A0- subitem 11 >> >> via "M-right". Then I always want to change the style of the subitem lis= t 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 >> =A0* subitem 11 >> =A0 =A0- subitem 111 >> =A0 =A0 =A0* subitem 111 >> ... >> >> very special I know but I try to reduce the keypressings as much as >> possible. Any other suggestions? >> >> >> Rainer >> >> >> >> _______________________________________________ >> 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 >> > > > > -- > Myalgic encephalomyelitis denialism is causing death and severe suffering= , > worse than MS. =A0Conflicts of interest are destroying research. =A0/You/= can > get the disease at any time permanently. =A0Do science and justice matter= to > you? =A0http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm > > > _______________________________________________ > 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 >