[Orgmode] Repeated entry same time every day?

2009-05-05 Thread Piotr Zielinski
Hi, Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time every day? Thanks, Piotr ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Repeated entry same time every day?

2009-05-05 Thread Piotr Zielinski
On Tue, May 5, 2009 at 11:34 PM, Bernt Hansen be...@norang.ca wrote: Piotr Zielinski piotr.zielin...@gmail.com writes: Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time

[Orgmode] [PATCH] Added support for tomorrow as a time specification in tag maching engine, and fixed today.

2008-11-16 Thread Piotr Zielinski
From a5aa4cceb272185eb05c858a042a2b2a2991c095 Mon Sep 17 00:00:00 2001 From: Piotr Zielinski [EMAIL PROTECTED] Date: Sun, 16 Nov 2008 20:27:30 + Subject: [PATCH] Added support for tomorrow as a time specification in tag maching engine, and fixed today. --- lisp/org.el | 11 --- 1

[Orgmode] [PATCH] Added org-test.el that contains some unit tests.

2008-11-16 Thread Piotr Zielinski
244885b51f6c85e4a3f72af83587ec2d6490df8a Mon Sep 17 00:00:00 2001 From: Piotr Zielinski [EMAIL PROTECTED] Date: Sun, 16 Nov 2008 22:01:47 + Subject: [PATCH] Added org-test.el that contains some unit tests. This is file is really provisional to get us started with unit tests. It tests some changes made recently

[Orgmode] [PATCH] Added backward isearch support for headings

2008-08-03 Thread Piotr Zielinski
Changed org-goto-local-search-forward-headings to support backward search, and renamed it to org-goto-local-search-headings. --- lisp/org.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 57c6dae..62ad9ea 100644 --- a/lisp/org.el

Re: [Orgmode] FR: Repeated time stamp, jumping from current time

2008-03-02 Thread Piotr Zielinski
On Sun, Mar 2, 2008 at 4:52 AM, Wanrong Lin [EMAIL PROTECTED] wrote: Hi, Right now we can have a repeated time stamp like this: * TODO Do this every month SCHEDULED: 2008-03-01 Sat +1m If I am late and mark the above done on 2008-03-05, the time stamp will automatically jump to

Re: [Orgmode] commas in URLs?

2008-02-01 Thread Piotr Zielinski
Just to to add one vote for including commas in the urls by default (at least in some cases); I often copy long links directly from the browser and have this problem quite often. So URLs should just exclude commas that are followed by a whitespace or a line break, not all commas - right?

Re: automatic reminders in Emacs as pop ups [was: Re: [Orgmode] Survey results ]

2008-01-27 Thread Piotr Zielinski
Also, debian/ubuntu package libnotify-bin contains a command-line utility notify-send that you can use to display non-modal user notifications, in the same way as popup.py. Piotr On Jan 27, 2008 10:11 PM, Nick Dokos [EMAIL PROTECTED] wrote: One answer to question 5 on the survey was another

[Orgmode] Safer kill-line for org-mode

2008-01-27 Thread Piotr Zielinski
Hi, Read this to avoid losing your work. Standard kill-line deletes all text from the point to the end of the _visible_ line. It happened to me a few times that I pressed C-k to delete a few final words of a headline, but instead the whole (invisible) subtree was deleted. This kind of mistake

Re: [Orgmode] Re: Remember and then refile

2008-01-20 Thread Piotr Zielinski
On Jan 18, 2008 10:19 PM, Steven Lumos [EMAIL PROTECTED] wrote: Have you considered somehow merging the tree selection and minibuffer with completion methods so that both are available simultaneously? I haven't made up my mind about org-refile yet, but I'd like to speak in defense of

Re: [Orgmode] Re: FR: Display images in org-mode?

2008-01-09 Thread Piotr Zielinski
I think iimage-mode (minor mode shipped with emacs) does what you want http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html Piotr ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Can you automatically open a branch on load?

2007-12-28 Thread Piotr Zielinski
On Dec 28, 2007 9:12 PM, Hugo Schmitt [EMAIL PROTECTED] wrote: You can easily write a couple more lines so that the branch that will be opened is configured on the top of the file itself. Or you can put a call like '(my-open-some-branch Finances)' directly in the org file using the same emacs

[Orgmode] Electric insert of headline stars

2007-10-25 Thread Piotr Zielinski
Hi, Here's a small piece of elisp code that might be useful to some of you. Pressing '*' now inserts '*' as before, but if there are only spaces between the beginning of the current line and the point, then all of them are converted to stars. Useful for inserting new headlines. Longer

Re: [Orgmode] Re: depending TODOs, scheduling following TODOs automatically

2007-10-11 Thread Piotr Zielinski
Hi, I am generally against introducing very specialized features to org-mode, for the same reasons as described by others in this thread. The power of org-mode lies in simplicify of the model it offers: information is a collection of lists that can be queried in various ways. This model is

Re: [Orgmode] Re: Interpretation of priorities in org-mode

2007-08-01 Thread Piotr Zielinski
On 01/08/07, Renzo Been [EMAIL PROTECTED] wrote: But what is actually the difference between using: *priorities and: *Using tags That's a very good point. The reason why I decided to use priorities was because it was easier to make them work with org-agenda. In particular, I don't know how

Re: [Orgmode] Interpretation of priorities in org-mode

