Re: [O] another auto-fill bug

2012-10-20 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > If you press SPC after this with the appropriate fill-columun setup, > Org will incorrectly comment the next line. > > === > # It's not as if bad guys always aim > # for the loss of life per se. They often just consider the > # loss of life less important than th

Re: [O] [new exporter] Enabling multiple exporters?

2012-10-20 Thread Nicolas Goaziou
Hello, Michael Gauland writes: > I've just started playing with the new exporter. My .emacs files includes: > > (require 'org-export) > (require 'org-e-latex) > (require 'org-e-html) > (require 'org-e-odt) > (require 'org-e-beamer) > > But when I run org-export-dispatch, the only choices I get a

Re: [O] [BUG] New latex exporter: Not respecting author:nil and timestamp:nil

2012-10-20 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala writes: >>> #+CAPTION: A wide table with tabulary >>> #+LABEL: tbl:wide >> >> It should be #+NAME: tbl:wide > > Thanks, Manual need to be updated then.. (info "(org)Tables in LaTeX export") Manual still applies to /current/ exporter, which is the old one. Manual w

[O] Using git-annex with org-attach

2012-10-20 Thread John Wiegley
I pushed a change to master that allows you to use the wonderful git-annex utility[1] seamlessly with org-attach. The way it works is as follows: 1. If your `org-attach-directory' is a git working tree, 2. and if you have run "git annex init" there, 3. and if `org-attach-git-annex-cutoff' is

Re: [O] [new exporter] Enabling multiple exporters?

2012-10-20 Thread Michael Gauland
On 20/10/12 23:11, Nicolas Goaziou wrote: > Probably nothing (excepted requiring 'org-export, which doesn't hurt, > but is useless). > > Try to restart Emacs first. > > > Thanks for the suggestion, but that doesn't help. I've found that the problem is really with the menu. If I press the appropria

Re: [O] error in orgstruct-mode

2012-10-20 Thread Peter Salazar
OK, I was able to successfully install org-mode 7.9.2. But there's something still wrong with the way org-mode and orgstruct-mode are handling numbered lists. In org-mode itself, when I enter "1. " and then hit OPTION-RETURN, it generates the next line "2. " but my cursor stays on the first line "

Re: [O] error in orgstruct-mode

2012-10-20 Thread Nick Dokos
Peter Salazar wrote: > OK, I was able to successfully install org-mode 7.9.2. But there's something > still wrong with the > way org-mode and orgstruct-mode are handling numbered lists.  > > In org-mode itself, when I enter "1. " and then hit OPTION-RETURN, it > generates the next line "2. " >