From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Re: org-set-properties for various (all) headings
Date: Wed, 20 Jul 2022 07:31:50 +0200 [thread overview]
Message-ID: <87v8rs4aex.fsf@mat.ucm.es> (raw)
In-Reply-To: CAFyQvY1Z=R3x=94L8UO=C+HeMaZmTCnJkhAC77V9jc35nWD4Pg@mail.gmail.com
[-- Attachment #1: Type: text/plain, Size: 1765 bytes --]
>>> "KM" == Kaushal Modi <kaushal.modi@gmail.com> writes:
> On Tue, Jul 19, 2022 at 12:58 PM Uwe Brauer <oub@mat.ucm.es> wrote:
>>
>> > On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer <oub@mat.ucm.es> wrote:
>>
>> > Try replacing the `org-set-property` form to:
>>
>> > (org-set-property "New" "[]")
>>
>> This does not anything (besides garbage collecting)
>>
> Did you replace only the `org-set-property` form with my suggestion?
This is what you said.
> In any case, I got to a computer and I tested that to work alright.
> =====
> * Over
> :PROPERTIES:
> :ID: ef19f286-8769-4fe7-8f95-8167691257a0
> :COLUMNS: %5TODO(Status) %5NR(Nr)
> :foo: Over
> :END:
> ** TODO Test
> :PROPERTIES:
> :Sent: [X]
> :END:
> ** WAIT Test2
> :PROPERTIES:
> :Sent: [X]
> :END:
> ** TODO Test3
> :PROPERTIES:
> :Sent: [ ]
> :END:
> #+begin_src emacs-lisp
> (defun test/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-map-entries #'test/set-property-at-heading)
> #+end_src
Aha, *great* thanks a ton. That really really saved my day.
Two comments though
1. It works, if the source block is at the beginning of the file 😉
2. I confess I don't understand anymore the use of `(let ((el (org-element-at-point)))':
a. In your first version you used the defined «el», but know you
don't, hm just saying.
In any case thanks again for this very valuable advice. I suggest to
include it somehow in the documentation, since I believe that other
users have encountered similar situations.
Regards
Uwe Brauer
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
next prev parent reply other threads:[~2022-07-20 5:37 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
2022-07-19 16:56 ` Uwe Brauer
2022-07-19 18:07 ` Kaushal Modi
2022-07-20 5:31 ` Uwe Brauer [this message]
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=87v8rs4aex.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--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.