Re: [the culprit]

2022-04-27 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > This seems like something that could (should?) go in a personal config, as > a custom function, or advice. > You could, for example do something like this (lightly tested) > #+BEGIN_SRC emacs-lisp > (defun my-put (property value here) > (interactive (list ni

Re: [the culprit]

2022-04-27 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > This seems like something that could (should?) go in a personal config, as > a custom function, or advice. > You could, for example do something like this (lightly tested) > #+BEGIN_SRC emacs-lisp > (defun my-put (property value here) > (interactive (list ni

Re: [the culprit]

2022-04-26 Thread Ihor Radchenko
John Kitchin writes: > This seems like something that could (should?) go in a personal config, as > a custom function, or advice. If it does not cost performance, I do not see any problem with adding DWIM behaviour if point is inside drawer when calling org-set-property. Best, Ihor

Re: [the culprit]

2022-04-26 Thread John Kitchin
> Uwe Brauer writes: > >>> But it does not help, org-set-property sets always a new property at > the > >>> end of the property list. > >> > >>> Any idea what to do (besides touching the function itself) > >> > >> > >> It s

Re: [the culprit]

2022-04-25 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >>> But it does not help, org-set-property sets always a new property at the >>> end of the property list. >> >>> Any idea what to do (besides touching the function itself) >&

Re: [the culprit] (was: org-set-property (at point)? Save-excursion seems not to work)

2022-04-25 Thread Ihor Radchenko
Uwe Brauer writes: >> But it does not help, org-set-property sets always a new property at the >> end of the property list. > >> Any idea what to do (besides touching the function itself) > > > It seems that the culprit is the function > org-entry-put > whic

[the culprit] (was: org-set-property (at point)? Save-excursion seems not to work)

2022-04-25 Thread Uwe Brauer
(call-interactively #'org-set-property))) > But it does not help, org-set-property sets always a new property at the > end of the property list. > Any idea what to do (besides touching the function itself) It seems that the culprit is the function org-entry-put which alway

[Orgmode] org-mobile-create-sumo-agenda might be the culprit?

2010-07-26 Thread Michael Gilbert
Hi — I wrote a message to the list recently about mobileorg failing to generate files to sync. I have a little more detail. A hunch really, since I am not savvy in Lisp at all. But it looks to me like org-mobile.el is getting to org-mobile-create-sumo-agenda and then stopping. There is no error