From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: #+NAME: in a property drawer Date: Fri, 24 Nov 2017 08:08:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114ba61ef13b6e055eb460f1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eI79v-0004KF-Or for emacs-orgmode@gnu.org; Fri, 24 Nov 2017 01:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eI79u-0000HO-QT for emacs-orgmode@gnu.org; Fri, 24 Nov 2017 01:08:19 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:41875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eI79u-0000FK-JS for emacs-orgmode@gnu.org; Fri, 24 Nov 2017 01:08:18 -0500 Received: by mail-wm0-x236.google.com with SMTP id b189so20251358wmd.0 for ; Thu, 23 Nov 2017 22:08:18 -0800 (PST) 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" To: org mode --001a114ba61ef13b6e055eb460f1 Content-Type: text/plain; charset="UTF-8" Hi all and happy holidays! I want to be able to add a #+NAME to a property drawer that would name a code block thats split between sub org headers. Im at loss on how this is done? this is a current example of a tmux conf thats split with different org sub headers: * tmux conf :PROPERTIES: :header-args: :noweb yes :tangle /zeltak@132.72.155.204:~/.tmux.conf :END: ***** Mouse :PROPERTIES: :ID: ba8ce7aa-2b3b-43be-816d-ea2ab515a999 :END: #+BEGIN_SRC conf #--------------> mouse setw -g mouse on set-option -g status-keys vi #+END_SRC ***** Theme and look :PROPERTIES: :ID: 85257f51-1306-4caf-a055-a6df3afac1a5 :END: #+BEGIN_SRC conf #--------------> THEME AND LOOK #default theme picker source /home/zeltak/.tmux/neonB #source /home/zeltak/.tmux/solarized-dark #+END_SRC I want to add a name (#+NAME) for all the sub headers that will make '.tmux.conf'. anyone know how thats done? --001a114ba61ef13b6e055eb460f1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all and happy holidays!

I= want to be able to add a #+NAME to a property drawer that would name a cod= e block thats split between sub org headers. Im at loss on how this is done= ?

this is a current example of a tmux conf thats s= plit with different org sub headers:

=C2=A0* tmux = conf
=C2=A0:PROPERTIES:
=C2=A0:header-args: :noweb yes= =C2=A0 :tangle /zeltak@132.72.155.204:~/.tmux.conf
=C2=A0:END:



***** Mouse=C2=A0=C2= =A0
=C2=A0 =C2=A0 =C2=A0 :PROPERTIES:
=C2=A0 =C2=A0 =C2= =A0 :ID:=C2=A0 =C2=A0 =C2=A0 =C2=A0ba8ce7aa-2b3b-43be-816d-ea2ab515a999
=C2=A0 =C2=A0 =C2=A0 :END:
#+BEGIN_SRC conf=C2=A0
#-------------->=C2=A0 mouse
setw -g mouse on
set-= option -g status-keys vi
#+END_SRC

*****= Theme and look
=C2=A0 =C2=A0 =C2=A0 :PROPERTIES:
=C2= =A0 =C2=A0 =C2=A0 :ID:=C2=A0 =C2=A0 =C2=A0 =C2=A085257f51-1306-4caf-a055-a6= df3afac1a5
=C2=A0 =C2=A0 =C2=A0 :END:
#+BEGIN_SRC conf= =C2=A0
#--------------> THEME AND LOOK
#default them= e picker
source /home/zeltak/.tmux/neonB
#source /home/= zeltak/.tmux/solarized-dark
#+END_SRC

I want to add a name (#+NAME) for all the sub headers that wil= l make '.tmux.conf'. anyone know how thats done?
--001a114ba61ef13b6e055eb460f1--