From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Using Capture to Append a Line to a Table Date: Sun, 19 Aug 2012 12:26:36 +0100 Message-ID: <5030CD6C.2030606@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T33h8-0003Iz-7Q for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 07:29:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T33h7-0004mU-9k for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 07:29:26 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:40994 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T33h7-0004mQ-47 for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 07:29:25 -0400 Received: from [192.168.0.58] (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 4E3A55ECB26 for ; Sun, 19 Aug 2012 12:29:24 +0100 (BST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode I am not sure if this is user error, or a bug. I want to append a line to table using Capture. My Capture template is: ("b" "Bike log" table-line (file "~/dropbox/org/org_files/cycling/bike_log.org") "|%u|%?||" :prepend t ) In bike_log.org I have just: | Heading 1 | Heading 2 | Heading 3 | | | | | When I run capture I get the following back trace: Debugger entered--Lisp error: (error "Capture template `b': Invalid search bound (wrong side of point)") signal(error ("Capture template `b': Invalid search bound (wrong side of point)")) error("Capture template `%s': %s" "b" "Invalid search bound (wrong side of point)") byte-code("\301p!\203 My org from git is 952d722dcddb275d84ad6dd356bee2fd Ian.