emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-set-property (at point)? Save-excursion seems not to work
@ 2022-04-25  8:13 Uwe Brauer
  2022-04-25 12:36 ` [the culprit] (was: org-set-property (at point)? Save-excursion seems not to work) Uwe Brauer
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Brauer @ 2022-04-25  8:13 UTC (permalink / raw)
  To: emacs-orgmode

Hi 

I tried 

(defun my-org-set-property ()
  (interactive)
  (save-excursion 
    (org-set-property nil nil)))

Or 

(defun my-org-set-property ()
  (interactive)
  (save-excursion 
    (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)

Regards

Uwe Brauer 

-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-27 18:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  8:13 org-set-property (at point)? Save-excursion seems not to work Uwe Brauer
2022-04-25 12:36 ` [the culprit] (was: org-set-property (at point)? Save-excursion seems not to work) Uwe Brauer
2022-04-26  4:20   ` Ihor Radchenko
2022-04-26  6:42     ` [the culprit] Uwe Brauer
2022-04-26 13:08       ` John Kitchin
2022-04-26 13:48         ` Ihor Radchenko
2022-04-27 13:12         ` Uwe Brauer
2022-04-27 18:49         ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).