Re: [Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-03 Thread Anupam Sengupta
Thanks Carsten! I thought on the same lines after posting (about the global vs. per file setting) - but the hook you suggested is much nicer! Thanks again, -- Anupam http://slashusr.wordpress.com My Profile: http://www.google.com/profiles/anupamsg On Thu, Sep 3, 2009 at 12:20 PM, Carsten Domini

Re: [Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-02 Thread Carsten Dominik
Hi Anupam, Remember has no way of knowing what kind of setting for org-odd-levels-only will be used in the target file. Therefore you need to take care of setting this value correctly, for example with (add-hook 'org-remember-mode-hook (lambda () (setq org-odd-levels-only t))) or by setting

[Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-02 Thread Anupam Sengupta
Hi Carsten, *Problem*: `org-odd-levels-only' is not honored in a remember buffer for creating child entries. I have been using the clean outline view using the `org-odd-levels-only' setting (actually via the per file #+STARTUP: odd setting) to simulate the indented view of the outline (info "(or