[Orgmode] Re: org-refile

2007-12-28 Thread Thomas Veulemans
Carsten Dominik carsten.dominik at gmail.com writes: Hi Jose, (snip) In 5.17, you will be able to do this: (setq org-refile-use-outline-path t) The refile targets will then be represented by /-separated paths just like you suggested. Thanks. - Carsten Hi Carsten, First

[Orgmode] widen column

2007-12-28 Thread Richard G Riley
hi, I just returned to org after a short absence. I got the following error report when, in column mode, I tried to widen a column , | Wrong type argument: listp, #buffer todo.org | call-interactively: Wrong type argument: number-or-marker-p, nil | Mark activated ` ( command) org

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

[Orgmode] cannot build 5.17a

2007-12-28 Thread Hans Halvorson
Here's what I get: $ make emacs -batch -q -eval (add-to-list (quote load-path) \.\) -f batch-byte-compile org.el In toplevel form: org.el:12977:10:Error: Wrong type argument: listp, t make: *** [org.elc] Error 1 I am using Emacs 23.0.50.1 from CVS, Nov 28, 2007.

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] kechord to create another line beginning with an inactive timestamp?

2007-12-28 Thread Rainer Stengele
Many times I am writing a protocol which needs to have timestamped entries (see Skype or Yahoo Messenger chats) like: ... - [2007-12-29 Sa 00:48] blah - [2007-12-29 Sa 00:56] blub ... For that I have to enter: M-Enter C-u C-c ! Enter I would really like it having a key chord giving me the

Re: [Orgmode] kechord to create another line beginning with an inactive timestamp?

2007-12-28 Thread Manish
On Dec 29, 2007 5:28 AM, Rainer Stengele [EMAIL PROTECTED] wrote: Many times I am writing a protocol which needs to have timestamped entries (see Skype or Yahoo Messenger chats) like: ... - [2007-12-29 Sa 00:48] blah - [2007-12-29 Sa 00:56] blub ... For that I have to enter: M-Enter