Re: [Orgmode] FR: toggling timestamps active/inactive

2007-10-17 Thread Rick Moynihan
Carsten Dominik wrote: On Oct 16, 2007, at 18:22, Adam Spiers wrote: Rick Moynihan ([EMAIL PROTECTED]) wrote: Adam Spiers wrote: This seems like a good idea. Another related one occurred to me today (if it's necessary) which is toggling between the two list indicators. e.g. - foo - bar -

Re: [Orgmode] scope of properties in a narrowed buffer, links in certain environments etc.

2007-10-17 Thread Carsten Dominik
On Oct 16, 2007, at 14:56, Niels Giesen wrote: Column view on a narrowed subtree does take into account the file-wide #+COLUMNS directive, but *not* the :COLUMNS: property of a parent tree outside of the narrowing. Actually, this issue seems to be larger: `org-set-property' does scan the w

Re: [Orgmode] Interrupting note taking

2007-10-17 Thread Carsten Dominik
Fixed, thanks - Carsten On Oct 16, 2007, at 12:20, Nuutti Kotivuori wrote: Hello, Sometimes I bring up remember and then decide not to use it. If I'm already writing a note, C-c C-k works just fine (thanks for that feature!). But often I decide not to write a note while picking a template -

Re: [Orgmode] Html export suggestion (use of )

2007-10-17 Thread Carsten Dominik
On Oct 16, 2007, at 0:08, Mike Newman wrote: Here is a more refined suggestion, with links to examples Mike in HTML Export Hi Mike, thanks for this excellent writeup, exactly what I needed. And thanks to the o

Re: [Orgmode] Html export suggestion (use of )

2007-10-17 Thread Bastien
Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: > I now see why it can be useful to preserve the outline > structure in the HTML export, and if Bastien remains the > only voice against it, I will put these s in. I didn't pronounced myself "against" it at all. I really like the idea of h

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Leo
On 2007-10-17 03:03 +0100, Dan Griswold wrote: > Also, a little gotcha I've found, which may catch some of us org-mode > GTD-ers: cal-tex.el does not check for the @ symbol when inputting > from the diary, and thus does not escape it, leading to latex-errors > on processing. This probably should b

Re: [Orgmode] PocketMod for org-mode

2007-10-17 Thread Ian Barton
This looks very useful. The only problem on my system is that no diary entries are printed. I have checked the location of the diary file. I suspect that I need to tweak the emacs command line options. For anyone using Debian/Ubuntu pdf90 is part of the pdfjam package. Ian. With my increase

[Orgmode] Values of org-indirect-buffer-display

2007-10-17 Thread Chris Randle
I'm new to emacs and org-mode, so please forgive me if I've missed something fundamental. I've been using org-tree-to-indirect-buffer bound to the default C-c C-x b, and saw in the help that you can modify org-indirect-buffer-display. In my .emacs file, I've got the following: (setq org-indirect-

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Ian Barton
Thanks adding (setq cal-tex-diary t) to my .emacs fixed it. Ian. This looks very useful. The only problem on my system is that no diary entries are printed. I have checked the location of the diary file. I suspect that I need to tweak the emacs command line options. For anyone using Debian/Ubu

Re: [Orgmode] PocketMod for org-mode

2007-10-17 Thread Bastien
Ian Barton <[EMAIL PROTECTED]> writes: > This looks very useful. The only problem on my system is that no diary > entries are printed. I have checked the location of the diary file. I > suspect that I need to tweak the emacs command line options. You sure `org-agenda-include-diary' and `cal-tex-d

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > On 2007-10-17 03:03 +0100, Dan Griswold wrote: >> Also, a little gotcha I've found, which may catch some of us org-mode >> GTD-ers: cal-tex.el does not check for the @ symbol when inputting >> from the diary, and thus does not escape it, leading to latex-errors >>

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Leo
On 2007-10-17 11:09 +0100, Ian Barton wrote: > This looks very useful. The only problem on my system is that no > diary entries are printed. I have checked the location of the diary > file. I suspect that I need to tweak the emacs command line options. > > For anyone using Debian/Ubuntu pdf90 is pa

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Dan Griswold
Leo <[EMAIL PROTECTED]> writes: > On 2007-10-17 03:03 +0100, Dan Griswold wrote: >> Also, a little gotcha I've found, which may catch some of us org-mode >> GTD-ers: cal-tex.el does not check for the @ symbol when inputting >> from the diary, and thus does not escape it, leading to latex-errors >>

[Orgmode] [OT] pdfjam [Was: PocketMod for org-mode]

2007-10-17 Thread Stefan Kamphausen
Hi, Ian Barton <[EMAIL PROTECTED]> writes: > This looks very useful. The only problem on my system is that no diary > entries are printed. I have checked the location of the diary file. I > suspect that I need to tweak the emacs command line options. > > For anyone using Debian/Ubuntu pdf90 is pa

foldout.el (was Re: [Orgmode] Values of org-indirect-buffer-display)

2007-10-17 Thread Adam Spiers
On Wed, Oct 17, 2007 at 11:38:36AM +0100, Chris Randle wrote: > I'm new to emacs and org-mode, so please forgive me if I've missed > something fundamental. > > I've been using org-tree-to-indirect-buffer bound to the default C-c C-x > b, and saw in the help that you can modify org-indirect-buffer-

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Hi Bastien altern.org> writes: > Christian Egli novell.com> writes: > > > The attached script generates a pocketMod style pdf which contains the > > next four weeks, the next three months and the current year on one > > page. It also generates a hipsterPDA style printout which contains the > >

Re: [Orgmode] FR: more flexible customization of org-agenda-custom-commands key bindings

2007-10-17 Thread Bastien
Adam Spiers <[EMAIL PROTECTED]> writes: > Another approach, and this is my personal preference, would be to > allow "sub-keymaps", so that e.g. I could press C-c C-a s and it would > present me with a further menu of single keystrokes bound to custom > agenda commands: > >C-c C-a s 1search

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Dan Griswold rochester.rr.com> writes: > Because I've been trying something similar (but not as advanced), I'm > intrigued by the possibilities of your approach. Sadly, I can't run > your Makefile. I get an error[1]. Am I missing something? I need more details to analyse the problem. > About fo

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread pete phillips
> "Leo" == Leo <[EMAIL PROTECTED]> writes: > On 2007-10-17 03:03 +0100, Dan Griswold wrote: >> Also, a little gotcha I've found, which may catch some of us >> org-mode GTD-ers: cal-tex.el does not check for the @ symbol when >> inputting from the diary, and thus does not escap

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
Christian Egli <[EMAIL PROTECTED]> writes: > You need to install pdfjam. Most distros have it. Otherwise get it from > http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam. Thanks, installed. > You basically just type make :-). This will produce two pdfs: > pocketMod

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
pete phillips <[EMAIL PROTECTED]> writes: > On the basis that any '@'s get changed to \verb|@|, it just escapes > them. Clearly only a temporary measure! Works nice here. http://www.cognition.ens.fr/~guerry/u/hipsterPDA.pdf http://www.cognition.ens.fr/~guerry/u/pocketMod.pdf Except for th

[Orgmode] request re default year in date

2007-10-17 Thread John Rakestraw
Hi -- As I begin to schedule meetings and tasks for the next calendar year, I find that the default year (if I say, for example, jan 7) is the current calendar year. Of course, that's what the documentation says it will be, but I wonder if we could have at least an option for the default yea

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Bastien altern.org> writes: > Christian Egli novell.com> writes: > > You basically just type make . This will produce two pdfs: > > pocketMod.pdf and hipsterPDA.pdf. > > I can't get this to work because of the issues I mentionned above > Here I reproduce them: > > , > | - get rid of the

Re: [Orgmode] request re default year in date

2007-10-17 Thread Bastien
John Rakestraw <[EMAIL PROTECTED]> writes: > I wonder if we could have at least an option for the default year to be > the next year if one is inserting a date that's already past for this > calendar year -- in my case, at least, if I'm now inserting the date jan > 7 -- or even sep 30 -- it's much

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
Christian Egli <[EMAIL PROTECTED]> writes: >> , >> | - get rid of the misplaced \verb|@| > > Does Pete's patch help? Yes it does, no problem anymore. >> | - get rid of the links by using their description only > > This I don't understand. How do you get your deadlines to show up > in your c

Re: [Orgmode] FR: more flexible customization of org-agenda-custom-commands key bindings

2007-10-17 Thread Adam Spiers
On Wed, Oct 17, 2007 at 02:03:22PM +0100, Bastien wrote: > Adam Spiers <[EMAIL PROTECTED]> writes: > > > Another approach, and this is my personal preference, would be to > > allow "sub-keymaps", so that e.g. I could press C-c C-a s and it would > > present me with a further menu of single keystro

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
Richard G Riley <[EMAIL PROTECTED]> writes: >> &%%(org-diary :scheduled :timestamp :deadline) >> >> in my ~/.diary file. > > FYI : Putting that in my .diary file caused me to get an empty agenda. > > Can you explain to me how that line works? And Is the & supposed to be > there? I guess this shou

[Orgmode] Dynamically compute org-agenda-files

2007-10-17 Thread Chris Leyon
I currently use Planner for organizing my work activities & notes and am contemplating converting to Org-mode, but there is a capability that Planner has which Org doesn't (AFAIK) that is holding me back. (No flamewar please.) I have hundreds of Planner files, one for each of my customers, with Wi

[Orgmode] Review what have been closed in a time range

2007-10-17 Thread Wanrong Lin
Hi, Is there a way to list all items that have been closed within a period of time? The closest thing I have found is org-closed-in-range, but it only shows items in one file, and in a sparse tree format, not a list. Thank you for your help. Wanrong

Re: [Orgmode] Free `1' and `0' keys from the org-agenda interface ?

2007-10-17 Thread Carsten Dominik
On Oct 16, 2007, at 23:26, Bastien wrote: Adam Spiers <[EMAIL PROTECTED]> writes: `< <' : cycle through default restricted states (see above) Hmm, that doubles the number of keypresses to achieve a given state, which is a bit cumbersome. But if it's customizable, who cares? :-) I wouldn'

Re: [Orgmode] Free `1' and `0' keys from the org-agenda interface ?

2007-10-17 Thread Adam Spiers
On Wed, Oct 17, 2007 at 05:47:58PM +0200, Carsten Dominik wrote: > On Oct 16, 2007, at 23:26, Bastien wrote: > >Adam Spiers <[EMAIL PROTECTED]> writes: > > > >>>`< <' : cycle through default restricted states (see above) > >> > >>Hmm, that doubles the number of keypresses to achieve a given state,

Re: [Orgmode] FR: toggling timestamps active/inactive

2007-10-17 Thread Adam Spiers
On Tue, Oct 16, 2007 at 06:13:41PM +0200, Carsten Dominik wrote: > On Oct 16, 2007, at 16:19, Adam Spiers wrote: > > Another simple idea - subject line is pretty much self-explanatory I > > think: would be great to be able to toggle timestamps between [] and > > <>. > > > > Why? Say I have an even

[Orgmode] Re: Re: Re: Org-mode version 5.12

2007-10-17 Thread Fabian Braennstroem
Carsten Dominik wrote: Hi, @Bernt: Thanks! @Bastien:I will try to set up a small example. > > On Oct 15, 2007, at 22:59, Fabian Braennstroem wrote: One more great feature would be an additional option to the 'tree-to-indirect-buffer' function from the resulting agenda view. > > A

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Dan Griswold
Christian Egli <[EMAIL PROTECTED]> writes: > Dan Griswold rochester.rr.com> writes: > >> Because I've been trying something similar (but not as advanced), I'm >> intrigued by the possibilities of your approach. Sadly, I can't run >> your Makefile. I get an error[1]. Am I missing something? > > I

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Bastien <[EMAIL PROTECTED]> writes: > Christian Egli <[EMAIL PROTECTED]> writes: > >>> , >>> | - get rid of the misplaced \verb|@| >> >> Does Pete's patch help? > > Yes it does, no problem anymore. > >>> | - get rid of the links by using their description only >> >> This I don't understand. Ho

[Orgmode] FR: move subtree to category's file

2007-10-17 Thread Austin Frank
Hello! I'd like to propose some functionality that I think would be useful, and offer a very naive proof-of-concept implementation. The basic idea is that I'd like to be able to add or change a property on a tree, and then move the whole tree to a location based on that property. To be more conc

Re: [Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Bastien
Christian Egli <[EMAIL PROTECTED]> writes: > Now what would be really nice is if I could export the agenda view to > latex. I couldn't find any code in org-export-latex.el to do that. Am > I missing something, Bastien? No you're not. For now you can use `org-write-agenda' (C-x C-w) to export th

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Leo
On 2007-10-18 02:47 +0100, Bastien wrote: > Christian Egli <[EMAIL PROTECTED]> writes: > >> Now what would be really nice is if I could export the agenda view to >> latex. I couldn't find any code in org-export-latex.el to do that. Am >> I missing something, Bastien? > > No you're not. > > For now

Re: [Orgmode] FR: more flexible customization of org-agenda-custom-commands key bindings

2007-10-17 Thread Carsten Dominik
On Oct 16, 2007, at 18:36, Adam Spiers wrote: Adam Spiers ([EMAIL PROTECTED]) wrote: First, apologies for the constant "gimme" nature of my recent feature-request posts! *sigh* Here I go again ... Two more ideas for improving org-agenda: 1. Allow custom agenda commands to be given a descr

Re: [Orgmode] Re: Re: Re: Org-mode version 5.12

2007-10-17 Thread Carsten Dominik
On Oct 17, 2007, at 23:36, Fabian Braennstroem wrote: Carsten Dominik wrote: Hi, @Bernt: Thanks! @Bastien:I will try to set up a small example. On Oct 15, 2007, at 22:59, Fabian Braennstroem wrote: One more great feature would be an additional option to the 'tree-to-indirect-buffer' functi