From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Cecil Westerhof <cldwesterhof@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: API problem
Date: Wed, 22 Jan 2014 18:03:36 +0100 [thread overview]
Message-ID: <8738kgvthz.fsf@gmail.com> (raw)
In-Reply-To: <CAG-LmmAD8r2H7W6oOAHXccLw55xjFhtzm0WD33nu8QgSzmA_Jg@mail.gmail.com> (Cecil Westerhof's message of "Wed, 22 Jan 2014 17:37:31 +0100")
Hello,
Cecil Westerhof <cldwesterhof@gmail.com> writes:
> To solve a problem I have the following line in an org file:
> - [ ] B (org-list-set-checkbox (line-beginning-position)
> (org-list-struct) "[X]") ITEM STRUCT CHECKBOX (org-list-send-item
> (line-beginning-position) 'end (org-list-struct)) ITEM DEST STRUCT
>
> Executing the org-list-send-item brings the entry to the end of the list,
> but executing org-list-set-checkbox does nothing. What am I doing
> wrong?
`org-list-set-checkbox' modifies the structure, i.e., the internal list
representation. It doesn't modify the buffer. You would have to apply
the new structure to the buffer with `org-list-write-struct'.
Anyway, it's much simpler to use `org-toggle-checkbox'.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2014-01-22 17:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 16:37 API problem Cecil Westerhof
2014-01-22 17:03 ` Nicolas Goaziou [this message]
[not found] ` <CAG-LmmApJwvTvTYZ3cFjb_rLkiX9B_JP3FzTX-D_kW3H1=D6pA@mail.gmail.com>
2014-01-22 20:24 ` Fwd: " Cecil Westerhof
2014-01-22 20:28 ` Cecil Westerhof
2014-01-22 20:40 ` Nicolas Goaziou
2014-01-22 21:57 ` Cecil Westerhof
2014-01-22 22:23 ` Nicolas Goaziou
2014-01-22 23:52 ` Cecil Westerhof
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=8738kgvthz.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=cldwesterhof@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 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).