From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Export options being ignored Date: Thu, 05 May 2011 00:33:34 -0400 Message-ID: <24377.1304570014@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHqXh-0007qE-Ux for emacs-orgmode@gnu.org; Thu, 05 May 2011 00:52:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHqXg-0005Jh-OA for emacs-orgmode@gnu.org; Thu, 05 May 2011 00:52:01 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:34665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHqXg-0005Jc-KA for emacs-orgmode@gnu.org; Thu, 05 May 2011 00:52:00 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LKP008KKHIH6U20@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 04 May 2011 23:51:58 -0500 (CDT) In-reply-to: Message from Eden Cardim of "Wed, 04 May 2011 22:15:02 -0300." 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: Eden Cardim Cc: Lawrence Mitchell , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Eden Cardim wrote: > > ,----[ test.org ] > | #+OPTIONS: <:nil > | ** TODO Estimate effort for all of today's tasks > | SCHEDULED: <2011-05-05 Thu 06:40 ++1d> > `---- > > Exporting the above file to pdf results in a file containing the > SCHEDULED timestamp in it. > > I'm running org from git master, commit > cd0446243861487096983f09e545105551af7f10 > > Apparently, all the symbol settings (^:t |:t etc...) exhibit the same > behaviour. Options like toc:t, num:t, etc. do work. I'm not familiar > with the code that does the parsing of the options so I have no idea > where to look in order to debug this. Setting org-export-with-timestamps > etc. does work as documented, so I'd say something is going wrong with > the parsing. > Reproduced and git bisected: ,---- | aa6dba8a74016587755c250bb8cc4743a4082ea1 is the first bad commit | commit aa6dba8a74016587755c250bb8cc4743a4082ea1 | Author: Lawrence Mitchell | Date: Thu Jan 20 18:23:22 2011 +0000 | | Only match complete words in org-export-add-options-to-plist | | * org-exp.el (org-export-add-options-to-plist): Require match to start | at a word-boundary. | | Previously, if an option was the suffix of another option (such as TeX | and LaTeX) the setting for the former would propagator to the latter. | This seems like an unintended consequence of a lax regexp in | org-export-add-options-to-plist. This patch allows options to share a | suffix with another option by requiring that the match against an | option starts at a word-boundary. | | :040000 040000 44d426100f5c092112e149a891eb2e043a8ca404 c76627facb6988aa08d4d1fa9f1ab2d9b4aa2f45 M lisp `---- Lawrence, can you take a look? Thanks, Nick