emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] #+NAME: in a property drawer


From: Xebar Saram
Subject: [O] #+NAME: in a property drawer
Date: Fri, 24 Nov 2017 08:08:16 +0200

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 /address@hidden:~/.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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]