From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Beamer_act property is misnamed in org-mode Ubuntu package Date: Wed, 27 Sep 2017 20:50:34 +0800 Message-ID: <15ec3638990.2793.82338e46905ca0a1b8f7a8095ee71cce@zoho.com> References: <15ec178058e.d47155c031083.6018525068204148597@zoho.com> <87shf8wuei.fsf@t3610> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxBno-0002WG-Pw for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 08:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxBnk-00008P-RH for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 08:51:00 -0400 Received: from sender-pp-091.zoho.com ([135.84.80.236]:25090) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxBnk-00006Z-Kt for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 08:50:56 -0400 In-Reply-To: <87shf8wuei.fsf@t3610> 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" To: Eric S Fraga Cc: emacs-orgmode On September 27, 2017 14:03:06 Eric S Fraga wrote: > On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote: >> Hi, >> >> There seems to be a mistake in the org-mode Ubuntu 16.02 packages. >> >> For beamer, if I C-c C-x p to add a property, one of the predefined options is: >> >> :BEAMER_act(Act): 1 > > I think (could be wrong on this) that org includes any properties you > already have as pre-defined options available to you. Maybe you have > this property already in your file? No, I have never used this (incorrect) property. This occurs in a brand new org file too. Oh, just did a search: ox-beamer.el, line 81, defines columns for beamer properties, including the incantation "%10BEAMER_act(Act)" -- which, except for the %10, matches the behavior precisely. It appears that C-c C-x p is treating this as the true name of the property, when it's really something for display. Anyway, the string inserted by C-c C-x p just doesn't work. hjh Sent with AquaMail for Android http://www.aqua-mail.com