emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] LaTeX export of list broken?


From: Chris Malone
Subject: [Orgmode] LaTeX export of list broken?
Date: Mon, 15 Nov 2010 14:19:03 -0500

Hi,

I'm currently running org-version 7.3 with emacs 22.2.1.  When I try to export a plain list in an org document to either LaTeX or PDF via LaTeX, I get an error about =looking-at-p= being void.  I know for a fact this worked with org-version 7.01h and the same emacs version.  Any idea what is going on?  Export to other formats, such as ASCII or HTML, work fine.

Chris

Minimum example:

#+TITLE:      test.org                                                          
#+AUTHOR: me                                                                
#+EMAIL:     address@hidden
#+DATE:      \today                                                            
#+DESCRIPTION:                                                                 
#+KEYWORDS:                                                                    
#+LANGUAGE:  en                                                                
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t            
#+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc     
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://org$
#+EXPORT_SELECT_TAGS: export                                                   
#+EXPORT_EXCLUDE_TAGS: noexport                                                
#+LINK_UP:                                                                     
#+LINK_HOME:                                                                   
#+XSLT:                                                                        
                                                                               
* Let's test a list                                                            
- A                                                                            
- B                                                                            
- C

reply via email to

[Prev in Thread] Current Thread [Next in Thread]