Re: [PATCH] org-clock: insert lexical binding cookie into persisted files

2025-04-22 Thread Peter Münster
On Sun, Apr 13 2025, Ihor Radchenko wrote: > Applied, onto bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?h=bugfix&id=a6bba4832f538a3223a4c8905a9e55be351846ca Hi, When will this be merged into the Emacs master branch please? TIA, -- Peter

Re: org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2023-10-17 Thread Peter Münster
On Sun, Jun 05 2016, Amit Tendulkar wrote: > I need a way to get notifications at the time of starting a task or at > the start of the meeting (i.e. the SCHEDULED timestamp). Hi Amit, This should work now with the latest version (0.1.1) from ELPA. Cheers, -- Peter signature.asc De

Re: [PATCH] patches for org-notify.el

2020-09-13 Thread Peter Münster
On Sun, Sep 13 2020, Bastien wrote: > you may want to think about a place where you want to host > org-notify.el for the future. code.orgmode.org or github.com, as you prefer. Kind regards, -- Peter

[PATCH] patches for org-notify.el

2020-09-13 Thread Peter Münster
Hi, Please find attached 2 patches for org-notify.el. Kind regards, -- Peter >From 9ffa89dc99bfe967d9c591948d84dddb2eccdc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCnster?= Date: Sun, 13 Sep 2020 15:44:00 +0200 Subject: [PATCH 1/2] org-notify.el: Use cl- prefixed funct

[O] [PATCH]: Replace calls to obsolete macros in org-notify.el

2018-01-15 Thread Peter Münster
Hi, Please find attached a patch that removes calls to obsolete macros. Kind regards, -- Peter >From 8d2f68f7c01687565dcd248930ab949ab3b77516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCnster?= Date: Mon, 15 Jan 2018 19:23:51 +0100 Subject: [PATCH] Replace calls to obsole

Re: [O] [PATCH] org-notify: Fix compatibility with latest org-element (uppercase properties)

2015-08-24 Thread Peter Münster
On Mon, Aug 24 2015, Nicolas Goaziou wrote: > Out of curiosity, as org-notify.el's author, don't you have write access > into repository? I guess no, but I've never tried... -- Peter

Re: [O] Notifications-notify for org-mode scheduled items?

2015-08-24 Thread Peter Münster
On Mon, Mar 02 2015, Leo Ufimtsev wrote: > I would like to receive desktop notifications (1* e.g below) for scheduled > items. > E.g if I schedule like this: > > * Make Coffee > SCHEDULED: <2015-03-02 Mon 01:30> > > Then I would like a desktop notification to pup up at 1:30 telling me to make

[O] [PATCH] org-notify: Fix compatibility with latest org-element (uppercase properties)

