[O] fill-paragraph?

2011-12-09 Thread Andrea Crotti
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

[O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread York Zhao
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

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread Bastien
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

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread York Zhao
> 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

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread Nick Dokos
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

[O] how to bind keys in orgtbl-mode

2011-12-09 Thread Uwe Brauer
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

Re: [O] how to bind keys in orgtbl-mode

2011-12-09 Thread Nick Dokos
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

Re: [O] how to bind keys in orgtbl-mode

2011-12-09 Thread Carsten Dominik
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

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread York Zhao
> 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

Re: [O] how to bind keys in orgtbl-mode

2011-12-09 Thread Uwe Brauer
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-

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread Nick Dokos
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

Re: [O] fill-paragraph?

2011-12-09 Thread Eric Abrahamsen
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