Re: [Orgmode] Re: When is a TODO really a TODO ? ...

2007-11-05 Thread Carsten Dominik
On 6Nov2007, at 4:28 AM, Bastien wrote: Bernt Hansen <[EMAIL PROTECTED]> writes: - pedagogically: Org-mode tries to be "easy-entry, but then lots of stuff under the hood". This is why TODO items are introduced the way they are. You said that you have been confused by this, so maybe it

Re: [Orgmode] inserting files within remember templates

2007-11-05 Thread Carsten Dominik
Setting up remember mode runs a remember-mode-hook, you can use that. I would be interested to know what kind of applications you have in mind when you want to include a file into a template, or execute elisp code. How about a few examples to persuade us that this is needed? - Carsten On 5Nov2

Re: [Orgmode] bibtex fields in remember templates

2007-11-05 Thread Carsten Dominik
On 6Nov2007, at 1:06 AM, Bastien wrote: Please check org-bibtex.el here: http://www.cognition.ens.fr/~guerry/u/org-bibtex.el Hey cool! I had been thinking about a full new link type with its own prefix and search routine But yes, a new link prefix is not necessary, it is just a fil

Re: [Orgmode] Re: When is a TODO really a TODO ? ...

2007-11-05 Thread Bastien
Bernt Hansen <[EMAIL PROTECTED]> writes: >> - pedagogically: Org-mode tries to be "easy-entry, but then >> lots of stuff under the hood". >> This is why TODO items are introduced the way they are. >> You said that you have been confused by this, so maybe it >> is not the right way after al

[Orgmode] org-elisp-symbol.el --- Org links to emacs-lisp symbols

2007-11-05 Thread Bastien
Hi all, in addition to org-bibtex.el and in the same range of ideas, here is org-elisp-symbol.el: http://www.cognition.ens.fr/~guerry/u/org-elisp-symbol.el It adds more properties to links created in emacs-lisp files. Maybe useful if you want to use remember when writing emacs-lisp code. Com

Re: [Orgmode] bibtex fields in remember templates

2007-11-05 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: >> "* TO_READ%?\n %a\n %:author (%:year). %:title. %:journal: %:pages." >> >> I know that links to bibtex entries are created using the custom >> search mechanism, but I can't figure out how to expose properties of >> the bibtex entry to remember or or

Re: [Orgmode] beginner tries to convert to org-mode

2007-11-05 Thread William Henney
Hi Detlef On 11/5/07, Detlef Steuer <[EMAIL PROTECTED]> wrote: > But all promoting or demoting commands do not work as advertised. > I get i.e. ESC undefined etc. > > ESC-S centers next paragraph. Nice but unexpected for me. ;-) Although ESC can usually be used as a synonym for Meta, this is not

Re: [Orgmode] beginner tries to convert to org-mode

2007-11-05 Thread Eric J Haywiser
But all promoting or demoting commands do not work as advertised. I get i.e. ESC undefined etc. Alt-S-right seems to work for me while Esc-S-right just beeps. Perhaps that and this excerpt from emacs info will help to clear things up? Another Emacs character-set extension is additional modi

Re: Re: [Orgmode] org-occur customize, newer version

2007-11-05 Thread Harald Weis
On Mon, Nov 05, 2007 at 09:52:27PM +0100, Giovanni Ridolfi wrote: > On Mon, Nov 05, 2007 at 08:31:10PM +0100, Harald Weis wrote: > > > > The present FreeBSD port is > > org-mode.el-emacs21-4.64_1 > > > > 4.64 is well behind the current version 5.13i, and so is 4.67c. > > Not sure that the variabl

Re: Re: [Orgmode] org-occur customize, newer version

2007-11-05 Thread Giovanni Ridolfi
On Mon, Nov 05, 2007 at 08:31:10PM +0100, Harald Weis wrote: > > The present FreeBSD port is > org-mode.el-emacs21-4.64_1 > > 4.64 is well behind the current version 5.13i, and so is 4.67c. > Not sure that the variable will soon be available for me, is it? Harald, please, have dig the archives

Re: [Orgmode] org-occur customize

2007-11-05 Thread Harald Weis
On Sun, Nov 04, 2007 at 08:22:12AM +0100, Carsten Dominik wrote: > > On 3Nov2007, at 12:26 AM, Harald Weis wrote: > > >>Harald Weis <[EMAIL PROTECTED]> writes: > >> > >>>I need the following customization of the org-occur function: > >>>If the match is in a headline, headline _and_ body are mad

Re: [Orgmode] inserting files within remember templates

2007-11-05 Thread Eddward DeVilla
I haven't used remember, so I don't know the limitations, but could C-x,C-i work? Edd On 11/5/07, Adam Spiers <[EMAIL PROTECTED]> wrote: > I'm finally getting around to setting up remember properly for regular > use. One thing I think I'll need is the ability to include the > contents of an exte

Re: [Orgmode] property constants in elisp formulas

2007-11-05 Thread Eddward DeVilla
On 11/2/07, Eddward DeVilla <[EMAIL PROTECTED]> wrote: > On 11/1/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > >>> > > >>> Lastly, since I'm whining, there's a bug in the formula editor that > > >>> I'm not sure if I've mentioned before. Edit the table below with > > >>> C-c > > >>> '. The '

[Orgmode] inserting files within remember templates

2007-11-05 Thread Adam Spiers
I'm finally getting around to setting up remember properly for regular use. One thing I think I'll need is the ability to include the contents of an external file in a remember template at the time of instantiation. Or if there was a % escape sequence for executing arbitrary elisp, that would be

[Orgmode] Re: When is a TODO really a TODO ? ...

2007-11-05 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > you make an interesting point. The fact that items with a process > state are called TODO > items had two roots: > > - historically: Initially, there was only TODO and DONE. > > - pedagogically: Org-mode tries to be "easy-entry, but then > lots of

[Orgmode] beginner tries to convert to org-mode

2007-11-05 Thread Detlef Steuer
Hi, I'm just starting to use org-mode. As an user of vimoutliner I'm somewhat new to emacs, too. :) Therefore it's most probably not org-mode's fault but mine. The question: Following the documentation I try the structure editing commands. M-Ret works just fine, as does C-Ret. But all promotin

[Orgmode] Re: tagging during creation

2007-11-05 Thread Andrew J. Korty
Here's what I use: (defun org-set-buffer-todo-tags () "Set tags for all tagless TODO headings in the current buffer." (save-excursion (goto-char (point-min)) (while (re-search-forward "\\* \\(?:TODO\\|ACTION\\|WAITING\\) " nil t) (let ((tags (org-get-tags))) (if (o