2015-08-24 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo): Properties from org-element are all uppercase now. * (org-notify-maybe-too-late): Fix typo in docstring (thanks to davemq, https://github.com/p-m/org-notify/issues/3). --- contrib/lisp/org-notify.el | 4 ++-- 1 file changed, 2 insertions(+),

Re: [O] org-notify: can't define an org-notify-add

2015-08-24 Thread Peter Münster
On Fri, May 22 2015, alain.coch...@unistra.fr wrote: > Am I doing something trivially wrong? Any idea how I could debug > this? (I have no relevant message in the *Messages* buffer.) > > Many thanks in advance. Hi, It seems, that the Org Mode developers have not yet applied this patch: http://

[O] bug in org-clock-in-last

2015-01-24 Thread Peter Münster
Hi, With one prefix-argument, org-clock-in-last calls "(org-clock-in (org-clock-select-task))" But it seems, that org-clock-in doesn't expect such an argument. That means, that org-clock-in ignores the selected task. -- Peter

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
On Sat, Jan 24 2015, Peter Münster wrote: > - I get a list with some items, but only very few (only items, where > I've clocked in in this same emacs session). Solved: (setq org-clock-persist 'history) (org-clock-persistence-insinuate) > - There are duplicate

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
On Sat, Jan 24 2015, Peter Münster wrote: > My version is git HEAD and my list is empty. No, it was not HEAD. I did not realise, that my "git pull" failed because of local changes... Finally, git HEAD is just like 8.2.10. > - I get a list with some items, but only very few (o

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
On Sat, Jan 24 2015, Tory S. Anderson wrote: > Peter, on my run Org-mode version 8.2.10, I see just what you are describing: > a numbered list with the most recent things at the top. Ok, 8.2.10 seems to work. My version is git HEAD and my list is empty. > It just doesn't seem to do anything aft

[O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
Hi, How does this function work please? When I start this function, I get a *Clock Task Select* buffer with the line "Recent Tasks" and this prompt in the minibuffer: "Select task for clocking:". There is no more cursor and whatever I type (TAB for example), I get "user-error: Invalid task choice

Re: [O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-27 Thread Peter Münster
On Thu, Jun 27 2013, Bastien wrote: >> * contrib/lisp/org-notify.el (org-notify-make-todo): Properties from >> org-element are all uppercase now. > > Mhh... not sure what it means -- do you have a pointer? Yes, here: http://article.gmane.org/gmane.emacs.orgmode/73628 Citation: | (defun org-el

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-20 Thread Peter Münster
On Thu, Jun 20 2013, Carsten Dominik wrote: >> The easiest solution is to simply do nothing, until Org drops support >> for Emacs 24.2 and earlier. The 'cl' library will be shipped with Emacs >> for a long time. >> >> BTW, which Emacs versions does Org support? Is this documented anywhere? > > No

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
On Tue, Jun 18 2013, David Engster wrote: > Peter Münster writes: >> * contrib/lisp/org-notify.el (org-notify-make-todo) >> (org-notify-process, org-notify-on-action-button) >> (org-notify-action-email, org-notify-action-window): Replace `flet' >> and `macrole

[O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-18 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo): Properties from org-element are all uppercase now. --- contrib/lisp/org-notify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el index 3019852..dd4100d 100644 --- a/con

[O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo) (org-notify-process, org-notify-on-action-button) (org-notify-action-email, org-notify-action-window): Replace `flet' and `macrolet' by `cl-flet' and `cl-macrolet'. --- contrib/lisp/org-notify.el | 10 +- 1 file changed, 5 insertions(+),

[O] org-element: property now always uppercase?

2013-06-18 Thread Peter Münster
Hi, After updating org-mode from git, I noticed, that org-element-parse-buffer uppercases the properties now. Is this a feature or a bug? Example: * TODO test DEADLINE: <2013-06-18 Tue 12:00> :PROPERTIES: :notify: test :END: Result of (org-element-parse-buffer 'headline): (headline (

Re: [O] problem with org-element-parse-buffer

2012-11-24 Thread Peter Münster
On Sat, Nov 24 2012, Nicolas Goaziou wrote: > Do you want to help basing Agenda on Elements? No, sorry. I don't use the agenda, I prefer push to poll. That's why I wrote org-notify.el. Anyway, the syntax highlighting is a bit permissive too... -- Peter

Re: [O] problem with org-element-parse-buffer

2012-11-24 Thread Peter Münster
On Mon, Nov 12 2012, Nicolas Goaziou wrote: >> * TODO test >> bla bla bla >> DEADLINE: <2012-11-08 Thu 12:17> > > In Org, planning info (scheduled, deadline, and closed) must be put just > after the headline. Your example isn't valid. Then, org-agenda should ignore that too, shouldn't it? --

[O] problem with org-element-parse-buffer

2012-11-12 Thread Peter Münster
Hi, When using (print (org-element-parse-buffer 'headline)) on this test file: * TODO test bla bla bla DEADLINE: <2012-11-08 Thu 12:17> the output has no information about the deadline with latest git-version. How could I solve this problem please? TIA for any hints, --

[O] [PATCH] Make org-notify.el work with latest org-element.el

2012-11-06 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-convert-deadline): New function. (org-notify-make-todo): Use that function. --- contrib/lisp/org-notify.el | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el index c4ff

Re: [O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Peter Münster
On Thu, Aug 30 2012, Nathan Neff wrote: > I'm looking all over, and all I can find are posts about how to set > up org-notify to call some external messaging app. I'm on OSX and > don't want to purchase "Growl". Hi, With org-notify.el you don't need an external messaging app, you can do all in

Re: [O] org-notify Tutorial

2012-08-25 Thread Peter Münster
On Tue, Aug 07 2012, SW wrote: > Is a tutorial/guide available for org-notify? Neither of the following were > very > helpful: > > http://orgmode.org/worg/org-api/org-notify-api.html > > http://thread.gmane.org/gmane.emacs.orgmode/52634/focus=52693 On Sat, Aug 25 2012, maroony wrote: > Thanks

Re: [O] Using Org for a dissertation

2012-05-12 Thread Peter Münster
On Sat, May 12 2012, Richard Lawrence wrote: > I am a graduate student in philosophy, and I am about to begin writing > my dissertation. I am wondering about whether I should write it in Org, > or stick to plain LaTeX. Or in ConTeXt... Sorry, I can't answer your questions about Org-mode. I just

Re: [O] Ever used org-mode contrib packages?

2012-04-26 Thread Peter Münster
On Wed, Apr 11 2012, François Allisson wrote: > I'm curious to know what you are using from org-contrib... - org-notify -- Peter

[O] if featurep then require, why?

2012-04-02 Thread Peter Münster
Hi, In `org-show-notification', there is --8<---cut here---start->8--- (cond [...] ((featurep 'notifications) (require 'notifications) [...] --8<---cut here---end--->8--- Why is the (requir

Re: [O] [RFC] warn time for appointments

2012-03-27 Thread Peter Münster
On Fri, Mar 23 2012, Nick Dokos wrote: > But previously, things were bad enough that I had to turn off the notify > process. Now, I'm leaving it on and (mostly) not noticing that > it's there, so that's definitely progress. There is still one thing, that we can do: call org-notify-process periodi

Re: [O] [RFC] warn time for appointments

2012-03-23 Thread Peter Münster
On Fri, Mar 23 2012, Ivan Kanis wrote: > I got no reply to my RFC and to my tentative patches. Does that mean > everybody is happy with the default 12 minutes warning time? No, I'm not happy with 12 minutes. But there is https://github.com/p-m/org-notify where you can have arbitrary warning times

Re: [O] optimisation of org-notify

2012-03-04 Thread Peter Münster
On Sun, Feb 26 2012, Peter Münster wrote: > On Sun, Feb 26 2012, Nick Dokos wrote: > >> So orgntf-todo-list takes the lion's share of the time but >> most of it is the 15 calls to org-element-parse-buffer > > Ok, then I could process only one file at a time. This

Re: [O] notifications for todo items

2012-02-26 Thread Peter Münster
On Sun, Feb 26 2012, Nicolas Goaziou wrote: > I didn't look at the code but you probably mean > (org-element-parse-buffer 'headline) if you're only interested in > headline data. Yes, it's "headline" in the code... :) -- Peter

[O] optimisation of org-notify (was: notifications for todo items)

2012-02-26 Thread Peter Münster
On Sun, Feb 26 2012, Nick Dokos wrote: > So orgntf-todo-list takes the lion's share of the time but > most of it is the 15 calls to org-element-parse-buffer Ok, then I could process only one file at a time. This would divide the processing time by 15, in your case. But perhaps others would have t

Re: [O] notifications for todo items

2012-02-25 Thread Peter Münster
On Sat, Feb 25 2012, Nick Dokos wrote: > A quick first impression: orgntf-process seems expensive. It seems > to take 100% of one core (I've got a quad-core processor) for three or > four seconds every fifty seconds. Unfortunately, the core is the same one > that's running emacs, so emacs stops re

Re: [O] notifications for todo items

2012-02-23 Thread Peter Münster
On Thu, Feb 23 2012, Nick Dokos wrote: > what does this do that appt.el (and its org interface) does not? Sorry, I've totally forgotten to write about my motivation, to create such an org-notify module. Here a summary: - different warning periods for different todo-types - fine grained warning p

[O] notifications for todo items

2012-02-22 Thread Peter Münster
Hi, I've written a module, that allows flexible notifications for todo items with deadline: http://pmrb.free.fr/work/OS/org-notify.el Feedback is welcome! -- Peter

Re: [O] patch for warning time (first baby sted)

2012-02-22 Thread Peter Münster
On Sun, Feb 19 2012, Ivan Kanis wrote: > This patch implements warn time for org appt. It only works on emacs bzr > (the variable appt-warning-time-regexp appears in it). You need to add > the warntime in the text of the entry, like so : > > * doctor warntime 10 > <2012-02-19 10:00> If you chan

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2012-02-18 Thread Peter Münster
On Thu, Nov 24 2011, Nick Dokos wrote: > Are they free variable warnings? If so, you now know how to fix them: > go wild :-) All right, done so... ;) -- Peter

[O] [PATCH] Avoid some warnings about `assignment to free variable'

2012-02-18 Thread Peter Münster
* lisp/org.el, lisp/org-pcomplete.el: Add some `defvars' to avoid warnings about `assignment to free variable'. TINYCHANGE --- lisp/org-pcomplete.el |5 + lisp/org.el |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lisp/org-pcomplete.el b/lisp/org-pc

[O] get all todo items as lisp list

2012-02-18 Thread Peter Münster
Hi, Given a todo list in an org file, is there already a function, that converts this list to an elisp list, that contains at least heading, deadline and properties? Example input: --8<---cut here---start->8--- * TODO todo-test DEADLINE: <2012-04-19 Thu 13:33

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-23 Thread Peter Münster
On Wed, Nov 23 2011, Nick Dokos wrote: > Generally speaking, defvars like this tell the compiler to shut up about > the "free" variable. You can see if it is needed, by commenting out the > defvar and then trying to compile the file. Indeed, now there are 30 warnings instead of only 29 ... ;) Tha

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-23 Thread Peter Münster
On Wed, Nov 23 2011, Carsten Dominik wrote: > Fixed, thanks, please verify. Verified: ok, thanks. Is `(defvar parse-time-weekdays)' still needed then? And if yes, why? -- Peter

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-22 Thread Peter Münster
On Tue, Nov 22 2011, Carsten Dominik wrote: > This is not allowed, we cannot define a variable defined in another package. Oh, pardon. > Can you send a backtrace of the error, please? Of course (from "emacs -Q"): --8<---cut here---start->8--- Debugger enter

Re: [O] How to say "I did that yesterday?"

2011-11-22 Thread Peter Münster
On Tue, Nov 22 2011, Dave Abrahams wrote: > I often discover that I completed something a few days ago and I would > like to mark it done with the appropriate date as though I had marked it > done in the past. That means, e.g., for a repeating event it might > repeat sooner than if it had been do

[O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-21 Thread Peter Münster
* lisp/org.el (parse-time-weekdays): Must not be void. TINYCHANGE --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 253703b..41d418a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15229,7 +15229,7 @@ user." (setq org-rea

[O] [PATCH] Timestamps: Fix org-schedule and org-deadline with absolute time arguments

2011-11-21 Thread Peter Münster
* lisp/org.el (org-add-planning-info): Treat absolute time too. TINYCHANGE --- lisp/org.el |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index fffb0c1..3342b87 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12078,9 +12078,8 @@ be removed.

Re: [O] enhancements for org-agenda-to-appt

2011-11-12 Thread Peter Münster
On Tue, Nov 08 2011, Daniel Clemente wrote: >> 1.) Warning period should be taken from timestamp >> That means, that the warntime must be passed to appt-add. >> >> 2.) Warning period in hours and minutes >> "-3h" for 3 hours or "-10M" for 10 minutes should be possible. > > Do you re

[O] enhancements for org-agenda-to-appt

2011-11-03 Thread Peter Münster
Hello, Before enhancing org-agenda-to-appt (and some other parts) to fit my needs, I would like to get some feedback for my ideas: - General opinions about the ideas. - Hints about already existing usable code. - Hints how to implement the ideas with the least effort. The general idea is, to get

Re: [O] notify, when something to do

2011-11-01 Thread Peter Münster
On Sun, Oct 23 2011, Bastien wrote: >> - Perhaps the main problem: appt does not know about warning periods. >> There are items with "-3d", other with "-5M"[1]. There is only one >> universal appt-message-warning-time. Would it be possible, to have a >> individual warning-time for each todo-

[O] [PATCH] Agenda: Allow filter list without category in org-agenda-to-appt

2011-10-24 Thread Peter Münster
Hello, Here the output of "git format-patch master". I hope it's correct, it was my first git-commit... --8<---cut here---start->8--- >From 82da273bb0884347762e883786b334302ad3f0cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCnster?= Date: Mon, 24 O

Re: [O] patch: accept lazy filter in org-agenda-to-appt

2011-10-23 Thread Peter Münster
Hello, The following patch replaces the previous one: --8<---cut here---start->8--- === modified file 'lisp/org/org-agenda.el' --- lisp/org/org-agenda.el 2011-09-02 16:38:40 + +++ lisp/org/org-agenda.el 2011-10-23 20:03:11 + @@ -8415,10 +8415,

[O] patch: accept lazy filter in org-agenda-to-appt

2011-10-23 Thread Peter Münster
Hello, I use `org-agenda-to-appt' this way: --8<---cut here---start->8--- (org-agenda-to-appt t '((headline "TODO"))) --8<---cut here---end--->8--- But this works only with the following patch: --8<---cut here---

