Re: [O] need: custom agenda for last 7 days

2013-02-21 Thread Samuel Loury
Subhan Tindall writes: > I have a question regarding a custom agenda report. I've found the > variable org-agenda-span to set the number of days shown. But, I > can't seem to some up with a way to make it start in the past. > IE I want to see all agenda items for today and the previous 6 days.

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-02-13 Thread Samuel Loury
Hi, Bastien writes: >> It adjusts org-open-at-point to have plain links handled the same way >> bracket links are. It allows plain links to be followed if the cursor is >> before the link while still on the same line. By the way, the documentation of org-open-at-point says: ╭ │ If there is

Re: [O] Still Wishing for Snooze

2013-02-13 Thread Samuel Loury
Bastien writes: > Point well taken -- this is now what adding "--2d" does: use a > temporary delay that will not be taken into account for dates later > than the next repeater, and that will be deleted when a repeating > task is marked as done. Thanks for suggesting this. Thanks for the --2d fe

Re: [O] Still Wishing for Snooze

2013-02-09 Thread Samuel Loury
Hi, Michael Brand writes: > The usefulness of a SCHEDULED delay I see together with a TODO and > repeater to implement an _exception_ (to simplify: exception just for > the first date, before the repetitions). For example > > SCHEDULED: <2013-02-01 Fri +1w -3d> > > would mean: Usually start wor

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Samuel Loury
"Andrew M. Nuxoll" writes: > 1. Add a date tag to an entry that indicates that it is "inactive" > until a certain date. I'm picturing something like this: > > * TODO [#B] Verify login to the virtual machines >SCHEDULED: <2013-01-11 Tue +1w> DELAY: <2013-01-24 Thu> > In your model,

[O] [PATCH] Small type correction

2013-01-14 Thread Samuel Loury
Hi, This is a minor typo correction, Sincerely, -- Konubinix GPG Key: 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A From fef944e7f28407f37c9d0d45c35489875d5463b1 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Mon, 14 Jan 2013 15:25:16 +0100 Subject: [PATCH

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-14 Thread Samuel Loury
Hi, I sent the request to ass...@gnu.org 10 days ago and wait for the documents. By the way, I messed up with parens when I remove dangling ones so don't bother about the last [PATCH] mail. Bastien writes: > Hi Samuel, > > Samuel Loury writes: > >> In attachment is

Re: [O] colorg: Protocol [was: Re: Rudel - Real-Time collaborative editing of Org-Mode files]

2013-01-14 Thread Samuel Loury
Hi, This sounds really promising. But instead of creating your own protocol, have you thought about extending an already existing one? I see that you have read negative comments about tools using the obby protocol, but have you read about the protocol itself? For instance, even if the gobby seems

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
75D2 3CED 7439 106A From cd52bef7715ed551972ad5331fce50260cfcda50 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Fri, 4 Jan 2013 14:01:43 +0100 Subject: [PATCH] Make org-open-at-point behave the same with plain links and with bracket links. * lisp/org.el (org-open-at-point): make org-ope

[O] [PATCH] Fix bad substitution of org-make-link

2013-01-04 Thread Samuel Loury
acc73f37e6f1506e53e20c4a417a2a1116841849 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Fri, 4 Jan 2013 13:47:59 +0100 Subject: [PATCH] Fix an error introduced in 502e538020d02522dd40b4b5f940cf43d19096ab, org-make-link was replaced by contact instead of concat as the comment suggested * org-git-link.el (org-git-create

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
int.el new file mode 100644 index 000..efb70c8 --- /dev/null +++ b/testing/lisp/test-org-open-at-point.el @@ -0,0 +1,63 @@ +;;; test-org-open-at-point.el + +;; Copyright (c) Samuel Loury +;; Authors: Samuel Loury + +;; Released under the GNU General Public License version 3 +;; see: http://w

[O] [PATCH] Fix uncaught error when trying to open a link at point

2012-11-22 Thread Samuel Loury
From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Thu, 22 Nov 2012 09:31:15 +0100 Subject: [PATCH] Fix the uncaught exception when doing opening a link from nowhere * lisp/org.el (org-open-at-point): Make sure point is on a org-plain-link-re before

<    1   2