emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Org-mode version 6.32trans (release_6.32b.144.g081f); implizit


From: Sebastian Rose
Subject: [Orgmode] Org-mode version 6.32trans (release_6.32b.144.g081f); implizit examples not working for LaTeX/PDF export
Date: Tue, 10 Nov 2009 05:58:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------



The following code does not work as expected, when exported to PDF:

=> --->8----------------------------->8----------------------------->8---
* Image basics
   
  Images are inserted into an Org file in a fashion similar to links:
  : [[file:///home/sebastian/develop/org/org-mode-unicorn.png]]

<= ---8<-----------------------------8<-----------------------------8<---





Result:

  The last line is exported as:

  \href{file:///home/sebastian/develop/org/org-mode-unicorn.png}{nil}


Expected result:

  I expect the last line to be exported as fixed width text.




Sebastian




Emacs  : GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1)
 of 2009-08-18 on beteigeuze
Package: Org-mode version 6.32trans (release_6.32b.144.g081f)

current state:
==============
(setq
 org-log-done 'time
 org-mouse-features '(yank-link activate-stars activate-bullets 
activate-checkboxes)
 org-export-with-LaTeX-fragments t
 org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus . 
gnus-other-frame) (file . find-file))
 org-special-ctrl-a/e t
 org-export-latex-listings t
 org-startup-align-all-tables t
 org-agenda-files '("~/emacs/org/organizer.org" 
"~/emacs/org/notes/Laufen/Lauftermine.org")
 org-agenda-include-diary t
 org-agenda-window-setup 'current-window
 org-export-default-language "de"
 org-hide-leading-stars t
 org-clock-into-drawer t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-export-htmlize-css-font-prefix ""
 org-archive-save-context-info '(time file category todo itags olpath ltags)
 org-after-todo-state-change-hook '(org-clock-out-if-current 
sr-org-todo-state-toggled)
 org-protocol-project-alist '(("http://orgmode.org/worg/"; :online-suffix ".php" 
:working-suffix ".org" :base-url
                               "http://orgmode.org/worg/"; :working-directory 
"/home/sebastian/develop/org/Worg/")
                              ("http://localhost/devel/org-notes/"; 
:online-suffix ".html" :working-suffix ".org"
                               :base-url "http://localhost/devel/org-notes/"; 
:working-directory
                               "/home/sebastian/emacs/org/notes/")
                              )
 org-babel-interpreters '("sql" "css" "ditaa" "python" "sh" "emacs-lisp")
 org-archive-location "::* Archiv"
 org-startup-folded t
 org-odd-levels-only nil
 org-id-locations-file "~/emacs/.org-id-locations"
 org-special-ctrl-k t
 org-export-html-title-format "<h1 id=\"title\">%s</h1>"
 org-export-with-drawers t
 org-id-prefix "org"
 org-agenda-restore-windows-after-quit t
 org-export-html-style "<style type=\"text/css\"></style>"
 org-protocol-protocol-alist '(("Insert sourcecode at point" :protocol 
"insert-at-point" :function op-insert-at-point))
 org-clock-in-resume t
 org-hide-emphasis-markers t
 org-export-preprocess-hook '(org-export-blocks-preprocess)
 org-tab-first-hook '(org-hide-block-toggle-maybe)
 org-src-mode-hook '(org-src-mode-configure-edit-buffer)
 org-confirm-shell-link-function 'yes-or-no-p
 org-clock-persist t
 org-highlight-latex-fragments-and-specials t
 org-todo-keywords '("TODO" "STARTED" "|" "DONE" "CANCELED(c@)")
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-clock-persist-query-save t
 org-export-latex-packages-alist '(("" "color") ("" "listings"))
 org-default-notes-file "~/emacs/org/notes/remember.org"
 org-export-html-table-tag "<table border=\"0\" cellspacing=\"0\" 
cellpadding=\"6\" rules=\"groups\" frame=\"hsides\">"
 org-directory "~/emacs/org/"
 org-export-mark-todo-in-toc t
 org-blank-before-new-entry '((heading . t) (plain-list-item))
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-show-empty-lines
                  org-optimize-window-after-visibility-change)
 org-export-latex-classes '(("beamer"
                             
