From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Hidden named blocks. Date: Sun, 26 Oct 2014 14:06:32 +0100 Message-ID: <87wq7nc753.fsf@nicolasgoaziou.fr> References: <544CC86A.9000601@thierry-pelle.eu> <87egtvdtgj.fsf@nicolasgoaziou.fr> <544CD18B.4090106@thierry-pelle.eu> <87a94jdmss.fsf@nicolasgoaziou.fr> <544CF0C7.9050203@thierry-pelle.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiNW4-0006Xm-Iv for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 09:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiNVw-0002AZ-Fv for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 09:05:52 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:32963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiNVw-0002AR-5T for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 09:05:44 -0400 In-Reply-To: <544CF0C7.9050203@thierry-pelle.eu> (abonnements@thierry-pelle.eu's message of "Sun, 26 Oct 2014 14:01:59 +0100") 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: abonnements Cc: emacs-orgmode@gnu.org abonnements writes: > When I write my first post i was using version 8.2.7c. > > The behaviour of TAB on an #+name: ligne is the same with 8.2.10 > (installed with package-install from elpa)... > > Sorry but can you explain me the normal behavour of TAB. > Thanks. #+header: test #+name: test #+BEGIN_SRC emacs-lisp (+ 1 1) #+END_SRC => #+header: test #+name: test #+BEGIN_SRC emacs-lisp ... and #+name: test #+header: test #+BEGIN_SRC emacs-lisp (+ 1 1) #+END_SRC => #+name: test #+header: test #+BEGIN_SRC emacs-lisp ... IOW, affiliated keywords are never hidden. Regards, -- Nicolas Goaziou