From: Xebar Saram <zeltakc@gmail.com>
To: org mode <emacs-orgmode@gnu.org>
Subject: #+NAME: in a property drawer
Date: Fri, 24 Nov 2017 08:08:16 +0200 [thread overview]
Message-ID: <CAOQHXPrWUVyHYngLjt0yVCww8pGjkO_Y0OAomCPZ1Q2WSCWGNA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 945 bytes --]
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?
[-- Attachment #2: Type: text/html, Size: 1418 bytes --]
next reply other threads:[~2017-11-24 6:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-24 6:08 Xebar Saram [this message]
2017-11-24 6:31 ` #+NAME: in a property drawer Xebar Saram
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAOQHXPrWUVyHYngLjt0yVCww8pGjkO_Y0OAomCPZ1Q2WSCWGNA@mail.gmail.com \
--to=zeltakc@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).