From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Kloosterman Subject: org-capture "unnarrowed" property not working in "org-capture-place-table-line" Date: Mon, 06 Sep 2010 09:57:26 +0200 Message-ID: <1283759846.15821.5.camel@geert-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56354 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsWap-00056d-1p for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:58:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsWag-0000fm-3Z for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:58:11 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42336) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsWaf-0000fa-Vo for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:58:10 -0400 Received: by wyb36 with SMTP id 36so5207937wyb.0 for ; Mon, 06 Sep 2010 00:58:08 -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 Mailinglist Hi all, I've just upgraded from 6.34c to 7.01h. The new org-capture feature is great! :-) One thing I found is that the "unnarrowed" property does not work when capturing to a table line. This is because `org-capture-place-table-line` uses `narrow-to-region` instead of `org-capture-narrow`. Is this intentional, or is this a bug? Best wishes, Geert Kloosterman