Re: [Orgmode] Can you automatically open a branch on load?

2007-12-28 Thread Hugo Schmitt
Hello. Something like this already works fine for me: (add-hook 'org-mode-hook 'my-open-some-branch) (defun my-open-some-branch () Start org file with some particular branch opened. (org-overview) (save-excursion (search-forward Finances) (org-show-entry))) You can easily write a

Re: [Orgmode] Can you automatically open a branch on load?

2007-12-28 Thread Piotr Zielinski
On Dec 28, 2007 9:12 PM, Hugo Schmitt [EMAIL PROTECTED] wrote: You can easily write a couple more lines so that the branch that will be opened is configured on the top of the file itself. Or you can put a call like '(my-open-some-branch Finances)' directly in the org file using the same emacs

[Orgmode] Can you automatically open a branch on load?

2007-12-27 Thread adr3nald0s
Is there an easy way to have a specific branch in your file open when you load the file? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode