Re: [Orgmode] Agenda clock report does not follow links via keypress

2009-11-02 Thread Chris Leyon
On Mon, Nov 2, 2009 at 02:47, Carsten Dominik wrote: > Hi Chris, > > On Oct 30, 2009, at 10:47 PM, Chris Leyon wrote: > >> When I generate a clock report in the agenda, the Headline column >> contains things that *look like* Org links.  I can mouse-1 or mouse-2 >>

[Orgmode] Agenda clock report does not follow links via keypress

2009-10-30 Thread Chris Leyon
When I generate a clock report in the agenda, the Headline column contains things that *look like* Org links. I can mouse-1 or mouse-2 on them and the corresponding items pop up correctly. But if I move point onto one of these and press Return, I am told "Command not allowed in this line", even t

Re: [Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Chris Leyon
On Sat, Oct 24, 2009 at 08:49, Matt Lundin wrote: >> it out of my agenda and todo file, I also want to file a note about the >> issues, and what I learned about them. > > I'm quite not sure I understand what you're asking, but wouldn't it be > simplest to mark the item as DONE? Inactive todos do n

[Orgmode] org-toggle-link-style

2009-08-26 Thread Chris Leyon
I wanted this operation on a key (rather than a menu option), so I am sharing my function in case anyone else finds it useful: (defun org-toggle-link-style () "Toggle between descriptive and literal link styles." (interactive) (if (member '(org-link) buffer-invisibility-spec) ;; descri

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Chris Leyon
On Tue, Aug 25, 2009 at 11:31, Manish wrote: > On Tue, Aug 25, 2009 at 8:38 PM, Christian Egli wrote: >> No. Why would you want to do cursor motion in the agenda? > > One could make part of a heading a link to, say, an email, and may want to > visit that. Clockreport also shows links which can be

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Chris Leyon
Another solution would be to use "f" and "b" to move forward and backward in time. Some other Agenda bindings would have to change to accommodate this. Old "f" (org-agenda-follow-mode) could become "F" which is unused. But "b" and "B" are both used and would need to be remapped. Obviously this

Re: [Orgmode] Format of headings spanning days in agenda day/week view

2009-08-23 Thread Chris Leyon
On Sun, Aug 23, 2009 at 10:17, Nick Bell wrote: > At present they look like this: > >        (1/2):  John's Event <2009-09-03 Thu>--<2009-09-04 Fri> > > I would rather the <2009-09-03 Thu>--<2009-09-04 Fri> was missed off > entirely as it's obvious from the agenda when the dates are. > Nick In my

[Orgmode] Small patch for org-ido-switchb

2009-03-26 Thread Chris Leyon
For some semi-short time, org-ido-switchb has been broken, complaining about wrong type arguments. The attached one-line patch corrects this. --- org.el.orig 2009-03-26 11:38:36.0 -0400 +++ org.el 2009-03-26 11:39:09.0 -0400 @@ -12624,7 +12624,7 @@ (t

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Chris Leyon
On Thu, Jan 29, 2009 at 3:49 AM, Carsten Dominik wrote: > list all the Org-related variables that you have customized, > along with the values you used? Here are my settings: (setq org-directory (file-name-as-directory (cond ((at

Re: [Orgmode] org-ido-switchb

2008-12-18 Thread Chris Leyon
On Thu, Dec 18, 2008 at 5:09 PM, Carsten Dominik wrote: > Hi Chris, > can I add this to Org-mode? > - Carsten Of course. It's just your org-iswitchb function with the unwind-protect & iswitchb-mode stuff taken out. ___ Emacs-orgmode mailing list Reme

[Orgmode] org-ido-switchb

2008-12-18 Thread Chris Leyon
I recently switched from iswitchb to ido, but I missed org-iswitchb. So I wrote an ido version. org-ido-switchb.el Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:

Re: [Orgmode] Computed negative CLOCK time 1 hour off

2008-10-16 Thread Chris Leyon
There is a precedent in the Emacs manual -- Appendix E, Antinews: "For those users who live backwards in time [...]" :-) I admit there may not be great practical utility in a negative time range. But the interval is well-defined so it ought to be computed correctly. I would say that a wrong ans

[Orgmode] Computed negative CLOCK time 1 hour off

2008-10-16 Thread Chris Leyon
When Org automatically computes a time interval which is negative, it is off by 1 hour. (This may or may not be related to Chris Willard's "1 hour earlier" problem.) Positive time intervals seem okay. I'm using 6.08c on GNU Emacs 22.1. To reproduce: emacs -Q Start with this line: CLOCK: [2008

Re: [Orgmode] Using Alt as Meta

2008-04-07 Thread Chris Leyon
On Mon, Apr 7, 2008 at 4:16 PM, Dan Davison <[EMAIL PROTECTED]> wrote: > Why is is that I have to use for org-metaright, and > brings up the message: ' is undefined'? What's an appropriate way to > tell org-mode to use Alt as Meta in this situation? > Thanks! > Dan Try putting `(setq x-alt-

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread Chris Leyon
On Dec 13, 2007 2:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote: > I have been trying to rewrite the code to avoid the custom-set-variables in > .emacs but have finally come unstuck with this bit: > [...] > "Invalid read syntax: Invalid string property list" error when launching > Emacs and narrowe

[Orgmode] Suggestion for org-sort

2007-12-08 Thread Chris Leyon
I ran into this behavior while sorting table lines but it may happen elsewhere too. In a nutshell, I'd like to alphabetical-sort (C-c ^ a) | alpha | | [[file:beta][beta]] | | gamma | into the order shown, but currently the "beta" line sorts less than "alpha". I can't claim it's a bug--the behav

Re: [Orgmode] Re: Ringing the alarm bell in orgmode

2007-11-06 Thread Chris Leyon
On 11/6/07, William Henney <[EMAIL PROTECTED]> wrote: > The big problem I have with info is in setting it up so that it finds > the right files. For instance, I have totally failed to work out how I > can tell it where my org info files are, with the result that it > always shows me the old version

[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