From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bill Raynor" Subject: cannot export to latex: Wrong type argument: integer-or-marker-p, nil Date: Wed, 15 Oct 2008 14:18:52 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0823689341==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqBtZ-00038t-5y for emacs-orgmode@gnu.org; Wed, 15 Oct 2008 15:18:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqBtW-00036a-8i for emacs-orgmode@gnu.org; Wed, 15 Oct 2008 15:18:56 -0400 Received: from [199.232.76.173] (port=47482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqBtW-00036X-2l for emacs-orgmode@gnu.org; Wed, 15 Oct 2008 15:18:54 -0400 Received: from rn-out-0910.google.com ([64.233.170.190]:21243) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqBtV-0000qj-OE for emacs-orgmode@gnu.org; Wed, 15 Oct 2008 15:18:53 -0400 Received: by rn-out-0910.google.com with SMTP id k32so1382240rnd.7 for ; Wed, 15 Oct 2008 12:18:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0823689341== Content-Type: multipart/alternative; boundary="----=_Part_24458_10751965.1224098332195" ------=_Part_24458_10751965.1224098332195 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I am using org-mode 6.05a under GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-06-30 on LENNART-69DE564 (patched). I can export to HTML just fine, but attempts to export to LaTex fail with the following error: Exporting to LaTeX... org-export-preprocess-string: Wrong type argument: integer-or-marker-p, nil My .emacs file contains the following references to org-mode: (message "Loading ORG Mode") (setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE")) ;; (6) (setq org-agenda-include-diary t) ;; (7) (setq org-agenda-include-all-todo t) ;; The following lines are always needed. Choose your own keys. (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) What am I doing incorrectly? Thanks. ------=_Part_24458_10751965.1224098332195 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I am using org-mode 6.05a under GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)  of 2008-06-30 on LENNART-69DE564 (patched).
I can export to HTML just fine, but attempts to export to LaTex fail with the following error:
   Exporting to LaTeX...
   org-export-preprocess-string: Wrong type argument: integer-or-marker-p, nil

My .emacs file contains the following references to org-mode:
(message "Loading ORG Mode")
(setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE"))                    ;; (6)
(setq org-agenda-include-diary t)                                                ;; (7)
(setq org-agenda-include-all-todo t)  
;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

What am I doing incorrectly?

Thanks.
------=_Part_24458_10751965.1224098332195-- --===============0823689341== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0823689341==--