From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: [Help] Which function can get a head's context Date: Thu, 11 Apr 2013 07:34:06 +0800 Message-ID: <87y5cqm041.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ4X1-0003p0-MY for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 19:34:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQ4X0-00028j-Pr for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 19:34:23 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:61077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ4X0-00028Z-Ij for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 19:34:22 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz11so574971pad.30 for ; Wed, 10 Apr 2013 16:34:21 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UQ4Wl-0006IS-B2 for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 07:34:07 +0800 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-maillinglist #+begin_example * head1 :tag1: #+end_example How can I get 'head1' Feng Shu --