[O] org-nil error in LaTeX export

2011-03-09 Thread Brenton Kenkel
I am having a problem with exporting to LaTeX from org-mode. I am 
running org-mode 7.5 in Emacs 23.1.1 on 64-bit Ubuntu 10.10. (I am using 
the stable version, but the same error occurs when I use the development 
version from git.) When I run C-c C-e d, I receive the error message 
Cannot open load file: org-nil. The file I am using and the backtrace 
output are pasted below.


Best wishes,
Brenton Kenkel


---
begin file:
---

+TITLE: Test
#+AUTHOR: test author

* hello

export me


end file




begin backtrace:


Debugger entered--Lisp error: (file-error Cannot open load file org-nil)
  require(org-nil nil)
  (let* ((backend-name ...) (f ...)) (require (intern ...) nil) 
(funcall f parameters))
  (save-current-buffer (set-buffer (get-buffer-create  org-mode-tmp)) 
(erase-buffer) (insert string) (setq case-fold-search t) (let (...) 
(remove-text-properties ... ... ...)) (org-export-kill-licensed-text) 
(let (...) (org-mode)) (setq case-fold-search t) 
(org-clone-local-variables source-buffer ^\\(org-\\|orgtbl-\\)) 
(org-install-letbind) (run-hooks (quote org-export-preprocess-hook)) 
(org-export-preprocess-apply-macros) (run-hooks (quote 
org-export-preprocess-after-macros-hook)) (untabify (point-min) 
(point-max)) (org-export-handle-include-files-recurse) (run-hooks (quote 
org-export-preprocess-after-include-files-hook)) 
(org-export-remove-archived-trees archived-trees) 
(org-export-remove-comment-blocks-and-subtrees) 
(org-export-handle-export-tags (plist-get parameters :select-tags) 
(plist-get parameters :exclude-tags)) (run-hooks (quote 
org-export-preprocess-after-tree-selection-hook)) 
(org-export-mark-list-end) (org-export-blocks-preprocess) 
(org-export-mark-list-properties) 
(org-export-replace-src-segments-and-examples) 
(org-export-protect-colon-examples) 
(org-export-convert-protected-spaces) (when (plist-get parameters 
:footnotes) (org-footnote-normalize nil t)) (setq target-alist 
(org-export-define-heading-targets target-alist)) (run-hooks (quote 
org-export-preprocess-after-headline-targets-hook)) 
(org-export-remember-html-container-classes) 
(org-export-remove-or-extract-drawers drawers (plist-get parameters 
:drawers)) (when (plist-get parameters :skip-before-1st-heading) 
(goto-char ...) (when ... ... ... ...)) (when (plist-get parameters 
:add-text) (goto-char ...) (insert ... \n)) 
(org-export-remove-headline-metadata parameters) (setq target-alist 
(org-export-handle-invisible-targets target-alist)) (run-hooks (quote 
org-export-preprocess-before-selecting-backend-code-hook)) 
(org-export-select-backend-specific-text) 
(org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) 
(org-export-protect-verbatim) (org-export-mark-blockquote-verse-center) 
(run-hooks (quote org-export-preprocess-after-blockquote-hook)) (unless 
(plist-get parameters :timestamps) (org-export-remove-timestamps)) (setq 
target-alist (org-export-attach-captions-and-attributes target-alist)) 
(org-export-mark-radio-links) (run-hooks (quote 
org-export-preprocess-after-radio-targets-hook)) 
(org-export-concatenate-multiline-links) (run-hooks (quote 
org-export-preprocess-before-normalizing-links-hook)) 
(org-export-normalize-links) ...)
  (with-current-buffer (get-buffer-create  org-mode-tmp) 
(erase-buffer) (insert string) (setq case-fold-search t) (let (...) 
(remove-text-properties ... ... ...)) (org-export-kill-licensed-text) 
(let (...) (org-mode)) (setq case-fold-search t) 
(org-clone-local-variables source-buffer ^\\(org-\\|orgtbl-\\)) 
(org-install-letbind) (run-hooks (quote org-export-preprocess-hook)) 
(org-export-preprocess-apply-macros) (run-hooks (quote 
org-export-preprocess-after-macros-hook)) (untabify (point-min) 
(point-max)) (org-export-handle-include-files-recurse) (run-hooks (quote 
org-export-preprocess-after-include-files-hook)) 
(org-export-remove-archived-trees archived-trees) 
(org-export-remove-comment-blocks-and-subtrees) 
(org-export-handle-export-tags (plist-get parameters :select-tags) 
(plist-get parameters :exclude-tags)) (run-hooks (quote 
org-export-preprocess-after-tree-selection-hook)) 
(org-export-mark-list-end) (org-export-blocks-preprocess) 
(org-export-mark-list-properties) 
(org-export-replace-src-segments-and-examples) 
(org-export-protect-colon-examples) 
(org-export-convert-protected-spaces) (when (plist-get parameters 
:footnotes) (org-footnote-normalize nil t)) (setq target-alist 
(org-export-define-heading-targets target-alist)) (run-hooks (quote 
org-export-preprocess-after-headline-targets-hook)) 
(org-export-remember-html-container-classes) 
(org-export-remove-or-extract-drawers drawers (plist-get parameters 
:drawers)) (when (plist-get parameters :skip-before-1st-heading) 
(goto-char ...) (when ... ... ... ...)) (when (plist-get parameters 
:add-text) (goto-char ...) (insert ... \n)) 
(org-export-remove-headline-metadata parameters) (setq target-alist 
(org-export-handle-invisible

[Orgmode] Quotation marks in links in LaTeX export

2009-10-26 Thread Brenton Kenkel
Dear all,

I found an apparent minor bug with links containing quotation marks in LaTeX
export. If the first character in the name of a link is a quotation mark, it
is converted to a closing mark rather than an opening mark. For example:

,
| * test
|
| [[http://www.google.com][hello;]]
| [[http://www.google.com][two; quotes]]
`

This produces:

,
| \href{http://www.google.com}{''hello''}
| \href{http://www.google.com}{''two'' ``quotes''}
`

I am using org-mode 6.32 with Emacs 23.1 on Mac OS X.

Thank you,
Brenton Kenkel
___
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


[Orgmode] HTML export: Lists and horizontal rules

2009-07-16 Thread Brenton Kenkel
Dear all,

I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on
Mac OS X. I'm having an issue with horizontal rules and lists in HTML
export. When I export the following to HTML, the horizontal rule tag
is generated within the unordered list, rather than after it ends:

,-
| * test
|
| - this is a list
|
|
| -
|
| * next section
|
| No list.
|
|
| -
|
`-

I want the first horizontal rule to be even with the second; namely,
extending all the way to the left. Any way to do this?

Thanks for your help,
Brenton Kenkel


___
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


[Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Brenton Kenkel
Dear all,

I am having a problem with Org-mode's HTML export, specifically with a local
file link that contains underscores. My file contains the following link in
the org-mode source:

[[file:low_stats/berkeley_brady_2005.pdf][syllabus]]

and the HTML export produces the following:

a href=low_stats/berkeley_[[bradybrady/a_2005.pdf][syllabus]]

I have tried escaping the underscores with a backslash, as well as including
the line #+OPTIONS: ^:nil *:nil to disable the use of underscores for
other functions. None of these fixes produced the correct HTML code. Is this
a bug, or is there something else I should be doing?

Thanks for your help,
Brenton Kenkel
___
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