From: Thomas Holst <thomas.holst@de.bosch.com>
To: emacs-orgmode@gnu.org
Subject: Bug in LaTeX export
Date: Tue, 20 Jan 2009 10:32:26 +0200 [thread overview]
Message-ID: <13631.8104727708$1232445112@news.gmane.org> (raw)
Hello,
when I call `org-export-region-as-latex' emacs enters a ininite
loop. When I call a HTML export command prior to
`org-export-region-as-latex' everything works fine with LaTeX export
commands.
As I found out `org-maybe-keyword-time-regexp' is not set when calling a
LaTeX export command. It is set, when calling a HTML command.
I am using emacs version: 22.2.1 on WinXP
org-mode-version: 6.17c
org related settings in .emacs
-----------------8x--------------x8-----------------------------------
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
;; "\C-co" ist global auf occur-at-point gesetzt, also für org-mode
;; zurücksetzen
(eval-after-load "org"
'(progn
(define-key org-mode-map "\C-co" 'org-open-at-point)
)
)
(setq org-log-done t)
(defun gtd ()
(interactive)
(find-file "U:/Org/MyGTD.org")
)
;; Einstellungen für remember
(require 'remember) ; rember laden
(org-remember-insinuate)
(setq org-directory "c:/daten/users/DE_hts2fe/Org")
(setq org-default-notes-file (concat org-directory "/MyNotes.org"))
(define-key global-map "\C-cr" 'org-remember)
-----------------8x--------------x8-----------------------------------
Thomas
--
"Das Leben ist so einfach,
dass es schon wieder schwierig ist!"
next reply other threads:[~2009-01-20 8:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-20 8:32 Thomas Holst [this message]
[not found] <.u63ka5qed@de.bosch.com>
2009-01-20 9:51 ` Bug in LaTeX export Carsten Dominik
-- strict thread matches above, loose matches on Subject: below --
2009-07-10 10:50 Holst Thomas (DS-ET/ECF1)
2009-07-10 12:19 ` Matthew Lundin
2009-07-10 12:45 ` Matthew Lundin
2009-07-16 19:43 ` Bastien
[not found] <nneething-c:/daten/users/DE_hts2fe/Mail/org-answers/001.txt@FE-Z1102>
2009-07-17 10:46 ` Thomas Holst
2011-11-12 11:13 Bug in latex export Markus Grebenstein
2011-11-28 14:57 Markus Grebenstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='13631.8104727708$1232445112@news.gmane.org' \
--to=thomas.holst@de.bosch.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).