emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: Re: How to call org-set-property from a function
Date: Wed, 06 Jan 2016 00:07:03 +0100	[thread overview]
Message-ID: <877fjn8w2w.fsf@free.fr> (raw)
In-Reply-To: 87bn8zmzlk.fsf@gmx.us

Rasmus <rasmus@gmx.us> writes:


> Does this do what you want:
>
>      (call-interactively 'org-set-property) 

Thanks, indeed it does, Marcin beat you to it though :-)

>> Also, I will sometimes need to include several different
>> properties. What would be the right way to run a loop where a new
>> property is set until the user answers something like C-return at the
>> prompt ?
>
> Here's naive approach.  Probably you can find a more elegant way.
>
>     (condition-case nil
>         (while t
>           (call-interactively 'org-set-property))
>       (quit nil))

That's working, I'm breaking out of the loop with C-g, is that what you
intended ?

Julien.

  reply	other threads:[~2016-01-05 23:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05 22:14 How to call org-set-property from a function Julien Cubizolles
2016-01-05 22:24 ` Marcin Borkowski
2016-01-05 22:34   ` Julien Cubizolles
2016-01-05 22:27 ` Rasmus
2016-01-05 23:07   ` Julien Cubizolles [this message]
2016-01-05 23:34     ` Rasmus
2016-01-06  0:24       ` Julien Cubizolles
2016-01-06  0:38       ` Julien Cubizolles
2016-01-06  0:53         ` Rasmus

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=877fjn8w2w.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /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).