[Orgmode] [Feature request] CSS tag classes for headlines

2009-12-04 Thread Peter Westlake
Would it be possible to give exported headlines a class based on their tag or TODO? For instance, instead of just labelling the tag, like this: Windows builds fail with "Error 66"CLOSED I would like to change the appearance of the whole headline: Windows builds fail with "Error 66"CLOSED The u

Re: [Orgmode] [Feature request] CSS tag classes for headlines

2010-01-04 Thread Peter Westlake
ing a hook like org-export-html-final-hook: > > http://orgmode.org/worg/org-configs/org-hooks.php#sec-1.76 Fair enough - thanks! Also happy New Year, and thanks again for a great piece of software! Peter. > HTH > > - Carsten > > On Dec 4, 2009, at 8:16 PM, Peter Westlake

Re: [Orgmode] OT: Python help

2010-07-20 Thread Peter Westlake
On Tue, 20 Jul 2010 16:58 +0530, "Puneeth" wrote: > On Tue, Jul 20, 2010 at 4:50 PM, Puneeth wrote: > > On Tue, Jul 20, 2010 at 4:43 PM, Carsten Dominik wrote: > >> Please show me the full line of code, I am currently editing a python > >> script > >> without any knowledge of python... > > >

Re: [Orgmode] Org-mode release 7.01

2010-07-20 Thread Peter Westlake
On Mon, 19 Jul 2010 08:43 +0200, "Carsten Dominik" wrote: > Hi everyone, > > I have just released version 7.01 of Org mode. Splendid! The upgrade from org-remember to org-capture was painless too. I took out org-remember-insinuate as well as the other remember and org-remember bits, and it works

[Orgmode] Feature request: save ID locations in org-save-all-org-buffers

2009-02-12 Thread Peter Westlake
Carsten, Thank you for adding org-revert-all-org-buffers. It's very helpful with syncing. I would like to ask for another change to help with syncing: please have org-save-all-org-buffers call org-id-locations-save, and load the locations in org-revert-all-org-buffers. Then ID values will be synce

Re: [Orgmode] Feature request: save ID locations in org-save-all-org-buffers

2009-02-13 Thread Peter Westlake
On 13 Feb 2009, at 07:25, Carsten Dominik wrote: On Feb 12, 2009, at 6:31 PM, Peter Westlake wrote: Carsten, Thank you for adding org-revert-all-org-buffers. It's very helpful with syncing. I would like to ask for another change to help with syncing: please have org-save-all-org-bu

[Orgmode] Problems with refiling

2009-02-17 Thread Peter Westlake
If I switch org-outline-path-complete-in-steps on, refiling breaks. How it breaks depends on org-refile-use-outline-path: Yes: Top level headlines are available, nothing else. Not: Same. Start with file: only the files are listed. The headline doesn't move. In the completion window, entries

Re: [Orgmode] Problems with refiling

2009-02-18 Thread Peter Westlake
dlines never appear. Instead, the entry is refiled to the level 1, unless files are listed, in which case it doesn't move at all. I must be missing out on some secret keystroke to continue the step-by-step process, I guess. Regards, Peter. > - Carsten > > On Feb 17, 2009, at 6:19 PM

Re: [Orgmode] Problems with refiling

2009-02-18 Thread Peter Westlake
This is now officially a bug report, with a reproducible test case! Sorry there's no patch, but I'm at work and can't afford the time. On Wed, 18 Feb 2009 15:57:10 +0100, "Carsten Dominik" said: > > On Feb 18, 2009, at 12:17 PM, Peter Westlake wrote: > > >

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] Feature request: inherited priorities

2009-04-29 Thread Peter Westlake
I would like to suggest that priorities should be inherited. After all, if a task is high priority, then doing the individual parts of it must be too. There are 250 items in my agenda TODO list at the moment, and that's with dependencies on, ordered subtasks, and missing all the less important stu

Re: [Orgmode] Feature request: inherited priorities

2009-04-29 Thread Peter Westlake
On Wed, 29 Apr 2009 10:34:37 -0500, "Matthew Lundin" said: > "Peter Westlake" writes: > > > I would like to suggest that priorities should be inherited. After > > all, if a task is high priority, then doing the individual parts of > > it must be to

Re: [Orgmode] Feature request: inherited priorities

2009-05-05 Thread Peter Westlake
On Sun, 3 May 2009 18:14:38 +0200, "Carsten Dominik" said: > Hi Peter, Matt, > > priorities cannot be inherited. Fair enough! In that case, would it be possible to take the default priority for a new task from the parent task? Peter. > - Carsten > > On Apr

