From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: [Help] How to apply a function to all head of buffer Date: Sat, 13 Apr 2013 08:43:54 +0800 Message-ID: <87fvyvp8dx.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQoZh-0007tH-DP for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 20:44:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQoZf-0004VM-3Q for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 20:44:13 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:35738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQoZe-0004VI-Sq for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 20:44:11 -0400 Received: by mail-pd0-f176.google.com with SMTP id r11so1651322pdi.7 for ; Fri, 12 Apr 2013 17:44:10 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UQoZO-0002dx-Tw for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 08:43:55 +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 I need a function apply all the head of a org buffer,I know it will use loop ,but I don't know the details.... --