From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cecil Westerhof Subject: API problem Date: Wed, 22 Jan 2014 17:37:31 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c35acac5625304f091bd2b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60o1-0003wY-CS for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 11:37:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60o0-0003Km-6u for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 11:37:33 -0500 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:35860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60nz-0003Kc-UL for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 11:37:32 -0500 Received: by mail-qc0-f178.google.com with SMTP id m20so791233qcx.23 for ; Wed, 22 Jan 2014 08:37:31 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c35acac5625304f091bd2b Content-Type: text/plain; charset=ISO-8859-1 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? Because looking at the API I use the right parameters. I also do not get an error message. -- Cecil Westerhof --001a11c35acac5625304f091bd2b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
To solve a problem I have the following line in an org file: =A0=A0=A0 =A0=A0=A0 - [ ] B (org-list-set-checkbox (line-beginning-position= )=20 (org-list-struct) "[X]") ITEM STRUCT CHECKBOX (org-list-send-item= =20 (line-beginning-position) 'end (org-list-struct)) ITEM DEST STRUCT
<= br>
Executing the org-list-send-item brings the entry to the end of the list, but=20 executing org-list-set-checkbox does nothing. What am I doing wrong? Becaus= e looking at the API I use the right parameters. I also do not get an error= message.

--
Cecil Westerhof
--001a11c35acac5625304f091bd2b--