From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: What is the best in-Emacs presentation mode for org-files today? Date: Tue, 29 Jul 2014 12:37:47 -0500 Message-ID: References: <87k36xbdlz.fsf@bzg.ath.cx> <87vbqgsi5t.fsf@gmail.com> <8738dk33m4.fsf@geodiff-mac3.ulb.ac.be> <87mwbssck1.fsf@gmail.com> <877g2wqic4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCBLf-0004vO-4A for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 13:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCBLZ-0008KS-32 for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 13:38:03 -0400 Received: from mail-oa0-x233.google.com ([2607:f8b0:4003:c02::233]:64684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCBLT-0008Ik-QN for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 13:37:57 -0400 Received: by mail-oa0-f51.google.com with SMTP id o6so10814688oag.10 for ; Tue, 29 Jul 2014 10:37:48 -0700 (PDT) In-Reply-To: <877g2wqic4.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: "emacs-orgmode@gnu.org" 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.o= rg" :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/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Tue, Jul 29, 2014 at 10:45 AM, Thorsten Jolitz wrote= : > John Kitchin 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 > >