* What is the best in-Emacs presentation mode for org-files today?
@ 2014-07-09 1:07 Grant Rettke
2014-07-27 14:28 ` Bastien
0 siblings, 1 reply; 11+ messages in thread
From: Grant Rettke @ 2014-07-09 1:07 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hi,
There are a lot of options for presentation from org, both inside of
Emacs and outside of it:
http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html
What are you opinions on the best mode for doing:
1. Presentations inside of Emacs
2. Using all the options available for org mode while in the presentation
Kind regards,
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
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
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-08-04 1:13 ` Eric Schulte
0 siblings, 2 replies; 11+ messages in thread
From: Bastien @ 2014-07-27 14:28 UTC (permalink / raw)
To: Grant Rettke; +Cc: emacs-orgmode@gnu.org
Hi Grant,
Grant Rettke <gcr@wisdomandwonder.com> writes:
> What are you opinions on the best mode for doing:
> 1. Presentations inside of Emacs
> 2. Using all the options available for org mode while in the presentation
... org-mode.
I've found out that tweaking the font size and navigating through
an Emacs buffer is often good enough for presentations.
--
Bastien
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-27 14:28 ` Bastien
@ 2014-07-29 1:59 ` John Kitchin
2014-07-29 8:06 ` Thorsten Jolitz
2014-08-04 1:13 ` Eric Schulte
1 sibling, 1 reply; 11+ messages in thread
From: John Kitchin @ 2014-07-29 1:59 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org, Grant Rettke
I agree with org-mode. Check out
https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
some code I adapted from Sacha Chua. At the top of
https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
some links to other presentation tools in Emacs.
Bastien <bzg@gnu.org> writes:
> Hi Grant,
>
> Grant Rettke <gcr@wisdomandwonder.com> writes:
>
>> What are you opinions on the best mode for doing:
>> 1. Presentations inside of Emacs
>> 2. Using all the options available for org mode while in the presentation
>
> ... org-mode.
>
> I've found out that tweaking the font size and navigating through
> an Emacs buffer is often good enough for presentations.
--
-----------------------------------
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 1:59 ` John Kitchin
@ 2014-07-29 8:06 ` Thorsten Jolitz
2014-07-29 9:40 ` Nicolas Richard
0 siblings, 1 reply; 11+ messages in thread
From: Thorsten Jolitz @ 2014-07-29 8:06 UTC (permalink / raw)
To: emacs-orgmode
John Kitchin <jkitchin@andrew.cmu.edu> writes:
Hi John,
> I agree with org-mode. Check out
> https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
> some code I adapted from Sacha Chua. At the top of
> https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
> some links to other presentation tools in Emacs.
this looks very nice, but how do I get it?
I cloned your jmax repo, got all kinds of stuff including a full copy of
Emacs 24.3., but the only reference to org-show.el I found there was in
.gitignore!
Is that private code or did I overlook something obvious?
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 8:06 ` Thorsten Jolitz
@ 2014-07-29 9:40 ` Nicolas Richard
2014-07-29 10:07 ` Thorsten Jolitz
0 siblings, 1 reply; 11+ messages in thread
From: Nicolas Richard @ 2014-07-29 9:40 UTC (permalink / raw)
To: Thorsten Jolitz; +Cc: emacs-orgmode
Thorsten Jolitz <tjolitz@gmail.com> writes:
> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>
> Hi John,
>
>> I agree with org-mode. Check out
>> https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
>> some code I adapted from Sacha Chua. At the top of
>> https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
>> some links to other presentation tools in Emacs.
>
> this looks very nice, but how do I get it?
Just from the name of the files (org-show.org and org-show.el) and the
fact that this is Org mode, I would say you should tangle the org file
to get the .el file !
--
Nico.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 9:40 ` Nicolas Richard
@ 2014-07-29 10:07 ` Thorsten Jolitz
2014-07-29 15:33 ` John Kitchin
0 siblings, 1 reply; 11+ messages in thread
From: Thorsten Jolitz @ 2014-07-29 10:07 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:
> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>>
>> Hi John,
>>
>>> I agree with org-mode. Check out
>>> https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
>>> some code I adapted from Sacha Chua. At the top of
>>> https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
>>> some links to other presentation tools in Emacs.
>>
>> this looks very nice, but how do I get it?
>
> Just from the name of the files (org-show.org and org-show.el) and the
> fact that this is Org mode, I would say you should tangle the org file
> to get the .el file !
Ah yes, there is actually a final node in this file containing the
org-show source-code (with a :tangle yes header), did not see that,
looked like just the presentation. Thx for the hint.
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 10:07 ` Thorsten Jolitz
@ 2014-07-29 15:33 ` John Kitchin
2014-07-29 15:45 ` Thorsten Jolitz
0 siblings, 1 reply; 11+ messages in thread
From: John Kitchin @ 2014-07-29 15:33 UTC (permalink / raw)
To: Thorsten Jolitz; +Cc: emacs-orgmode
Thorsten Jolitz <tjolitz@gmail.com> writes:
yes, you should be able to use org-babel-tangle to extract the .el
file. Sorry for leaving that detail out!
> Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:
>
>> Thorsten Jolitz <tjolitz@gmail.com> writes:
>>
>>> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>>>
>>> Hi John,
>>>
>>>> I agree with org-mode. Check out
>>>> https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
>>>> some code I adapted from Sacha Chua. At the top of
>>>> https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
>>>> some links to other presentation tools in Emacs.
>>>
>>> this looks very nice, but how do I get it?
>>
>> Just from the name of the files (org-show.org and org-show.el) and the
>> fact that this is Org mode, I would say you should tangle the org file
>> to get the .el file !
>
> Ah yes, there is actually a final node in this file containing the
> org-show source-code (with a :tangle yes header), did not see that,
> looked like just the presentation. Thx for the hint.
--
-----------------------------------
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 15:33 ` John Kitchin
@ 2014-07-29 15:45 ` Thorsten Jolitz
2014-07-29 17:37 ` Grant Rettke
0 siblings, 1 reply; 11+ messages in thread
From: Thorsten Jolitz @ 2014-07-29 15:45 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 15:45 ` Thorsten Jolitz
@ 2014-07-29 17:37 ` Grant Rettke
2014-07-29 23:23 ` Jorge A. Alfaro-Murillo
0 siblings, 1 reply; 11+ messages in thread
From: Grant Rettke @ 2014-07-29 17:37 UTC (permalink / raw)
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.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
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-29 17:37 ` Grant Rettke
@ 2014-07-29 23:23 ` Jorge A. Alfaro-Murillo
0 siblings, 0 replies; 11+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2014-07-29 23:23 UTC (permalink / raw)
To: emacs-orgmode
Grant Rettke <gcr@wisdomandwonder.com> writes:
> el-get might be a nice option for you.
There is also doc-present, but you would need to export to beamer
first: https://github.com/dengste/doc-present/
Some people create there own, for example watch the first 3min of:
http://www.youtube.com/watch?v=p3Te_a-AGqM
Best,
Jorge.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: What is the best in-Emacs presentation mode for org-files today?
2014-07-27 14:28 ` Bastien
2014-07-29 1:59 ` John Kitchin
@ 2014-08-04 1:13 ` Eric Schulte
1 sibling, 0 replies; 11+ messages in thread
From: Eric Schulte @ 2014-08-04 1:13 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org, Grant Rettke
Bastien <bzg@gnu.org> writes:
> Hi Grant,
>
> Grant Rettke <gcr@wisdomandwonder.com> writes:
>
>> What are you opinions on the best mode for doing:
>> 1. Presentations inside of Emacs
>> 2. Using all the options available for org mode while in the presentation
>
> ... org-mode.
>
> I've found out that tweaking the font size and navigating through
> an Emacs buffer is often good enough for presentations.
I agree, full screen and large font is often sufficient.
However... When I want more I use the following.
https://github.com/eschulte/epresent
Best,
Eric
--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D (see https://u.fsf.org/yw)
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-08-04 1:36 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-07-29 23:23 ` Jorge A. Alfaro-Murillo
2014-08-04 1:13 ` Eric Schulte
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).