"\\documentclass[11pt]{beamer}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{hyperref}\n\\usepackage{verbatim}\n\\setbeameroption{show
 notes}\n\\usetheme{Goettingen}\n\\useoutertheme{infolines}"
                             ("\\begin{frame}\\frametitle{%s}\\begin{itemize}" 
"\\end{itemize}\\end{frame}"
                              "\\begin{frame}\\frametitle{%s}\\begin{itemize}" 
"\\end{itemize}\\end{frame}")
                             ("\\item{%s}" . "\\item*{%s}") 
("\\end{itemize}\\note{" "}"))
                            ("myarticle"
                             "% BEGIN My Article 
Defaults\n\\input{/home/sebastian/develop/lib/latex/header-pdf.tex}\n"
                             ("\\rzchapteridx{%s}" . "\\rzchapteridx{%s}") 
("\\rzsection{%s}{}" . "\\rzsection{%s}")
                             ("\\rzsubsection{%s}" . "\\rzsubsection{%s}")
                             ("\\rzsubsubsection{%s}" . 
"\\rzsubsubsection{%s}"))
                            ("article"
                             
"\\documentclass[11pt,a4paper]{article}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{graphicx}\n\\usepackage{longtable}\n%
 BEGIN My Article 
Defaults\n\\input{/home/sebastian/develop/lib/latex/header-org-article-pdf.tex}\n\\input{/home/sebastian/develop/lib/latex/code.tex}\n%
 END My Article Defaults"
                             ("\\section{%s}" . "\\section*{%s}") 
("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}") 
("\\paragraph{%s}" . "\\paragraph*{%s}")
                             ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                            ("report"
                             
"\\documentclass[11pt,a4paper]{report}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{graphicx}\n\\usepackage{longtable}\n\\usepackage{hyperref}"
                             ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . 
"\\chapter*{%s}")
                             ("\\section{%s}" . "\\section*{%s}") 
("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                            ("book"
                             
"\\documentclass[11pt,a4paper]{book}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{graphicx}\n\\usepackage{longtable}\n\\usepackage{hyperref}"
                             ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . 
"\\chapter*{%s}")
                             ("\\section{%s}" . "\\section*{%s}") 
("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                            )
 org-publish-project-alist '(("org-inherit" :base-directory 
"~/develop/org/org-js-mtn/" :recursive nil :base-extension
                              "js" :publishing-directory 
"~/develop/htdocs/org-notes/" :publishing-function
                              org-publish-attachment)
                             ("org-inherit-search" :base-directory 
"~/develop/org/github/org-search.php/" :recursive
                              nil :base-extension "php" :publishing-directory 
"~/develop/htdocs/org-notes/"
                              :publishing-function org-publish-attachment)
                             ("org-notes" :base-directory "~/emacs/org/notes/" 
:auto-index t :index-filename
                              "sitemap.org" :index-title "Sitemap" :recursive t 
:base-extension "org"
                              :publishing-directory 
"~/develop/htdocs/org-notes/" :publishing-function
                              org-publish-org-to-html :custom-html-function 
sr-org-export-custom-html :headline-levels
                              4 :auto-preamble t :completion-function 
sr-org-notes-index-complete :menu/structure-file
                              "~/develop/htdocs/intranet/navigations/org.txt" 
:menu/link-target "mitte")
                             ("org-notes-static" :base-directory 
"~/emacs/org/notes/" :recursive t :base-extension
                              
"css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|txt\\|htm\\|html\\|dtd\\|php"
                              :publishing-directory 
"~/develop/htdocs/org-notes/" :publishing-function
                              org-publish-attachment)
                             ("org" :components ("org-inherit" 
"org-inherit-search" "org-notes" "org-notes-static"))
                             ("worg-notes" :base-directory 
"~/develop/org/Worg/" :auto-index nil :recursive t
                              :base-extension "org" :publishing-directory 
"~/develop/htdocs/worg/"
                              :publishing-function org-publish-org-to-html 
:headline-levels 3 :auto-preamble t :style
                              "\n<link rel=\"stylesheet\" 
href=\"/devel/worg/worg.css\" type=\"text/css\" />")
                             ("worg-static" :base-directory 
"~/develop/org/Worg/" :recursive t :base-extension
                              
"css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory
                              "~/develop/htdocs/worg/" :publishing-function 
org-publish-attachment)
                             ("worg" :components ("worg-notes" "worg-static")))
 org-fontify-done-headline t
 org-remove-highlights-with-change nil
 org-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote 
