* new export dispatcher window
@ 2013-02-15 18:30 Skip Collins
2013-02-15 19:47 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Skip Collins @ 2013-02-15 18:30 UTC (permalink / raw)
To: emacs-org list
The new export dispatcher confused me when it displayed an incomplete
list of backend options. At first I thought my configuration must not
be loading LaTeX and HTML properly. Then I discovered that the *Org
Export Dispatcher* window does not behave well when the frame is too
small. I am using the GUI version of GNU Emacs for Mac OS X. I
verified that the same problem exists when running in a terminal.
I have the LaTeX, Beamer, HTML, and iCal backends enabled. I open a
new terminal (80x24) and type
emacs test.org
When I invoke the dispatcher with C-c C-e, a new dispatch window opens
at the bottom. The terminal screen looks like this (I truncated a
couple of lines to avoid line wrapping in this email):
---start screen---
File Edit Options Tools Buffers Services Help
-UUU:----F1 test.org All L1 (Org) ---------------------
[L] As Latin1 buffer [l] As Latin1 file
[U] As UTF-8 buffer [u] As UTF-8 file
[P] Publish
[f] Current file [p] Current project
[x] Choose project [a] All projects
[&] Export stack
[q] Exit
-UUU:**--F1 *Org Export Dispatcher* Bot L33 (Fundamental) --
Export command:
---end screen---
The dispatcher does not properly display all available options and
does not use all available space. I cannot get it to scroll. If I make
my terminal window larger (80x40) and do the same thing, I get better
results:
---start screen---
File Edit Options Tools Buffers Services Help
-UUU:----F1 test.org All L1 (Org) ---------------------
Options
[C-b] Body only: Off [C-v] Visible only: Off
[C-s] Export scope: Buffer [C-f] Force publishing: Off
[C-a] Async export: Off
[c] Export to iCalendar
[f] Current file [a] All agenda files
[c] Combine all agenda files
[h] Export to HTML
[H] As HTML buffer [h] As HTML file
[o] As HTML file and open
[l] Export to LaTeX
[L] As LaTeX buffer [l] As LaTeX file
[p] As PDF file [o] As PDF file and open
[B] As LaTeX buffer (Beamer) [b] As LaTeX file (Beamer)
[P] As PDF file (Beamer) [O] As PDF file and open (Beamer)
[o] Export to ODT
[o] As ODT file [O] As ODT file and open
[t] Export to Plain Text
[A] As ASCII buffer [a] As ASCII file
[L] As Latin1 buffer [l] As Latin1 file
[U] As UTF-8 buffer [u] As UTF-8 file
[P] Publish
[f] Current file [p] Current project
[x] Choose project [a] All projects
[&] Export stack
[q] Exit
-UUU:**--F1 *Org Export Dispatcher* All L33 (Fundamental) --
Export command:
--- end screen---
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: new export dispatcher window
2013-02-15 18:30 new export dispatcher window Skip Collins
@ 2013-02-15 19:47 ` Nicolas Goaziou
2013-02-16 4:38 ` Skip Collins
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2013-02-15 19:47 UTC (permalink / raw)
To: Skip Collins; +Cc: emacs-org list
Hello,
Skip Collins <skip.collins@gmail.com> writes:
> The new export dispatcher confused me when it displayed an incomplete
> list of backend options. At first I thought my configuration must not
> be loading LaTeX and HTML properly. Then I discovered that the *Org
> Export Dispatcher* window does not behave well when the frame is too
> small. I am using the GUI version of GNU Emacs for Mac OS X. I
> verified that the same problem exists when running in a terminal.
I added vertical scrolling to the menu a few hours ago. Could you
upgrade Org and report the results?
Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: new export dispatcher window
2013-02-15 19:47 ` Nicolas Goaziou
@ 2013-02-16 4:38 ` Skip Collins
2013-02-16 7:09 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Skip Collins @ 2013-02-16 4:38 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-org list
On Fri, Feb 15, 2013 at 2:47 PM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
> I added vertical scrolling to the menu a few hours ago. Could you
> upgrade Org and report the results?
Seems to be an improvement. Now the dispatch window uses all available
space. The top of the buffer (Options) is displayed at the top of the
window, as expected.
But for short windows, the bottom of the buffer gets cut off. There is
no way to scroll the window that I can find, either in the gui or
terminal emacs. Also, in the gui I get a lot of repeated down-mouse-1
messages in the minibuffer when I click around on the scroll bar and
in the dispatch window.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: new export dispatcher window
2013-02-16 4:38 ` Skip Collins
@ 2013-02-16 7:09 ` Nicolas Goaziou
2013-02-16 14:46 ` Skip Collins
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2013-02-16 7:09 UTC (permalink / raw)
To: Skip Collins; +Cc: emacs-org list
Skip Collins <skip.collins@gmail.com> writes:
> But for short windows, the bottom of the buffer gets cut off. There is
> no way to scroll the window that I can find, either in the gui or
> terminal emacs. Also, in the gui I get a lot of repeated down-mouse-1
> messages in the minibuffer when I click around on the scroll bar and
> in the dispatch window.
Use SPC, DEL, C-n or C-p to scroll.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: new export dispatcher window
2013-02-16 7:09 ` Nicolas Goaziou
@ 2013-02-16 14:46 ` Skip Collins
2013-02-16 14:53 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Skip Collins @ 2013-02-16 14:46 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-org list
On Sat, Feb 16, 2013 at 2:09 AM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
> Use SPC, DEL, C-n or C-p to scroll.
That works.
Any reason scroll bars could not be enabled too? I see one, but any
mouse clicks just generate spurious minibuffer messages. Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: new export dispatcher window
2013-02-16 14:46 ` Skip Collins
@ 2013-02-16 14:53 ` Nicolas Goaziou
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2013-02-16 14:53 UTC (permalink / raw)
To: Skip Collins; +Cc: emacs-org list
Skip Collins <skip.collins@gmail.com> writes:
> On Sat, Feb 16, 2013 at 2:09 AM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
>> Use SPC, DEL, C-n or C-p to scroll.
>
> That works.
>
> Any reason scroll bars could not be enabled too? I see one, but any
> mouse clicks just generate spurious minibuffer messages. Thanks.
When *Org Export Dispatch* is visible, the minibuffer will catch any
event, including mouse clicks, until it recognizes a key.
I think this limitation is not unbearable.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-16 14:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-15 18:30 new export dispatcher window Skip Collins
2013-02-15 19:47 ` Nicolas Goaziou
2013-02-16 4:38 ` Skip Collins
2013-02-16 7:09 ` Nicolas Goaziou
2013-02-16 14:46 ` Skip Collins
2013-02-16 14:53 ` Nicolas Goaziou
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).