Re: [Orgmode] Re: reloading causes visibility bug requiring restart

2009-05-07 Thread Peter Westlake
On Sun, 05 Apr 2009 15:33:34 -0400, "Bernt Hansen" said: > Do you have org-cycle-include-plain-lists set? If you turn that off > does it work as expected? I have this same bug, and turning off org-cycle-include-plain-lists does fix it! I thought I had tried everything, but must have missed this

Re: [Orgmode] Feature request: inherited priorities

2009-05-07 Thread Peter Westlake
On Tue, 5 May 2009 15:22:04 +0200, "Carsten Dominik" said: ... > I think that any kind of priority inheritance would be defeating the > purpose of priorities, by inflation. > > I think what you are trying to do is to assign a whole project subtree > high importance, and I would suggest to use tag

Re: [Orgmode] Re: reloading causes visibility bug requiring restart

2009-05-08 Thread Peter Westlake
On Fri, 8 May 2009 06:24:54 +0200, "Carsten Dominik" said: > I anyone could make an example that allos me to reproduce this > problem, then I might be able to fix it. It's trivial: * top ** sub 1 Set org-cycle-include-plain-lists. Type TAB on this line, and the whole of top gets folded

Re: [Orgmode] Re: reloading causes visibility bug requiring restart

2009-05-08 Thread Peter Westlake
> > It wasn't caused by me trying org-inlinetask, because it happens > > even without that. > > This last point still is strange. Have you by any chance set > org-cycle-max-level even though your customization excerpt > does not show it? Okay, I think I have found out what happened here: switching

[Orgmode] BUG: refile leaves END line of inline tasks

2009-06-19 Thread Peter Westlake
First, thank you for the excellent inline tasks feature! I use it a lot, and came across this bug as a result. If you have a multi-line inline task, with an END line, then refiling it leaves the END line behind. Since it isn't needed at the destination, it should just be deleted. *

[Orgmode] BUG: links to inline tasks

2009-06-19 Thread Peter Westlake
Another small bug in the excellent inline task module: making a link with "C-C l" anywhere below an inline task causes the link to attach to the inline task. I think it would be better if it only did that if point was in the task headline or its drawers, otherwise it should link to the parent task.

Re: [Orgmode] Re: BUG: refile leaves END line of inline tasks

2009-06-22 Thread Peter Westlake
On Sun, 21 Jun 2009 08:31 +0200, "Carsten Dominik" wrote: > > On Jun 19, 2009, at 4:44 PM, Matthew Lundin wrote: > > > "Peter Westlake" writes: > > > >> If you have a multi-line inline task, with an END line, then > >> refiling i

Re: [Orgmode] BUG: links to inline tasks

2009-08-03 Thread Peter Westlake
On Mon, 03 Aug 2009 06:27 +0200, "Carsten Dominik" wrote: > > On Jun 19, 2009, at 4:29 PM, Peter Westlake wrote: > > > Another small bug in the excellent inline task module: making a link > > with "C-C l" anywhere below an inline task causes the link to a

Re: [Orgmode] Custom agenda question

2009-08-25 Thread Peter Westlake
On Mon, 24 Aug 2009 20:03 +0200, "Carsten Dominik" wrote: > > On Aug 24, 2009, at 2:21 AM, Manish wrote: > > Once you've got your agenda organized right with todo's in order > > etc. then > > it's just a little disruptive to go anywhere else for a little extra > > detail to > > get some more

[Orgmode] BUG: blank items in the agenda

2009-09-02 Thread Peter Westlake
This is quite obscure, and an odd corner case, but here it is. If you have an item which is: - a TODO - scheduled - ordered - blocked by a child TODO then it leaves an empty line in the agenda. Here's a test case: , | * Press t r on this line in the agenda | SCHEDULED: <2009-09-02 Wed> |

[Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-02 Thread Peter Westlake
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know hoe to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] BUG: blank items in the agenda

2009-09-02 Thread Peter Westlake
On Wed, 02 Sep 2009 23:12 +0530, "Manish" wrote: > On Wed, Sep 2, 2009 at 10:37 PM, Peter Westlake wrote: > > This is quite obscure, and an odd corner case, but here it is. > > > > If you have an item which is: > > > > - a TODO > > - sche

Re: [Orgmode] Re: BUG: blank items in the agenda

