From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: are heading properties always strings? Date: Fri, 03 Jan 2014 11:31:25 +0100 Message-ID: <8761q1we4i.fsf@bzg.ath.cx> References: <878uuxbgcu.fsf@bzg.ath.cx> <87ppo9e9au.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz22Q-0001ia-Tk for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 05:31:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz22M-0001D5-B4 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 05:31:34 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:39356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz22M-0001Cx-48 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 05:31:30 -0500 Received: by mail-wi0-f175.google.com with SMTP id hi5so300620wib.8 for ; Fri, 03 Jan 2014 02:31:29 -0800 (PST) In-Reply-To: <87ppo9e9au.fsf@Rainer.invalid> (Achim Gratz's message of "Fri, 03 Jan 2014 09:52:57 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Bastien writes: >>> 3. It also wasn't obvious that you have to give org-entry-put a >>> string. If you try to set it to an integer, you get strange control >>> characters like ^A or ^C. >> >> Can you tell which place in the documentation you expect to find this >> information? In functions' docstrings or in the manual? > > Besides documenting the requirement, I guess it makes sense to check for > stringiness before using the argument. Indeed, done here: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=9758f2 -- Bastien