emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Andrea Crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Let's TALK about it
Date: Tue, 18 May 2010 16:46:41 -0600	[thread overview]
Message-ID: <87y6fg25ee.fsf@gmail.com> (raw)
In-Reply-To: m1tyq5bqfi.fsf@gmail.com

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>> So, I hope it goes well, and I'd second Tom's point that if you do end
>> up working Org-mode/babel into your talk we'd love to see a video and/or
>> hear how it was received.
>
> Ok finally I did the talk...

That's great

> 
> Unfortunately it had to be in italian and I have no video yet, BUT
> I've set up an emacs configuration with org-mode for the talk which
> now I've extended quite a lot
> http://github.com/AndreaCrotti/Emacs-configuration
>
> you might be interested to give it a look.
>
> I want to do something very generic that everyone can use, setting its
> own private variables somewhere else (for example in custom.el).
>

One option for placing personal configuration into public config files
is to use org-babel and to place the personal variables *outside* of
emacs-lisp code blocks in tables or external lists.  For example with
recent versions of org-babel the following

--8<---------------cut here---------------start------------->8---
#+tblname: configuration-variables
| parameter   | value              |
|-------------+--------------------|
| script-path | ~/.emacs.d/scripts |

#+begin_src emacs-lisp :var config=configuration-variables[2,1]
  (message "script dir is %s" config)
#+end_src
--8<---------------cut here---------------end--------------->8---

will tangle to

--8<---------------cut here---------------start------------->8---
(let ((config (quote "~/.emacs.d/scripts")))
(message "script dir is %s" config)
)
--8<---------------cut here---------------end--------------->8---

Cheers -- Eric

>
>
> The slides I've used are in the file "slides.org", they're not many
> because the talk had to be mainly interactive, but I've finally really
> appreciated the org-beamer stuff, great job really!
>
> Thanks for the help
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-05-18 22:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25 10:35 Let's TALK about it Andrea Crotti
2010-02-25 15:29 ` Eric Schulte
2010-02-25 16:01   ` Andrea Crotti
     [not found]     ` <871vg9z24i.fsf@gmail.com>
     [not found]       ` <CD2EE4E1-A6CF-436A-A502-319B8D7D4173@gmail.com>
2010-02-26 14:37         ` Eric Schulte
2010-04-07 14:01           ` Andrea Crotti
2010-04-19 12:37             ` Andrea Crotti
2010-05-18  7:49           ` Andrea Crotti
2010-05-18 22:46             ` Eric Schulte [this message]
2010-02-25 16:10   ` Thomas S. Dye

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=87y6fg25ee.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=andrea.crotti.0@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).