I lilke the fill-paragraph behaviour that I get in org-mode, and I was
wondering
if I could use it also in other modes.
Using (turn-on-orgstruct) doesn't change the behaviour, and actually how
does it
work?
I mean M-q in org-mode is still bound to the exact same function, how
come it
behaves
Hi,
I have noticed this problem for awhile and now I think it is worth reporting it
and hopefully get fixed.
Here is what happened when I hit "C-c !" in org buffer:
Debugger entered--Lisp error: (wrong-type-argument window-live-p nil)
select-window(nil)
org-eval-in-calendar(nil t)
byte-cod
Hi,
York Zhao writes:
> I have noticed this problem for awhile and now I think it is worth reporting
> it
> and hopefully get fixed.
>
> Here is what happened when I hit "C-c !" in org buffer:
I can't reproduce this.
What is your version of Emacs and Org-mode?
Thanks,
--
Bastien
> What is your version of Emacs and Org-mode?
Emacs v23.3.1 on Windows, Org-mode version 7.7 (release_7.7.625.gf18b1)
Thanks,
York
York Zhao wrote:
> > What is your version of Emacs and Org-mode?
>
> Emacs v23.3.1 on Windows, Org-mode version 7.7 (release_7.7.625.gf18b1)
>
Does that version exist? I just pulled and I get
Org-mode version 7.7 (release_7.7.624.gda56)
Nick
Hello
how can I bind keys in Orgtbl minor mode?
I would like to have the same binding as in org-mode
(local-set-key [(control c) (control w)] 'org-table-wrap-region)
(local-set-key [(control c) (control h)] 'org-table-insert-hline)
But I don't find a orgtbl-mode-hook.
Thanks
Uwe Brauer
Uwe Brauer wrote:
>
>
> Hello
>
>
> how can I bind keys in Orgtbl minor mode?
>
> I would like to have the same binding as in org-mode
>
> (local-set-key [(control c) (control w)] 'org-table-wrap-region)
> (local-set-key [(control c) (control h)] 'org-table-insert-hline)
>
> But I don
On 9.12.2011, at 22:36, Uwe Brauer wrote:
>
>
> Hello
>
>
> how can I bind keys in Orgtbl minor mode?
>
> I would like to have the same binding as in org-mode
>
> (local-set-key [(control c) (control w)] 'org-table-wrap-region)
We could just add this to the standard orgtbl bindings - don
> Does that version exist? I just pulled and I get
>
> Org-mode version 7.7 (release_7.7.624.gda56)
I guess it should be (release_7.7.624.gda56) then because I always have one
commit ahead of the latest which is for my local Makefile configuration. Every
time I pulled, I rebased my commit. Sorry f
Carsten Dominik wrote:
(add-hook
'orgtbl-mode-hook
(lambda ()
(org-defkey orgtbl-mode-map "\C-c\C-w"
(orgtbl-make-binding 'org-table-wrap-region 1000 "\C-c\C-w"))
(org-defkey orgtbl-mode-map "\C-c\C-h"
(orgtbl-make-binding 'org-table-wrap-region 1001 "\C-
York Zhao wrote:
> > Does that version exist? I just pulled and I get
> >
> > Org-mode version 7.7 (release_7.7.624.gda56)
>
> I guess it should be (release_7.7.624.gda56) then because I always have one
> commit ahead of the latest which is for my local Makefile configuration. Every
> time I pul
On Fri, Dec 09 2011, Andrea Crotti wrote:
> I lilke the fill-paragraph behaviour that I get in org-mode, and I was
> wondering
> if I could use it also in other modes.
> Using (turn-on-orgstruct) doesn't change the behaviour, and actually
> how does it
> work?
>
> I mean M-q in org-mode is still b
12 matches
Mail list logo