emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Janek F <xerusx@pm.me>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Properly handle defaults in org-set-property
Date: Thu, 02 Feb 2023 06:44:43 +0000	[thread overview]
Message-ID: <5NC3yaCBwyYNnDeMmgLeBKjDoFEghs94aVR0RBOpgsYuezZ8_cMwTqKjNmgWBS22U8DWK2fa_kPie6If3wXgrFuleg02IeSEVzvmNC8xg4Y=@pm.me> (raw)
In-Reply-To: <871qs6sbxe.fsf@localhost>

That is exactly what I use, as you can see in my dotfiles:
https://code.ftt.gmbh/janek/dotfiles/src/branch/main/.config/doom/config.el#L293

But it leads to the exact aforementioned problem...


------- Original Message -------
Ihor Radchenko <yantar92@gmail.com> schrieb am Dienstag, 20. September 2022 um 10:10:


> Janek F xerusx@pm.me writes:
> 
> > As discussed in https://emacs.stackexchange.com/questions/71774/pass-default-value-to-org-set-property/71777, providing a default to org-set-property does not always work.
> > 
> > It calls `org-read-property-value`, which only uses the supplied default value if it can compute a list of allowed values for the property. But then, the default value has to be part of that `_ALL` list.
> > 
> > Can this be changed so it always uses the given default?
> 
> 
> Why don't you just use
> 
> (map! :desc "Set ID property" "lI"
> '(lambda ()
> (interactive)
> (org-set-property "ID" (org-read-property-value "ID" nil "default-value"))))
> 
> ?
> 
> --
> Ihor Radchenko,
> Org mode contributor,
> Learn more about Org mode at https://orgmode.org/.
> Support Org development at https://liberapay.com/org-mode,
> or support my work at https://liberapay.com/yantar92


  reply	other threads:[~2023-02-02  6:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 18:08 Properly handle defaults in org-set-property Janek F
2022-09-20  8:11 ` Ihor Radchenko
2023-02-02  6:44   ` Janek F [this message]
2023-02-02 11:14     ` Ihor Radchenko
2023-02-02 17:21       ` Janek F
2023-02-03 11:45         ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='5NC3yaCBwyYNnDeMmgLeBKjDoFEghs94aVR0RBOpgsYuezZ8_cMwTqKjNmgWBS22U8DWK2fa_kPie6If3wXgrFuleg02IeSEVzvmNC8xg4Y=@pm.me' \
    --to=xerusx@pm.me \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).