From: Xebar Saram <zeltakc@gmail.com>
To: Robert Klein <roklein@roklein.de>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: dotfile managment with #+BEGIN_SRC conf code blocks?
Date: Fri, 22 Apr 2016 12:30:31 +0300 [thread overview]
Message-ID: <CAOQHXPp=oxdnSmRJTm=njcAq7JEdO-5nqBRG-rLLM1bjNO-N9Q@mail.gmail.com> (raw)
In-Reply-To: <20160422111156.201b89ae@pckr186.mpip-mainz.mpg.de>
[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]
got it, since im not executing stuff calling org-babel-tangle works now as
expected
thx!
Z
On Fri, Apr 22, 2016 at 12:11 PM, Robert Klein <roklein@roklein.de> wrote:
> Hi,
>
> Xebar Saram <zeltakc@gmail.com> wrote:
>
> > hi all
> >
> > im looking at this link
> > https://expoundite.net/guides/dotfile-management
> >
> > this sound very nice. yet it says there to put your conf in org
> > blocks with : #+BEGIN_SRC conf
> >
> > yet i cant see this in the org-babel-load-languages or in any contrib
> > files.
> > how does one enable the conf code blocks, any clue?
>
> Afaik you need babel only for stuff you want to be executed.
>
> I use ``#+begin_src conf'' all the time and the only thing I do is to
> assign a language name for LaTeX export (using the listings package)
> -- also for ``text'' and ``org'':
>
> ;; add "text" and "conf" to latex-listings-langs with empty (space as
> ;; trick) language name to be used in the LaTeX listings package.
> (add-to-list 'org-latex-listings-langs
> '(text " "))
> (add-to-list 'org-latex-listings-langs
> '(conf " "))
> (add-to-list 'org-latex-listings-langs
> '(nxml "XML"))
> (add-to-list 'org-latex-listings-langs
> '(org " "))
>
>
> Best regards
> Robert
>
[-- Attachment #2: Type: text/html, Size: 2118 bytes --]
next prev parent reply other threads:[~2016-04-22 9:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-22 8:48 dotfile managment with #+BEGIN_SRC conf code blocks? Xebar Saram
2016-04-22 9:11 ` Robert Klein
2016-04-22 9:30 ` Xebar Saram [this message]
2016-04-22 10:13 ` Adam Porter
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='CAOQHXPp=oxdnSmRJTm=njcAq7JEdO-5nqBRG-rLLM1bjNO-N9Q@mail.gmail.com' \
--to=zeltakc@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=roklein@roklein.de \
/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).