2007-08-01 Thread Piotr Zielinski
On 01/08/07, Jason F. McBrayer [EMAIL PROTECTED] wrote: I don't really use priorities at all, since I'm using org-mode to do GTD. I agree with you on that, I was only suggesting using priorities as a technical means to label certain tasks as to do today in a way which is easy in org-mode. If

Re: [Orgmode] community writing?

2007-06-09 Thread Piotr Zielinski
-- Piotr Zielinski, Research Associate Cavendish Laboratory, University of Cambridge, UK http://www.cl.cam.ac.uk/~pz215/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] POLL: Removing obsolete variables and features

2007-02-21 Thread Piotr Zielinski
On 21/02/07, Egli Christian (KIRO 43) [EMAIL PROTECTED] wrote: ;; FIXME: This variable could be removed, default nil (defcustom org-agenda-include-all-todo nil I am using this to see all the todos that I have not scheduled in my agenda. I'd also vote for keeping this variable. Piotr

Re: [Orgmode] Org-Mode to handle appointments ?

2007-01-08 Thread Piotr Zielinski
to everyone! -- Bastien ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Piotr Zielinski, Research Associate Cavendish Laboratory, University of Cambridge, UK http://www.cl.cam.ac.uk/~pz215

[Orgmode] org-autoclock.el

2006-12-11 Thread Piotr Zielinski
A piece of elisp code that some of you might find useful. Piotr == org-autoclock.el --- Automatically clock projects ;; ;; Author: Piotr Zielinski ;; Homepage: http://www.cl.cam.ac.uk/~pz215/ ;; Version: 0.01 ;; ;; Tested with emacs 22.0.50 and org-mode 4.58

[Orgmode] Bug fix and org-agenda-todo-ignore-deadlines option

2006-10-05 Thread Piotr Zielinski
)) + (throw :skip nil))) (org-agenda-skip) (goto-char (match-beginning 1)) (setq marker (org-agenda-new-marker (1+ (match-beginning 0))) -- Piotr Zielinski, Research Associate Cavendish Laboratory, University of Cambridge, UK http://www.cl.cam.ac.uk/~pz215

Re: [Orgmode] Dragging URLs to an org buffer

2006-10-04 Thread Piotr Zielinski
On 04/10/06, Carsten Dominik [EMAIL PROTECTED] wrote: On Oct 3, 2006, at 19:27, Piotr Zielinski wrote: Here's a piece of elisp that allows you to drag URLs from a webbrowser (or other apps) to an org buffer. I like the functionality, but I do find it too specialized to make this behavior

Re: [Orgmode] Another GTD question.

2006-10-04 Thread Piotr Zielinski
Hi, In relation to Carsten's email, I'd like to ask about possible integration of headings and plain lists. I remember that such integration was difficult because of the implementation of outline-mode, but I don't know the details. In case this is possible, here are a few reasons why I'd like

Re: [Orgmode] Another GTD question.

2006-10-01 Thread Piotr Zielinski
Hi, Org-mode is a major part of my GTD scheme, however, there are some tasks for which I think it's not ideal. One example are lists of lightweight items; items that are not critical and nothing seriously bad would happen if they are forgotten. Interesting webpages to read or papers to

Re: [Emacs-orgmode] Emacs-Calendar export to iCal/vcal

2006-08-23 Thread Piotr Zielinski
Dominik Sterrenkundig Instituut Anton Pannekoek Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Piotr

Re: [Emacs-orgmode] todo and deadline highlighting

2006-06-19 Thread Piotr Zielinski
On 12/06/06, Carsten Dominik [EMAIL PROTECTED] wrote: On Jun 8, 2006, at 1:34, Piotr Zielinski wrote: The following two functions redefine org-show-todo-tree, so that TODO items SCHEDULED for the future are not highlighted. Only non-scheduled TODO items or TODO items scheduled for the past

[Emacs-orgmode] todo and deadline highlighting

2006-06-07 Thread Piotr Zielinski
Hi, Here are three functions related to todo and deadline highlighting is the todo buffer. The first lets you highlight upoming deadlines and todo items at the same time. (defun org-check-deadlines-and-todos (ndays) (org-check-deadlines ndays) (flet ((org-remove-occur-highlights (optional

[Emacs-orgmode] Org-mouse 0.15: Agenda buffer support

2006-05-26 Thread Piotr Zielinski
Org-mouse.el 0.15 includes support for the Agenda buffer: it has the same context-sensitive menus (tags, timestamps, etc) as normal org-mode buffers, so that you can now modify the entries directly from the Agenda buffer. http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el Piotr

[Emacs-orgmode] org-mouse.el 1.12 released: compatible with Emacs 21

2006-04-25 Thread Piotr Zielinski
Version 1.12 of org-mouse.el, better mouse support for org-mode, is available: http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el Bug reports and feature requests welcome. Thanks, Piotr Changelog: ;; Version 0.12 ;; + compatible with Emacs 21 ;; + custom agenda commands added to the main menu

Re: [Emacs-orgmode] org-mouse.el

2006-04-13 Thread Piotr Zielinski
On 13/04/06, Carsten Dominik [EMAIL PROTECTED] wrote: In the latest version, the context menu on links does not seem to work Yes, the org-mouse-at-link function has never been particularly elegant: I had simply copied a fragment of org.el, this is why it was so sensitive to changes in org-mode.