From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Function to get the title of a heading Date: Sun, 11 Jan 2009 18:08:56 +0100 Message-ID: <877i51ojmf.fsf@gmail.com> References: <871vvgs1un.fsf@gmail.com> <293B6330-1B33-4B70-B368-72A08175221F@uva.nl> 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 1LM3nw-00017B-S3 for emacs-orgmode@gnu.org; Sun, 11 Jan 2009 12:08:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LM3nv-00014j-CX for emacs-orgmode@gnu.org; Sun, 11 Jan 2009 12:08:52 -0500 Received: from [199.232.76.173] (port=51494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LM3nv-00014Y-72 for emacs-orgmode@gnu.org; Sun, 11 Jan 2009 12:08:51 -0500 Received: from mail-ew0-f15.google.com ([209.85.219.15]:33351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LM3nu-0004yb-PI for emacs-orgmode@gnu.org; Sun, 11 Jan 2009 12:08:51 -0500 Received: by ewy8 with SMTP id 8so657633ewy.18 for ; Sun, 11 Jan 2009 09:08:48 -0800 (PST) In-Reply-To: <293B6330-1B33-4B70-B368-72A08175221F@uva.nl> (Carsten Dominik's message of "Thu, 8 Jan 2009 23:20:30 +0100") 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: Carsten Dominik Cc: emacs-orgmode list Carsten Dominik writes: > Hi Daniel, > > I have added `org-heading-components'. > That helps, and it also makes easier other inquiries like the current headline level. Formerly I had to do (org-reduced-level (funcall outline-level)) which was not obvious. Thanks, Daniel