Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Christian Moe
Hi, Jambunathan, On 10/18/11 2:05 PM, Jambunathan K wrote: When you are generating such a custom styles file for templating purposes, it is highly desirable that H:10 num:t be option used. (...) I believe the above restriction is not overly restrictive. No, that makes good sense, and thanks

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Jambunathan K
Mehul > % git remote -v > originhttp://repo.or.cz/r/org-mode/org-jambu.git (fetch) > originhttp://repo.or.cz/r/org-mode/org-jambu.git (push) > > > I have been pulling from the wrong repository. This git repo shouldn't be used at all. For the sake of convenience, the ELPA tarball

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Jambunathan K
Hello Christian Christian Moe writes: > That probably explains it, then. > > But, uh, can I borrow this thread for a moment? > > I find custom styles in ODT export aren't working as per the manual, > section 12.8.2. Here's what I've done (test files attached; Emacs > 23.3.1; Org 7.7, freshly pu

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
That probably explains it, then. But, uh, can I borrow this thread for a moment? I find custom styles in ODT export aren't working as per the manual, section 12.8.2. Here's what I've done (test files attached; Emacs 23.3.1; Org 7.7, freshly pulled): 1. Exported test-odt.org to ODT with defau

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
On Mon, Oct 17, 2011 at 14:00, Nick Dokos wrote: > > My (factually-baseless but best-that-I-can-do given the paucity > of information you provide) guess is that you are not running the > version you think you are running. > > Nick > What I have is Org-mode version 7.5 (baseline.533.ga5129.dirty)

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have seen that thread before, and am using the latest Org from the git repository. That is why I was wondering if I'd missed something or not. I just tried this with a new Emacs, and the test.org file that comes with org-odt. I changed test.org so that num: is nil and it still had section numbe

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
Hi, According to this thread, num:nil should work in recent versions of Org: http://comments.gmane.org/gmane.emacs.orgmode/46058 It works for me. You might try updating to the most recent version of Org and see if that fixes things. As a one-off fix, in OpenOffice you can turn off the number

[O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have the following in my org file: #+OPTIONS: toc:nil H:10 num:nil Yet in my ODT file I get numbered sections: 1. Work Experience 1.1.1 Company A 1.1.2 Company B 2. Skills 3. Education Am I doing something wrong ? Or is there another option that I am not awa