2009-09-02 Thread Peter Westlake
On Wed, 02 Sep 2009 14:11 -0400, "Nick Dokos" wrote: > Matt Lundin wrote: ... > > I can't duplicate this. > > > > GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2.16.5) > > > > Org-mode version 6.30c > > > > Neither can I (same versions, more-or-less). > > Peter, can you check the face

Re: [Orgmode] Re: BUG: blank items in the agenda

2009-09-02 Thread Peter Westlake
his, Peter. > - Carsten > > On Sep 2, 2009, at 11:02 PM, Peter Westlake wrote: > > > > > > > On Wed, 02 Sep 2009 14:11 -0400, "Nick Dokos" > > wrote: > >> Matt Lundin wrote: > > ... > > > >>> I can't dupl

Re: [Orgmode] Re: BUG: blank items in the agenda

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" wrote: > Hi Peter, > > I have pushed a fix, please verify. > > - Carsten Yes, the line is no longer there. Thank you for always fixing bugs so quickly! Peter. > On Sep 3, 2009, at 12:07 AM, Peter Westlake wrot

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
27;t quite right is this small cosmetic matter of the missing spaces. Having a link as a category is very useful, because categories have meaning and the link can take you to it. Most of mine are links to bug reports or feature requests, for instance. Peter. > - Carsten > > On Sep 2,

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 14:12 +0200, "Carsten Dominik" wrote: > > On Sep 3, 2009, at 1:12 PM, Peter Westlake wrote: > > > On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" > > wrote: > >> Hi Peter, > >> > >> links in categories ar

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 15:56 +0200, "Carsten Dominik" wrote: > > On Sep 3, 2009, at 3:29 PM, Peter Westlake wrote: > > > > > On Thu, 03 Sep 2009 14:12 +0200, "Carsten Dominik" > > wrote: > >> > >> On Sep 3, 2009, at 1:12 PM, Pete

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-04 Thread Peter Westlake
On Fri, 04 Sep 2009 09:19 +0200, "Carsten Dominik" wrote: > > The prefix is now formatted properly, and C-c C-o gives > also access to this link. Excellent! Thank you very much! Peter. ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

Re: [Orgmode] Prefixing a function call with C-digit

