emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inl


From: Eric S Fraga
Subject: Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks
Date: Thu, 04 Nov 2010 15:22:12 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

>>>>>> Eric S Fraga writes:
>
>> Are there any other I should be looking for?
>
> Could you test it with a minimal setup (emacs -q)?

=emacs -q= is not good enough because it loads org version 6.33x.  I
have tried =emacs -Q= instead and then:

#+begin_src emacs-lisp
(add-to-list 'load-path "~/git/org-mode/lisp")
(add-to-list 'load-path "/usr/share/org-mode/lisp")
(require 'org-install)
(require 'org-exp)
(require 'org-latex)
#+end_src

If I then visit my =examplebug.org= file and type =C-c C-e l= to
generate a latex export, I actually get an error:

: Debugger entered--Lisp error: (args-out-of-range [0 1 0 0 0 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0] 29)
:  org-section-number(29)
:  org-export-define-heading-targets(nil)
:  org-export-preprocess-string(#("# -*- coding: utf-8; -*-\n#+TITLE:     
examplebug.org\n#+AUTHOR:    Eric S Fraga\n#+EMAIL:     address@hidden: 
\n#+KEYWORDS: \n#+LANGUAGE:  en\n#+OPTIONS:   H:3 num:t toc:nil \\n:nil @:t ::t 
|:t ^:t -:t f:t *:t <:t\n#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t 
pri:nil tags:not-in-toc\n#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline 
buttons:0 path:http://orgmode.org/org-info.js\n#+EXPORT_SELECT_TAGS: 
export\n#+EXPORT_EXCLUDE_TAGS: noexport\n#+LINK_UP:   \n#+LINK_HOME: \n#+XSLT: 
\n\n* problem exporting to latex with inline tasks\n\n*point 1* \n\nI often use 
inline tasks to help me organise my thoughts as I am\nwriting long documents.  
However, exporting these no longer seems 
to\nwork.\n\n***************************** TODO figure out why this doesn't 
work\n***************************** END\n\n\n\n*point 2*\n\nThis is some text 
the follows the inline task.\n" 0 25 (fontified nil font-lock-fontified t) 25 
26 (fontified nil) 26 34 (fontified nil font-lock-fontified t) 34 39 (fontified 
nil) 39 53 (fontified nil font-lock-fontified t) 53 54 (fontified nil) 54 63 
(fontified nil font-lock-fontified t) 63 67 (fontified nil) 67 79 (fontified 
nil font-lock-fontified t) 79 80 (fontified nil) 80 88 (fontified nil 
font-lock-fontified t) 88 93 (fontified nil) 93 110 (fontified nil 
font-lock-fontified t) 110 111 (fontified nil) 111 126 (fontified nil 
font-lock-fontified t) 126 127 (fontified nil) 127 139 (fontified nil 
font-lock-fontified t) 139 140 (fontified nil) 140 155 (fontified nil 
font-lock-fontified t) 155 156 (fontified nil) 156 225 (fontified nil 
font-lock-fontified t) 225 226 (fontified nil) 226 298 (fontified nil 
font-lock-fontified t) 298 299 (fontified nil) 299 368 (fontified nil 
font-lock-fontified t) 368 397 (fontified nil font-lock-fontified t) 397 398 
(fontified nil rear-nonsticky (mouse-face highlight keymap invisible intangible 
help-echo org-linked-text) font-lock-fontified t) 398 399 (fontified nil) 399 
427 (fontified nil font-lock-fontified t) 427 428 (fontified nil) 428 459 
(fontified nil font-lock-fontified t) 459 460 (fontified nil) 460 473 
(fontified nil font-lock-fontified t) 473 474 (fontified nil) 474 487 
(fontified nil font-lock-fontified t) 487 488 (fontified nil) 488 496 
(fontified nil font-lock-fontified t) 496 497 (fontified nil) 497 498 
(fontified nil) 498 500 (fontified nil) 500 544 (fontified nil) 544 545 
(fontified nil) 545 815 (fontified nil) 815 862 (fontified nil)) 
:emph-multiline t :for-LaTeX t :comments nil :tags not-in-toc :priority nil 
:footnotes t :drawers nil :timestamps t :todo-keywords t :add-text nil 
:skip-before-1st-heading nil :select-tags ("export") :exclude-tags ("noexport") 
:LaTeX-fragments nil)
:  org-export-as-latex(nil)
:  call-interactively(org-export-as-latex)
:  org-export(nil)
:  call-interactively(org-export nil nil)

Argghhhhh!  Not sure why this is happening.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1
: using Org-mode version 7.02trans (release_7.3.18.g3818)



reply via email to

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