From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: two questions (insert checkbox/ dired to org) Date: Tue, 05 May 2009 15:00:21 +0200 Message-ID: <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 1M1KF0-0000Pb-Ug for emacs-orgmode@gnu.org; Tue, 05 May 2009 08:59:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1KEu-0000NG-Nt for emacs-orgmode@gnu.org; Tue, 05 May 2009 08:59:21 -0400 Received: from [199.232.76.173] (port=58876 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1KEt-0000Mi-AR for emacs-orgmode@gnu.org; Tue, 05 May 2009 08:59:15 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:63689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1KEs-0005Z5-6h for emacs-orgmode@gnu.org; Tue, 05 May 2009 08:59:14 -0400 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 What is the underlying command for this shortcut: M-S- Insert a new item with a checkbox 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. Another question: Is it possible to do something like dired-to-org, where the directory structure (including the subdirectories) is written to an org file? At the moment I do something like: find `pwd` -maxdepth 4 save the result to an org file, and additionally add `file:' at the beginnig of each line with sed. Maybe there is something more convenient? Regards henry