From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Jack Subject: %i indentation in capture templates Date: Thu, 5 Aug 2010 08:35:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=44301 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh2Rw-0005Ux-PI for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh2Rv-0004Ld-N4 for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:33:40 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:40546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh2Rv-0004LO-KE for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:33:39 -0400 Received: by vws16 with SMTP id 16so6037109vws.0 for ; Thu, 05 Aug 2010 08:33:38 -0700 (PDT) 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 I have the following capture template: ("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox") "* TODO %?\n %i\n %a") Yet, with "foo\nbar\nbaz" in the region, this expands to: ... *** TODO foo bar baz ... The manual says of %i that "The entire text will be indented like %i itself." Is this a bug, or am I misunderstanding? To be specific, the output I expect is: ... *** TODO foo bar baz ... I'm on 7.01g.