Re: [O] Problem with J Source Code Blocks in Org Mode

2017-12-12 Thread Bill Harris
Nicolas, Thanks for the idea. It turns out I also got a suggestion on the J General list, and that one worked. See http://jsoftware.com/pipermail/general/2017-December/037375.html. Bill

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-12 Thread Eric Abrahamsen
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rasmus writes: >> >>> Nicolas, are there any public interfaces to make ox export like >>> interfaces? >> >> No, there isn't. However, Org provides `org-mks'. > > Good point. It

Re: [O] Key binding popup interface

2017-12-12 Thread Robert Weiner
On Tue, Dec 12, 2017 at 4:01 PM, Stefan Monnier wrote: > > > Can hydra.el be merged into Emacs core, so that all the packages can > start > > taking advantage of that? > > I have no opinion on that part, but if a part of Hydra would be useful > for other packages, then

Re: [O] Key binding popup interface

2017-12-12 Thread Stefan Monnier
>> While Hydra might include the feature you're looking for, AFAICT it does >> something else than what you're looking for. > I don't follow "it does something else than what you're looking for". hydra > is used to define interfaces to temporary keymaps with well-formatted hints. I tend to think

Re: [O] Key binding popup interface

2017-12-12 Thread Kaushal Modi
On Tue, Dec 12, 2017 at 4:05 PM Stefan Monnier wrote: > > Problem statement: Need to have a pretty interface that shows the > available > > valid key bindings. > [...] > > Of all those options and more that I've seen out there, hydra.el looks > like > > the most elegant

Re: [O] Key binding popup interface

2017-12-12 Thread Stefan Monnier
> Problem statement: Need to have a pretty interface that shows the available > valid key bindings. [...] > Of all those options and more that I've seen out there, hydra.el looks like > the most elegant and *configurable* option. While Hydra might include the feature you're looking for, AFAICT it

Re: [O] Key binding popup interface

2017-12-12 Thread Kaushal Modi
On Tue, Dec 12, 2017 at 3:47 PM Eric Abrahamsen wrote: > > Okay, interesting. I agree that "discoverable keymaps" and "action > dispatchers" (whatever Org and Magit do) aren't quite the same thing, > and it would be nice to have both. I guess in the meantime, though, >

Re: [O] Broken org-mode "Column width and alignment" in latest version

2017-12-12 Thread Kaushal Modi
On Sat, Dec 9, 2017 at 1:11 PM Ruy Exel wrote: > Dear Kaushal, > > The real treat is to read your nice message and to be a member of such a > fantastic group of people! > > Following your advice to stick to a stable release I searched for info on > how to install it and I

Re: [O] Key binding popup interface

2017-12-12 Thread Kaushal Modi
On Tue, Dec 12, 2017 at 3:20 PM Eric Abrahamsen wrote: > > Hydra definitely sounds nice, but unless I'm misunderstanding how it > works, it can't be a replacement for either Org's export interface, or > Magit's popups. Both of those can set various state variables before

Re: [O] Key binding popup interface

2017-12-12 Thread Eric Abrahamsen
Kaushal Modi writes: > Copying this on both Emacs devel and Org mode list. Hopefully this discussion > is eligible for that. > > Problem statement: Need to have a pretty interface that shows the available > valid key bindings. > > We have something custom developed

Re: [O] Key binding popup interface

2017-12-12 Thread Alan E. Davis
I discovered accidentally some years ago, when I had been using a popup help function that I cobbled together myself with a hot key, that -F1 loads a list of bindings under that prefix. It's an awesome feature of GNU/Emacs. Alan Davis On Tue, Dec 12, 2017 at 10:56 AM, Kaushal Modi

Re: [O] Key binding popup interface

2017-12-12 Thread Kaushal Modi
On Tue, Dec 12, 2017 at 1:48 PM Eric S Fraga wrote: > On Tuesday, 12 Dec 2017 at 14:02, Kaushal Modi wrote: > > Copying this on both Emacs devel and Org mode list. Hopefully this > > discussion is eligible for that. > > > > Problem statement: Need to have a pretty interface

Re: [O] Lists with bullets and checkboxes in beamer

2017-12-12 Thread Eric S Fraga
On Tuesday, 12 Dec 2017 at 17:24, Ken Mankoff wrote: > Hi List, > > I have some lists with checkboxes like this: > > + [X] Foo > + [ ] Bar > > > When I export these to Beamer, I get both a bullet and a [] box. The > bullet is redundant and adds noise to the slide. Is there a way to not > have the

Re: [O] Key binding popup interface

2017-12-12 Thread Eric S Fraga
On Tuesday, 12 Dec 2017 at 14:02, Kaushal Modi wrote: > Copying this on both Emacs devel and Org mode list. Hopefully this > discussion is eligible for that. > > Problem statement: Need to have a pretty interface that shows the available > valid key bindings. which-key-mode works well for me. --

[O] Lists with bullets and checkboxes in beamer

2017-12-12 Thread Ken Mankoff
Hi List, I have some lists with checkboxes like this: + [X] Foo + [ ] Bar When I export these to Beamer, I get both a bullet and a [] box. The bullet is redundant and adds noise to the slide. Is there a way to not have the bullet when checkboxes are present? Thanks, -k.

Re: [O] Irrelevant src blocks can break noweb expansion

2017-12-12 Thread Berry, Charles
> On Dec 11, 2017, at 11:42 PM, Nicolas Goaziou wrote: > >> >> The irrelevant, unnamed, empty src block its consulted via >> org-babel-get-src-block-info. > > When? AFAICT, the second block doesn't contain any Noweb reference, so > there is nothing to consult in the

[O] Key binding popup interface (Was: Re: Poll: new keybinding for org-insert-structure-template on org mode list)

2017-12-12 Thread Kaushal Modi
Copying this on both Emacs devel and Org mode list. Hopefully this discussion is eligible for that. Problem statement: Need to have a pretty interface that shows the available valid key bindings. We have something custom developed for Org export interface. Magit has its own popup interface. I

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-12 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Nicolas, are there any public interfaces to make ox export like >> interfaces? > > No, there isn't. However, Org provides `org-mks'. Good point. It isn’t quite as nice as the export dispatcher.