2009-09-09 Thread Peter Westlake
On Wed, 09 Sep 2009 14:39 +0200, "Carsten Dominik" wrote: > > On Sep 8, 2009, at 8:14 PM, Raffi R wrote: ... > > In org-mode normally, I can get this behaviour by pressing C-0 C-x > > C-e. Looking at org.el suggested that I should be able to simply > > provide the 0 as an argument, i.e. using (or

[Orgmode] Feature request: org-agenda-store-link

2009-09-11 Thread Peter Westlake
, "Peter Westlake" wrote: > On Wed, 09 Sep 2009 14:39 +0200, "Carsten Dominik" > wrote: > > > > On Sep 8, 2009, at 8:14 PM, Raffi R wrote: > ... > > > In org-mode normally, I can get this behaviour by pressing C-0 C-x > > > C-e.

Re: [Orgmode] Feature request: org-agenda-store-link

2009-09-12 Thread Peter Westlake
> - Carsten > > On Sep 11, 2009, at 1:41 PM, Peter Westlake wrote: > > > Carsten, > > > > Could I request this as a small feature enhancement, please? > > Commands like org-refile have an agenda equivalent so that > > the same keys work in the agenda, and

Re: [Orgmode] Re: urgency & importance (was: (no subject)

2009-09-18 Thread Peter Westlake
On Fri, 18 Sep 2009 10:40 -0400, "Matt Lundin" wrote: > Could you please explain what you mean by urgency and importance? I'm > not familiar with that distinction. Urgency refers to how soon things need to be done, and importance is how much they matter regardless of time. For instance, develop

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-23 Thread Peter Westlake
On Fri, 04 Sep 2009 11:44 +0100, "Peter Westlake" wrote: > On Fri, 04 Sep 2009 09:19 +0200, "Carsten Dominik" > wrote: > > > > > The prefix is now formatted properly, and C-c C-o gives > > also access to this link. > > Excellent! Thank yo

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-29 Thread Peter Westlake
Excellent, thank you! Peter. On Mon, 28 Sep 2009 22:10 +0200, "Carsten Dominik" wrote: > Fixed, thanks. > > - Carsten > > On Sep 23, 2009, at 1:12 PM, Peter Westlake wrote: > > > > > > > On Fri, 04 Sep 2009 11:44 +0100, "Peter Westlak

[Orgmode] Searching for tags or todo keywords

2008-08-22 Thread Peter Westlake
I only discovered org-mode a couple of weeks ago, so apologies if this is a FAQ, or the patch is in the wrong format. I would like to define an agenda command to show TODO items in the context of the projects to which they belong, like this: todo: .Widget project todo: ..TODO Gath

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Peter Westlake
On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" <[EMAIL PROTECTED]> said: > > caveat : I do not know if this is optimal or even recommended but it now > works for me. > > I have modified the code a little to remove hex from the actual link. > I > have "boxquoted" all code so you will need

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Peter Westlake
On Mon, 1 Sep 2008 13:27:18 +0200, "Carsten Dominik" <[EMAIL PROTECTED]> said: > > On the subject of org-annotation-helper, the code has this comment > > about %a: > > > >> | ;; FIXME can't access %a in the template -- how to set > >> annotation? (raise-frame) > > > > While I was trying to

[Orgmode] Problem with keys not being mapped

2009-01-14 Thread Peter Westlake
Hello, I have just installed emacs-snapshot and the git version of org-mode on a new Debian machine (running Lenny), and a lot of C-c bindings are missing. For example, C-c a should be org-agenda, but is unbound. C-h m shows the right bindings. Here's .emacs: (add-to-list 'load-path "/usr/lo

Re: R: [Orgmode] Problem with keys not being mapped

2009-01-14 Thread Peter Westlake
On Wed, 14 Jan 2009 14:48:02 + (GMT), "Giovanni Ridolfi" said: > --- Mer 14/1/09, Peter Westlake ha scritto: > > > I have just installed emacs-snapshot and the git version of org-mode > > on a new Debian machine (running Lenny), and a lot of C-c > > bindin

[Orgmode] Re: Problem with keys not being mapped

2009-01-14 Thread Peter Westlake
On Wed, 14 Jan 2009 09:41:49 -0500, "Bernt Hansen" said: > Hi Peter, > > I add the org-mode git sources and load them at the top of my .emacs ... > I have the following keybindings defined in my .emacs since I want C-c a > and C-c l to work everywhere. I use the agenda so much I've rebound it >

[O] org-drill problem: questions are blank

2015-03-26 Thread Peter Westlake
>From time to time Org-drill shows me a blank window instead of a question. The frame, mode line and prompt to answer are visible, but there's nothing in the window at all. As a workaround I can type "t" to edit the tags, and the question will appear. A sample file is enclosed. It's a new file wit

Re: [O] org-drill problem: questions are blank

2015-03-27 Thread Peter Westlake
On Thu, 26 Mar 2015, at 17:26, J. David Boyd wrote: > Peter Westlake writes: > > > From time to time Org-drill shows me a blank window instead of a > > question. The frame, mode line and prompt to answer are visible, but > > there's nothing in the window at all. As a

Re: [O] org-drill problem: questions are blank

2015-03-30 Thread Peter Westlake
Marco, Thanks for the suggestion, but this doesn't make the bug go away for me. Peter. On Sun, 29 Mar 2015, at 19:54, Marco Wahl wrote: > Peter Westlake writes: > > > On Thu, 26 Mar 2015, at 17:26, J. David Boyd wrote: > >> Peter Westlake writes: > >>

Re: [O] org-drill problem: questions are blank

2015-03-30 Thread Peter Westlake
On Mon, 30 Mar 2015, at 17:54, Marco Wahl wrote: > Hi Peter, > > Peter Westlake writes: > > > Thanks for the suggestion, but this doesn't make the bug go away for > > me. > > That's awkward. > > Just to be sure: did you evaluate the function af

Re: [O] org-drill problem: questions are blank

2015-03-31 Thread Peter Westlake
On Mon, 30 Mar 2015, at 18:08, Marco Wahl wrote: > Peter Westlake writes: > > > On Mon, 30 Mar 2015, at 17:54, Marco Wahl wrote: > >> Hi Peter, > >> > >> Peter Westlake writes: > >> > >> > Thanks for the suggestion, but this d

[O] Org mode fontification broken

2018-11-12 Thread Peter Westlake
Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, links and other fontified text in Org files appear as the underlying plain text. A few of them look correct, and deleting a marker character (e.g. square bracket) and reinserting it makes the link appear correctly for a while

Re: [O] Org mode fontification broken

2018-11-14 Thread Peter Westlake
Problem solved! I had forgotten that I was using a copy of the Org repository instead of the package bundled with Emacs. Peter. On Mon, 12 Nov 2018, at 14:52, Peter Westlake wrote: > Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, > links and other fontified text