org-mouse-context-menu))
                  (when (memq (quote context-menu) org-mouse-features)
                   (define-key org-mouse-map (if (featurep (quote xemacs)) 
[button3] [mouse-3]) nil)
                   (define-key org-mode-map [mouse-3] (quote 
org-mouse-show-context-menu)))
                  (define-key org-mode-map [down-mouse-1] (quote 
org-mouse-down-mouse))
                  (when (memq (quote context-menu) org-mouse-features)
                   (define-key org-mouse-map [C-drag-mouse-1] (quote 
org-mouse-move-tree))
                   (define-key org-mouse-map [C-down-mouse-1] (quote 
org-mouse-move-tree-start)))
                  (when (memq (quote yank-link) org-mouse-features)
                   (define-key org-mode-map [S-mouse-2] (quote 
org-mouse-yank-link))
                   (define-key org-mode-map [drag-mouse-3] (quote 
org-mouse-yank-link)))
                  (when (memq (quote move-tree) org-mouse-features)
                   (define-key org-mouse-map [drag-mouse-3] (quote 
org-mouse-move-tree))
                   (define-key org-mouse-map [down-mouse-3] (quote 
org-mouse-move-tree-start)))
                  (when (memq (quote activate-stars) org-mouse-features)
                   (font-lock-add-keywords nil
                    (\`
                     (((\, outline-regexp) 0 (\` (face org-link mouse-face 
highlight keymap (\, org-mouse-map)))
                       (quote prepend))
                      )
                     )
                    t)
                   )
                  (when (memq (quote activate-bullets) org-mouse-features)
                   (font-lock-add-keywords nil
                    (\`
                     (("^[      ]*\\([-+*]\\|[0-9]+[.)]\\) +"
                       (1 (\` (face org-link keymap (\, org-mouse-map) 
mouse-face highlight)) (quote prepend)))
                      )
                     )
                    t)
                   )
                  (when (memq (quote activate-checkboxes) org-mouse-features)
                   (font-lock-add-keywords nil
                    (\`
                     (("^[      ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)"
                       (2 (\` (face bold keymap (\, org-mouse-map) mouse-face 
highlight)) t))
                      )
                     )
                    t)
                   )
                  (defadvice org-open-at-point (around org-mouse-open-at-point 
activate)
                   (let ((context (org-context)))
                    (cond ((assq :headline-stars context) (org-cycle))
                     ((assq :checkbox context) (org-toggle-checkbox))
                     ((assq :item-bullet context) (let 
((org-cycle-include-plain-lists t)) (org-cycle))) (t ad-do-it))
                    )
                   )
                  )
                 imenu-add-menubar-index sr-yas-in-org org-clock-load
                 (lambda nil
                  (org-add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append) (quote local))
                  )
                 )
 org-clock-out-remove-zero-time-clocks t
 org-export-htmlize-output-type 'css
 org-refile-targets '((org-agenda-files :maxlevel . 3) (sr-org-refile-targets 
:maxlevel . 2))
 org-ctrl-c-ctrl-c-hook '(org-R-apply-maybe org-babel-lob-execute-maybe 
org-babel-execute-src-block-maybe)
 org-return-follows-link t
 org-confirm-elisp-link-function 'yes-or-no-p
 org-refile-use-outline-path 'file
 org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-function 
(quote org-mouse-agenda-context-menu))
                         (define-key org-agenda-mode-map (if (featurep (quote 
xemacs)) [button3] [mouse-3])
                          (quote org-mouse-show-context-menu))
                         (define-key org-agenda-mode-map [down-mouse-3] (quote 
org-mouse-move-tree-start))
                         (define-key org-agenda-mode-map
                          (if (featurep (quote xemacs)) [(control mouse-4)] 
[C-mouse-4]) (quote org-agenda-earlier))
                         (define-key org-agenda-mode-map
                          (if (featurep (quote xemacs)) [(control mouse-5)] 
[C-mouse-5]) (quote org-agenda-later))
                         (define-key org-agenda-mode-map [drag-mouse-3]
                          (quote
                           (lambda (event) (interactive "e")
                            (case (org-mouse-get-gesture event) (:left 
(org-agenda-earlier 1))
                             (:right (org-agenda-later 1)))
                            )
                           )
                          )
                         )
                        )
 org-agenda-start-on-weekday nil
 org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src 
org-babel-exp-inline-src-blocks))
 org-log-note-headings '((done . "CLOSING NOTE %t") (state . "State %-12s from 
%-12S %t") (note . "Note taken on %t")
                         (clock-out . ""))
 org-refile-allow-creating-parent-nodes 'confirm
 org-insert-mode-line-in-empty-file t
 org-occur-hook '(org-first-headline-recenter)
 org-drawers '("PROPERTIES" "CLOCK" "PHONE" "EMAIL" "REMAIL" "HIDDEN" "LOGBOOK")
 org-table-formula-evaluate-inline nil
 org-time-stamp-custom-formats '("<%d.%m.%Y, %H:%M>" . "<%m/%d/%Y %a %H:%M>")
 org-modules '(org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-irc 
org-wl org-w3m org-mouse
               org-annotation-helper org-browser-url org-R)
 org-columns-default-format "%35ITEM %TODO %3PRIORITY %CLOCKSUM %10TAGS"
 org-remember-templates '(("Todo" 116 "* TODO %^{Title} %^g\n  %U\n  %a\n  %i" 
"organizer.org" "Eingang")
                          ("" 97 "* TODO %^{Termin}\n  %T\n  %?" 
"organizer.org" "Eingang")
                          ("Privat" 112 "* %^{Title}\n\n  %a\n\n  %i" 
"private-notes.org" "Notizen")
                          ("Snippets" 115 "* %^{Title} %^G\n\n  Source: 
%a\n\n#+begin_src %?\n%i\n#+end_src\n\n"
                           "notes/Snippet-Sammlung.org" "Snippets")
                          ("Notiz (public)" 110 "* %^{Title}\n\n  %a\n\n  %i" 
nil "Notizen")
                          ("Bookmarks" 98 "+ %^{Title}\n%!" nil "Bookmarks")
                          ("" 119 "* %^{Title}\n\n  Quelle: %u, %c\n\n  %i" nil 
"Notizen")
                          ("English" 69 "* %^{Title}\n\n %a\n\n" 
"notes/english.org" "Neu")
                          ("EMMA-STIL (m. Link)" 101 "* TODO %^{Title}\n  
Eingegangen: %U\n  Link: %a\n  %?\n\n"
                           "todoos/emma-stil.org" "Eingang")
                          ("org-info.js" 111 "* %^{Title}\n\n  %?\n\n" 
"~/develop/org/org-js-mtn/TODO.org" "Remember")
                          ("" 122
                           "* %^{Title}\n\n a: %a\n A: %A\n i: %i\n t: %t\n T: 
%T\n u: %u\n U: %U\n n: %n\n c: %c\n x: %x\n:link: %:link\n:description: 
%:description\n %?\n\n" "~/xy.org" "Remember")
                          )
 org-clock-persist-file "~/emacs/.org-clock-save.el"
 org-ellipsis "-✎-"
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-link-abbrev-alist '(("man" . 
"http://localhost/devel/intranet/knowledge/man.php?q=man&amp;what=%s";)
                         ("help" . 
"http://localhost/devel/man.php?q=help&amp;what=%s";)
                         ("apropos" . 
"http://localhost/devel/man.php?q=apropos&amp;what=%s";)
                         ("google" . "http://www.google.de/search?q=%s";)
                         ("wikipedia-de" . "http://de.wikipedia.org/wiki/%s";) 
("dummy" . sr-no-link)
                         ("wikipedia-en" . "http://en.wikipedia.org/wiki/%s";))
 org-export-blocks '((src org-babel-exp-src-blocks nil) (comment 
org-export-blocks-format-comment t)
                     (ditaa org-export-blocks-format-ditaa nil) (dot 
org-export-blocks-format-dot nil))
 )




reply via email to

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