emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Grant Rettke <gcr@wisdomandwonder.com>
To: Thorsten Jolitz <tjolitz@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: What is the best in-Emacs presentation mode for org-files today?
Date: Tue, 29 Jul 2014 12:37:47 -0500	[thread overview]
Message-ID: <CAAjq1mcg1JecTEUEJkE6a4oU78tMggx5xSM+9DRZ0nxLP1PjyA@mail.gmail.com> (raw)
In-Reply-To: <877g2wqic4.fsf@gmail.com>

el-get might be a nice option for you.

el-get-sources lets you set up any source and you might use an 'after'
action to tangle the file.

I didn't do that, because my system won't tangle org-show for some
reason only my system knows.

The recipe is really basic but good enough for me:

#+begin_src emacs-lisp
(add-to-list
 'el-get-sources
 '(:name org-show
          :type http
          :url "https://raw.githubusercontent.com/jkitchin/jmax/master/org-show.org"
          :website "https://github.com/jkitchin/jmax/blob/master/org-show.org"
          :description "simple presentations in org-mode"))
(add-to-list 'gcr/el-get-packages 'org-show)
#+end_src
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Tue, Jul 29, 2014 at 10:45 AM, Thorsten Jolitz <tjolitz@gmail.com> wrote:
> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>
>> yes, you should be able to use org-babel-tangle to extract the .el
>> file. Sorry for leaving that detail out!
>
> since I always work the other way around (from elisp to org-mode via
> outorg) I don't have the tangling option very present, otherwise it
> would (and should) be quite obvious.
>
> Thx for the nice library!
>
> --
> cheers,
> Thorsten
>
>

  reply	other threads:[~2014-07-29 17:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09  1:07 What is the best in-Emacs presentation mode for org-files today? Grant Rettke
2014-07-27 14:28 ` Bastien
2014-07-29  1:59   ` John Kitchin
2014-07-29  8:06     ` Thorsten Jolitz
2014-07-29  9:40       ` Nicolas Richard
2014-07-29 10:07         ` Thorsten Jolitz
2014-07-29 15:33           ` John Kitchin
2014-07-29 15:45             ` Thorsten Jolitz
2014-07-29 17:37               ` Grant Rettke [this message]
2014-07-29 23:23                 ` Jorge A. Alfaro-Murillo
2014-08-04  1:13   ` Eric Schulte

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=CAAjq1mcg1JecTEUEJkE6a4oU78tMggx5xSM+9DRZ0nxLP1PjyA@mail.gmail.com \
    --to=gcr@wisdomandwonder.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tjolitz@gmail.com \
    /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).