From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [PATCH] org-end-of-meta-data-and-drawers Date: Wed, 08 Jun 2011 17:34:13 -0700 Message-ID: <87r573hmgq.fsf@ericabrahamsen.net> References: <87vcwggcud.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUTCg-0006DQ-63 for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 20:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUTCe-0008Uh-8g for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 20:34:30 -0400 Received: from lo.gmane.org ([80.91.229.12]:58933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUTCe-0008UP-26 for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 20:34:28 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QUTCb-0002YK-3s for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 02:34:25 +0200 Received: from 63.226.249.211 ([63.226.249.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jun 2011 02:34:25 +0200 Received: from eric by 63.226.249.211 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jun 2011 02:34:25 +0200 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: emacs-orgmode@gnu.org Eric Abrahamsen writes: > Currently, this function goes to a lot of trouble to concatenate a > complicated regexp to find metadata and drawers, and then doesn't use > it. As it stands, if you put point in a headline that has a property > drawer and then call =(org-end-of-meta-data-and-drawers)=, point moves > to the *beginning* of the property drawer -- obviously not what you > want. Dammit this is still not right, hang on a second… Eric