From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Beamer_act property is misnamed in org-mode Ubuntu package Date: Wed, 27 Sep 2017 11:53:42 +0800 Message-ID: <15ec178058e.d47155c031083.6018525068204148597@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dx3Q5-0000JI-1o for emacs-orgmode@gnu.org; Tue, 26 Sep 2017 23:53:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dx3Q1-0006ie-VZ for emacs-orgmode@gnu.org; Tue, 26 Sep 2017 23:53:57 -0400 Received: from sender-pp-091.zoho.com ([135.84.80.236]:25147) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dx3Q1-0006gN-PD for emacs-orgmode@gnu.org; Tue, 26 Sep 2017 23:53:53 -0400 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: emacs-orgmode 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 But it should be :BEAMER_act: 1 The former is ignored in the generated LaTeX. The latter produces a correct overlay spec. Is that still the case in the most recent org release? If yes, I'd like to file it as a bug report. If not... I guess it's time to dump the Ubuntu packages. hjh