Re: [Orgmode] Indentation of scheduled/deadline timestamps

2009-10-07 Thread Carsten Dominik
Fixed, thanks. - Carsten On Oct 8, 2009, at 5:04 AM, Matt Lundin wrote: What follows is a minor issue with the indentation of scheduled/deadline lines. I can't identify when it appeared, but AFAICT it is a recent behavior. When I schedule an item for the first time with C-c C-s, the schedulin

[Orgmode] Indentation of scheduled/deadline timestamps

2009-10-07 Thread Matt Lundin
What follows is a minor issue with the indentation of scheduled/deadline lines. I can't identify when it appeared, but AFAICT it is a recent behavior. When I schedule an item for the first time with C-c C-s, the scheduling line is indented to match the text of the headline: * Here is a headline

Re: [Orgmode] Buffer-wide definitions in org-babel

2009-10-07 Thread Eric Schulte
Hi, This brings up a need for further Org-babel development. As you described below the :session environment can be used to deal with the need for required "stage setting" source-code blocks, however there is currently no way when directly executing a block to specify that some other block in the

Re: [Orgmode] Buffer-wide definitions in org-babel

2009-10-07 Thread Eric Schulte
Juan Reyero writes: > Greetings, > Hi, > > I am trying to define buffer-wide initializations in org-babel, so that I can > import a python module once > and then use its exported symbols in all the code chunks throughout the > buffer.  Is there a way to do it? >  I have tried all the obvious

Re: [Orgmode] Change style of text/item based on tag

2009-10-07 Thread Marcelo de Moraes Serpa
Thank you, Tim. On Wed, Oct 7, 2009 at 12:40 PM, Tim O'Callaghan wrote: > I recently posted to the list org-action-verb.el, that used overlays > to highlight the first word of a headline if it was not an action > word. The same code can be adapted to do this. > > Tim. > > 2009/10/7 Marcelo de Mo

[Orgmode] proposal: a community org code git repo

2009-10-07 Thread Dan Davison
I'd like to suggest that the we create an online git repo, that mirrors the main org repo, for anyone to work on org extensions and fixes, using one of the online git hosting services (e.g. github, repo.or.cz). I think this would have quite a few advantages, e.g. - It would be fun to be able to se

[Orgmode] indentation cycling

2009-10-07 Thread Samuel Wales
Here are two ideas for cycling indentation in body text. I often find myself doing TAB in the expectation that it will execute them. I wonder if others also do that. These operations affect only the current line.[1] 1. I always indent the plain list top level to column 2 like this. - top l

Re: [Orgmode] Change style of text/item based on tag

2009-10-07 Thread Tim O'Callaghan
I recently posted to the list org-action-verb.el, that used overlays to highlight the first word of a headline if it was not an action word. The same code can be adapted to do this. Tim. 2009/10/7 Marcelo de Moraes Serpa : > Hello, > > Is there a way to, based on tagging, to set the style of an i

Re: [Orgmode] agenda prefix - fixed/max width

2009-10-07 Thread Eraldo Helal
(setq org-agenda-prefix-format " %-8.8:c ") Works great! =] ___ 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

[Orgmode] Change style of text/item based on tag

2009-10-07 Thread Marcelo de Moraes Serpa
Hello, Is there a way to, based on tagging, to set the style of an item? For ex: * Projects ** My Project :PROJECT: *** SubProject :PROJECT: Action *** Action I would like My Project and SubProject to be in bold. Any hints/directions would be highly appreciated! Thanks, Marcelo.

[Orgmode] Buffer-wide definitions in org-babel

2009-10-07 Thread Juan Reyero
Greetings, I am trying to define buffer-wide initializations in org-babel, so that I can import a python module once and then use its exported symbols in all the code chunks throughout the buffer. Is there a way to do it? I have tried all the obvious approaches and none seems to work. (My hope w

[Orgmode] Re: (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-07 Thread Matt Lundin
Miguel Fernando Cabrera writes: > > Too hacky? > Now, to really do what I want would be cool to have a way of saying to > org that don't show the "@work" tag. I think you might also be able to use the variable org-agenda-filter-preset. > I think at the end this is a question of how implement con

Re: [Orgmode] bug: clock in/out from agenda throws error (release_6.31.35.g7ce8)

2009-10-07 Thread Stephan Schmitt
thx! for both fix and explanation Stephan Carsten Dominik wrote: > Hi Stephan, > > On Oct 7, 2009, at 10:25 AM, Stephan Schmitt wrote: > >> Hello Carsten, >> >> when I clock in/out from the agenda (using I/O) the function >> 'org-format-agenda-item' is called with a non-nil 'noprefix' >

Re: [Orgmode] Re: Emacs23 Menus "Org" and "Tbl" empty

2009-10-07 Thread Robin Green
At Tue, 06 Oct 2009 17:16:47 +0200, Benjamin Andresen wrote: > Might be a shot in the dark, but: (Only applicable if you use the gtk > version of Emacs) > > gtk 2.18 changed a few things but gtk 2.16 should work from the > get-go. > http://library.gnome.org/devel/gtk/unstable/gtk-migrating-Clien

Re: [Orgmode] bug: clock in/out from agenda throws error (release_6.31.35.g7ce8)

2009-10-07 Thread Carsten Dominik
Hi Stephan, On Oct 7, 2009, at 10:25 AM, Stephan Schmitt wrote: Hello Carsten, when I clock in/out from the agenda (using I/O) the function 'org-format-agenda-item' is called with a non-nil 'noprefix' argument. This leads to an error because the variable 'thecategory' is nil in line 4610 of f

[Orgmode] bug: clock in/out from agenda throws error (release_6.31.35.g7ce8)

2009-10-07 Thread Stephan Schmitt
Hello Carsten, when I clock in/out from the agenda (using I/O) the function 'org-format-agenda-item' is called with a non-nil 'noprefix' argument. This leads to an error because the variable 'thecategory' is nil in line 4610 of file org-agenda.el. I would supply a patch if I understood the meani

Re: [Orgmode] Re: A simpler remember architecture

2009-10-07 Thread Eric S Fraga
At Tue, 6 Oct 2009 16:33:08 +0200, Daniel Clemente wrote: > > > > > To cater more to the OP's needs, consider using a special tag for such > > common tasks, like :COMMON: > > > > The create a special agenda view hat just shows this tag. > > > This is a very nice solution. I thought of the agen

Re: [Orgmode] Re: Mobile org

2009-10-07 Thread Eric S Fraga
At Sat, 03 Oct 2009 09:25:24 +0300, [AvataR] wrote: > > I have emacs-23 on n810, tuned for rather quick start with dumps, > cleaning and other stuff :) Where did you install emacs 23 from? I'm using my N810 specifically for org-mode (my carry around diary and note taking device) but am using em