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: Tue, 05 Jan 2016 23:34:35 +0100	[thread overview]
Message-ID: <87mvsj8xl0.fsf@free.fr> (raw)
In-Reply-To: 878u438y13.fsf@mbork.pl

Marcin Borkowski <mbork@mbork.pl> writes:


> What about call-interactively?
Thanks, that's the way to do it:

#+begin_src emacs-lisp
  (interactive)
  (save-excursion
    (org-beamer-select-environment)
    (org-set-tags-command)
      (call-interactively 'org-set-property)
    )
#+end_src

>> 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?
>
> That I don't know.

I can still run C-x-p afterwards, I've already saved many keystrokes.

Julien.

  reply	other threads:[~2016-01-05 22:34 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 [this message]
2016-01-05 22:27 ` Rasmus
2016-01-05 23:07   ` Julien Cubizolles
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=87mvsj8xl0.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).