* epresent issue
@ 2013-09-27 1:50 Rustom Mody
2013-09-27 2:03 ` Rustom Mody
0 siblings, 1 reply; 6+ messages in thread
From: Rustom Mody @ 2013-09-27 1:50 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
Hi
I am trying to use epresent for presentation.
Start epresent with M-x epresent-run
I seem to need to press one more q to get out of epresenting and then that
q gets into the file.
Thanks
Rusi
[-- Attachment #2: Type: text/html, Size: 336 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: epresent issue
2013-09-27 1:50 epresent issue Rustom Mody
@ 2013-09-27 2:03 ` Rustom Mody
2013-09-27 9:43 ` Eric Schulte
0 siblings, 1 reply; 6+ messages in thread
From: Rustom Mody @ 2013-09-27 2:03 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody <rustompmody@gmail.com> wrote:
> Hi
>
> I am trying to use epresent for presentation.
> Start epresent with M-x epresent-run
>
> I seem to need to press one more q to get out of epresenting and then that
> q gets into the file.
>
> Thanks
>
> Rusi
>
Sorry for the half-complete line:
> Start epresent with M-x epresent-run
Was meaning to write a scenario but then decided that the one line was
enough :-)
Did not include usual version stuff (I assumed that I am doing something
wrong)
so here it is
Org-mode version 8.2 (release_8.2-34-g33aded
Emacs 23.4.1
epresent downloaded yesterday
Rusi
--
http://www.the-magus.in
http://blog.languager.org
[-- Attachment #2: Type: text/html, Size: 1664 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: epresent issue
2013-09-27 2:03 ` Rustom Mody
@ 2013-09-27 9:43 ` Eric Schulte
2013-09-27 16:28 ` Rustom Mody
0 siblings, 1 reply; 6+ messages in thread
From: Eric Schulte @ 2013-09-27 9:43 UTC (permalink / raw)
To: Rustom Mody; +Cc: emacs-orgmode
Rustom Mody <rustompmody@gmail.com> writes:
> On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody <rustompmody@gmail.com> wrote:
>
>> Hi
>>
>> I am trying to use epresent for presentation.
>> Start epresent with M-x epresent-run
>>
>> I seem to need to press one more q to get out of epresenting and then that
>> q gets into the file.
>>
I can't reproduce this problem with a recent version of epresent and
Org-mode. For example with the following minimal Emacs invocation
(without any configuration, run from the epresent directory).
emacs -Q --eval "(progn (add-to-list 'load-path \"~/src/org-mode/lisp\") (require 'org))" -l epresent.el present.org
This is using epresent from https://github.com/eschulte/epresent.
Best,
>>
>> Thanks
>>
>> Rusi
>>
>
> Sorry for the half-complete line:
>> Start epresent with M-x epresent-run
>
> Was meaning to write a scenario but then decided that the one line was
> enough :-)
>
> Did not include usual version stuff (I assumed that I am doing something
> wrong)
> so here it is
>
> Org-mode version 8.2 (release_8.2-34-g33aded
> Emacs 23.4.1
> epresent downloaded yesterday
>
> Rusi
--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: epresent issue
2013-09-27 9:43 ` Eric Schulte
@ 2013-09-27 16:28 ` Rustom Mody
[not found] ` <CAJ+Teoeh-EWWAhpy3tVgFCCoGYwEshgUYvcRUL1gEHKnULfCpg@mail.gmail.com>
0 siblings, 1 reply; 6+ messages in thread
From: Rustom Mody @ 2013-09-27 16:28 UTC (permalink / raw)
To: Eric Schulte; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]
On Fri, Sep 27, 2013 at 3:13 PM, Eric Schulte <schulte.eric@gmail.com>wrote:
> Rustom Mody <rustompmody@gmail.com> writes:
>
> > On Fri, Sep 27, 2013 at 7:20 AM, Rustom Mody <rustompmody@gmail.com>
> wrote:
> >
> >> Hi
> >>
> >> I am trying to use epresent for presentation.
> >> Start epresent with M-x epresent-run
> >>
> >> I seem to need to press one more q to get out of epresenting and then
> that
> >> q gets into the file.
> >>
>
> I can't reproduce this problem with a recent version of epresent and
> Org-mode. For example with the following minimal Emacs invocation
> (without any configuration, run from the epresent directory).
>
> emacs -Q --eval "(progn (add-to-list 'load-path
> \"~/src/org-mode/lisp\") (require 'org))" -l epresent.el present.org
>
I tried this (with my-path adjustments); and a just-downloaded epresent
from above link; still the same behavior
In more detail:
0. Run command
emacs -Q --eval "(progn (add-to-list 'load-path \"~/pdsw/org-mode/lisp\")
(require 'org))" -l ~/.emacs.d/downloads/epresent.el lastLect.org
and then in emacs:
1. Start with epresent-run
The buffer changes form half-way -- ie
a. it becomes full-screen,
b the menu line vanishes but
c. the mode line is present
d. the fonts are still small
2. After than whatever key I press (including q) it becomes like a
presentation -- ie no mode-line and large fonts
3. One more q and it quits with the q appearing where point was last
[-- Attachment #2: Type: text/html, Size: 2427 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-09-28 12:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 1:50 epresent issue Rustom Mody
2013-09-27 2:03 ` Rustom Mody
2013-09-27 9:43 ` Eric Schulte
2013-09-27 16:28 ` Rustom Mody
[not found] ` <CAJ+Teoeh-EWWAhpy3tVgFCCoGYwEshgUYvcRUL1gEHKnULfCpg@mail.gmail.com>
2013-09-27 17:05 ` Fwd: " Rustom Mody
2013-09-28 11:51 ` Eric Schulte
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.