From: Kaushal Modi <kaushal.modi@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: org-set-properties for various (all) headings
Date: Tue, 19 Jul 2022 12:30:35 -0400 [thread overview]
Message-ID: <CAFyQvY0UTpxqeaELMq+XX84HPt2c_i_XDs-2Uk55_YvJEJc+XA@mail.gmail.com> (raw)
In-Reply-To: <875yjt6tn9.fsf@mat.ucm.es>
[-- Attachment #1: Type: text/plain, Size: 504 bytes --]
On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer <oub@mat.ucm.es> wrote:
>
>
> #+begin_src elisp :noexport
> (defun my-set-property-at-heading ()
> "Function to be called at the beginning of an Org heading."
> (interactive)
> (let ((el (org-element-at-point)))
> (org-set-property "New" (org-element-property "[ ]" el)))))
> (org-map-entries #'my-set-property-at-heading)
>
> #+end_src
>
Try replacing the `org-set-property` form to:
(org-set-property "New" "[]")
[Not tested, typing from phone.]
[-- Attachment #2: Type: text/html, Size: 1192 bytes --]
next prev parent reply other threads:[~2022-07-19 16:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 8:14 org-set-properties for various (all) headings Uwe Brauer
2022-07-19 10:56 ` Kaushal Modi
2022-07-19 14:53 ` Uwe Brauer
2022-07-19 16:30 ` Kaushal Modi [this message]
2022-07-19 16:56 ` Uwe Brauer
2022-07-19 18:07 ` Kaushal Modi
2022-07-20 5:31 ` Uwe Brauer
2022-07-20 7:33 ` Ihor Radchenko
2022-07-20 8:05 ` Uwe Brauer
2022-07-20 13:00 ` Kaushal Modi
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFyQvY0UTpxqeaELMq+XX84HPt2c_i_XDs-2Uk55_YvJEJc+XA@mail.gmail.com \
--to=kaushal.modi@gmail.com \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.