Re: [Orgmode] Netbook display of the org-mode site

2009-02-19 Thread Sebastian Rose
Samuel Wales writes: > Happens also in Safari with very large fonts. Maybe the menu can be > made to scroll with the page. I'll investigate that fact in a few hours. A first glance over the stylesheet makes me think, that changing the `height' property of the `#table-of-contents' should help. I

Re: [Orgmode] Netbook display of the org-mode site

2009-02-19 Thread Samuel Wales
Happens also in Safari with very large fonts. Maybe the menu can be made to scroll with the page. emacs-w3m looks great though. -- Myalgic encephalomyelitis denialism is causing death (decades early; Jason et al. 2006) and severe suffering, pain, and disability (worse than nearly all other seri

Re: [Orgmode] FR: Define Latex macros from export header

2009-02-19 Thread Russell Adams
Carsten, I was thinking of just exporting all key/value pairs in the header with an org prefix (no - or _ or /, ie: "orgAUTHOR"). We don't need to pick any specific ones. The only one that we have to worry about is properly quoting the OPTIONS line. FYI I love the LATEX_HEADER line, I've done aw

Re: [Orgmode] FR: Define Latex macros from export header

2009-02-19 Thread Carsten Dominik
Hi Russel, can you come up with a complete list of macros you'd like to have defined? Right now you are leaving the guesswork to me. - Carsten On Feb 15, 2009, at 7:59 AM, Russell Adams wrote: I think this one should be very easy! For each option in the export template at the head of the fi

Re: [Orgmode] Error When Publishing a Single File

2009-02-19 Thread Carsten Dominik
Someone needs to adopt org-publish.el and do this. Otherwise it will be waiting until I get more interested in publishing myself. - Carsten On Feb 17, 2009, at 12:43 PM, Sebastian Rose wrote: Ian Barton writes: This has been happening for a while. I suspect it's something in my setting

Re: [Orgmode] outline-agenda sorting consistency

2009-02-19 Thread Carsten Dominik
Hi Samuel, On Feb 11, 2009, at 6:36 AM, Samuel Wales wrote: Here are some possible ways that the outline and the agenda could be made slightly more consistent. Hope I didn't miss any that already exist. 1) priority faces are settable in the agenda. perhaps they could be so in the outline a

[Orgmode] Re: Stuck projects not ignoring inherited tags

2009-02-19 Thread Paul Mead
Carsten Dominik writes: > > Tags matches in general are explained here > > http://orgmode.org/manual/Tag-searches.html#Tag-searches > > > and here > > > http://orgmode.org/manual/Property-searches.html#Property-searches Thanks. > > > The manual has a section about stuck projects, did you read th

Re: [Orgmode] Problems with refiling

2009-02-19 Thread Peter Westlake
On Thu, 19 Feb 2009 16:29 +0100, "Carsten Dominik" wrote: > Hi Peter, > > I am still having problems reproducing. ... > What am I missing? The answer appears to be: partial-completion-mode. I repeated the steps exactly, then tried again on a machine with the same Emacs and Org but no customisat

[Orgmode] Re: [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-19 Thread Mikael Fornius
(I reply my own post.) When giving the problem a second thougt I realize that there may be something to it that I do no understand fully. The <%%(-sexps has worked properly before in earlier versions of org and the regexp > - (regexp "^&?%%(") makes me think that there is more because I fi

[Orgmode] Feature improvement request: editing TODO keyword in column view

2009-02-19 Thread Wanrong Lin
Hi, Right now in the column view when I press "e" in a "TODO" field, the TODO keyword rotates. This creates a lot garbage state change log entries. Can we change this to fast todo selection like "C-c C-t" (or "t" in agenda buffer), when "org-use-fast-todo-selection" is set to "t"? I am using

[Orgmode] Bug: editing priority in column view

2009-02-19 Thread Wanrong Lin
Hi, I have a column view configuration like this: (setq org-columns-default-format (format "%%%iITEM(Task) %%10TODO %%20SCHEDULED %%1PRIORITY(P) %%TAGS(TAGS) %%6Effort(EST){:} %%CLOCKSUM(CLK)" (- fill-column 24))) And I have a org-file "Test.org" with following entry: * TODO Test1 *** TODO

Re: [Orgmode] Re: Stuck projects not ignoring inherited tags

2009-02-19 Thread Carsten Dominik
On Feb 19, 2009, at 4:32 PM, Paul Mead wrote: Carsten Dominik writes: However, you can do this in the initial match. Make it "+LEVEL>=2-someday/-DONE" note that the level is >=2, not =2 anymore. Excellent, that did the trick, thanks. Can I exclude more tags in this way, or does the syn

[Orgmode] Re: Stuck projects not ignoring inherited tags

2009-02-19 Thread Paul Mead
Carsten Dominik writes: > > However, you can do this in the initial match. Make it > > "+LEVEL>=2-someday/-DONE" > > note that the level is >=2, not =2 anymore. Excellent, that did the trick, thanks. Can I exclude more tags in this way, or does the syntax change? > > The docstring of that var

Re: [Orgmode] Problems with refiling

2009-02-19 Thread Carsten Dominik
Hi Peter, I am still having problems reproducing. I did put your example into a file "peter.org" * f ** refile me ** baz * works ** one *** two three * does not work ** a *** b c Then I did these settings: (setq org-refile-targets '((org-agenda-files :maxlevel . 3)

[Orgmode] [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-19 Thread Mikael Fornius
Fixes a problem with some diary-sexps not occuring correct or not showing up at all in agenda view. (More description in the attached patch.) I hope it will be useful! Org-mode is a great mode. >From 0f05f81034eefeca63fd03f841c22a89357f3768 Mon Sep 17 00:00:00 2001 From: Mikael Fornius Date: Th

Re: [Orgmode] Stuck projects not ignoring inherited tags

2009-02-19 Thread Carsten Dominik
On Feb 13, 2009, at 4:29 PM, Paul Mead wrote: Hi, I've tried to configure stuck projects to ignore my 'Someday / maybe' tree, by tagging the heading with 'someday' and then setting org-stuck- projects to ignore it. I've used Customize, but the code in .emacs comes out as: '(org-stuck-proje

Re: [Orgmode] Re: Some in-file properties and other settings not recognized

2009-02-19 Thread Carsten Dominik
On Feb 19, 2009, at 3:36 PM, Paul Mead wrote: Carsten Dominik writes: On Feb 19, 2009, at 1:56 PM, Paul Mead wrote: Carsten Dominik writes: Hi Paul, Is this Emacs 21? No, it's 22.2. In fact. You are completely right, there was a bug. Thanks for insisting! It is fixed now. On

[Orgmode] Re: Some in-file properties and other settings not recognized

2009-02-19 Thread Paul Mead
Carsten Dominik writes: > On Feb 19, 2009, at 1:56 PM, Paul Mead wrote: >> Carsten Dominik writes: >> >>> Hi Paul, > > Is this Emacs 21? No, it's 22.2. > One thing you can try: > > 1. Start Emacs, and check what the value of org-agenda-align-tags-to- > column is. > > 2. Create an agenda, then

Re: [Orgmode] Re: Some in-file properties and other settings not recognized

2009-02-19 Thread Carsten Dominik
On Feb 19, 2009, at 1:56 PM, Paul Mead wrote: Carsten Dominik writes: Hi Paul, When you press C-c C-c at a property drawer or at a property drawer, you are presented with e menu. What option do you select? I didn't see the menu, so I've just gone back to try and re-create the error. It

[Orgmode] Re: Some in-file properties and other settings not recognized

2009-02-19 Thread Paul Mead
Carsten Dominik writes: > Hi Paul, > > > When you press C-c C-c at a property drawer or at a property drawer, > you are presented with e menu. What option do you select? I didn't see the menu, so I've just gone back to try and re-create the error. It seems that I was exiting the menu rather tha

Re: [Orgmode] Some in-file properties and other settings not recognized

2009-02-19 Thread Carsten Dominik
Hi Paul, On Feb 19, 2009, at 1:17 PM, Paul Mead wrote: I have the ORDERED property set for some of my tasks, and org-mode is configured to dim blocked tasks. However, in agenda view, the tasks are not dimmed. If I then go to the PROPERTIES drawer and press C-c C-c and the refresh the agenda, t

[Orgmode] Some in-file properties and other settings not recognized

2009-02-19 Thread Paul Mead
I have the ORDERED property set for some of my tasks, and org-mode is configured to dim blocked tasks. However, in agenda view, the tasks are not dimmed. If I then go to the PROPERTIES drawer and press C-c C-c and the refresh the agenda, the blocked tasks dim correctly. Similarly, I have (setq or

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-19 Thread Matthew Lundin
Hi Carsten, Spike, Carsten Dominik writes: > Check out the variable org-agenda-tags-todo-honor-ignore-options > and bind it t t as well. Thanks for letting us know about this variable. My apologies, Spike, for giving you an incorrect answer the first time. Upon further examination, without the

Re: [Orgmode] checkboxes and agenda invisibility

2009-02-19 Thread Carsten Dominik
Hi John, I agree with your reasoning and have implemented this. Tasks that are blocked because of checkboxes will not be made invisible, only dim. - Carsten On Feb 1, 2009, at 9:44 PM, John Rakestraw wrote: I noticed today that, at least in my set-up, setting these variables this way: (setq

[Orgmode] Re: Could the checkbox dependancy blocking mechanism also use the "ORDERED" property feature?

2009-02-19 Thread Carsten Dominik
On Feb 19, 2009, at 10:34 AM, Rainer Stengele wrote: Excellent! It works. Thank you! In the git version of today I find a very strange change in the agenda view. Starting agenda view and scrolling to the very first entry immediatley leaves the agenda window and jumps to the corresponding o

[Orgmode] Re: Could the checkbox dependancy blocking mechanism also use the "ORDERED" property feature?

2009-02-19 Thread Rainer Stengele
Excellent! It works. Thank you! In the git version of today I find a very strange change in the agenda view. Starting agenda view and scrolling to the very first entry immediatley leaves the agenda window and jumps to the corresponding org file position. Clicking onto any agenda line point also is

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-19 Thread Spike Spiegel
Hi Carsten, On Thu, Feb 19, 2009 at 1:09 PM, Carsten Dominik wrote: > Hi Spike, Matthew, > > maybe you overlooked my answer to this thread? urm, what answer sorry? This is the first email of yours I see in this thread. Has there been a similar thread recently I didnt notice? > Check out the var

Re: [Orgmode] Could the checkbox dependancy blocking mechanism also use the "ORDERED" property feature?

2009-02-19 Thread Carsten Dominik
OK, I just took this OFF my todo list. - Carsten On Feb 18, 2009, at 1:52 PM, Rainer Stengele wrote: Hi Carsten! I very much like the blocking feature for TODOs and checkboxes. I have lots of TODOs which I split into sub jobs using checkboxes. I would be very glad to have the :ORDERED: featu