Re: [O] notify, when something to do

2011-10-23 Thread Peter Münster
On Sun, Oct 23 2011, Tassilo Horn wrote: > pmli...@free.fr (Peter Münster) writes: > >> I would like to be notified[1], when a todo item enters the warning >> period, scheduled time, or deadline. > > I export my org entries as appt alarms, so that I get system > noti

[O] notify, when something to do

2011-10-23 Thread Peter Münster
Hello, I would like to be notified[1], when a todo item enters the warning period, scheduled time, or deadline. I can imagine writing a function, that executes every 5 minutes, that scans all agenda files calling `org-get-[scheduled,deadline]-time', but I hope, that there is already something, th

Re: [O] org-contacts or bbdb?

2011-10-23 Thread Peter Münster
Thank you all for your points of view! So I'll try bbdb-3. (I've already started a bit.) On Fri, Oct 21 2011, Eric Abrahamsen wrote: > As Rasmus mentioned, if you use BBDB you should get version 3, it's > significantly better than the previous version. There's a slow movement > towards better im

[O] org-contacts or bbdb?

2011-10-20 Thread Peter Münster
Hello, I would like to manage my contacts, so that I can - easily search them - add new email addresses from gnus (summary buffer) - complete email addresses in gnus (message buffer and prompts in mini-buffer) - and perhaps more in the future Could you guide me please, what to choose, org-conta