From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: two questions (insert checkbox/ dired to org) Date: Tue, 05 May 2009 09:55:32 -0400 Message-ID: <87zldr64dn.fsf@gollum.intra.norang.ca> References: <87d4anln6i.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1L7Z-0005U1-DR for emacs-orgmode@gnu.org; Tue, 05 May 2009 09:55:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1L7V-0005SR-7i for emacs-orgmode@gnu.org; Tue, 05 May 2009 09:55:45 -0400 Received: from [199.232.76.173] (port=60143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1L7U-0005SI-Oo for emacs-orgmode@gnu.org; Tue, 05 May 2009 09:55:40 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59675) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1L7U-0001TF-7e for emacs-orgmode@gnu.org; Tue, 05 May 2009 09:55:40 -0400 In-Reply-To: <87d4anln6i.fsf@online.de> (henry atting's message of "Tue\, 05 May 2009 15\:00\:21 +0200") 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: henry atting Cc: emacs-orgmode@gnu.org henry atting writes: > What is the underlying command for this shortcut: > > M-S- > Insert a new item with a checkbox ,----[ C-h k M-S-return ] | runs the command org-insert-todo-heading | which is an interactive compiled Lisp function in `org.el'. | It is bound to . | (org-insert-todo-heading arg &optional force-heading) `---- > > It does not work for me (if cursor is in a plain list already), > so I have to fill in checkboxes with C-c C-x C-b. It works great for me creating checkboxes automagically. -Bernt