[O] Bug: horizontal line incorrectly drawn when numbers are prefixed with plus sign [8.2.5h (8.2.5h-6-g8e1386-elpa @ /Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-23 Thread Jason Lewis
it-line '((default)) org-blank-before-new-entry nil org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-html-format-headline-function 'ignore org-html-format-inlinetask-function 'ignore org-agenda-files '("

[O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-05 Thread Jason Lewis
Hi, when using the Shift- feature in a table to copy values down, it fails to place the cursor where you expect it to if the previous column has a fixed width and the contents of the cell is truncated. Steps to reproduce: enter the following org table: | | <7> | | |---+-+---| |

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Jason Lewis
On 29/11/2013 5:53 pm, Thomas S. Dye wrote: > Jason Lewis writes: > >> (require 'org-latex) >> (unless (boundp 'org-export-latex-classes) >> (add-to-list 'org-export-latex-classes >> '("ltugboat" >>

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) made an org file: #+LaTeX_CLASS: ltugboat TEST but when I export it gives an error: user-error: Unknown LaTeX class `ltugboat' Thanks, Jason

[O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
for versions > 8.0? Any pointers would be appreciated. Thanks, Jason -- Jason Lewis http://emacstragic.net signature.asc Description: OpenPGP digital signature

[O] conditionally includes or file options

2013-10-17 Thread Jason Lewis
\jason\source\reveal.js-fullscreen-img\fullscreen-img.css I'm alternating between a Windows computer and a mac for writing this document, and so the path is different. Is there some way I can conditionally set the path based on the computer I'm exporting it on? Thanks, Jason -- Jason

Re: [O] error exporting latex src block

2013-10-17 Thread Jason Lewis
Hi Eric, On 17/10/13 2:59 PM, Eric Schulte wrote: > Jason Lewis writes: > > Your example exports w/o problem for me with Org-mode version Org-mode > version 8.2.1. I believe the problem on your system lies in the latex > fontification on your system. Org-mode uses htmlize to e

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:30 PM, Jason Lewis wrote: > On 17/10/13 12:22 PM, Jason Lewis wrote: > > >> Hi, >> >> If I try and export: >> >> #+BEGIN_SRC latex >> \\ >> #+END_SRC > > I also get the same error with > > #+BEGIN_SRC latex > \new

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:22 PM, Jason Lewis wrote: > > Hi, > > If I try and export: > > #+BEGIN_SRC latex > \\ > #+END_SRC I also get the same error with #+BEGIN_SRC latex \newline #+END_SRC I'm exporting with C-c C-e hH

[O] error exporting latex src block

2013-10-16 Thread Jason Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, If I try and export: #+BEGIN_SRC latex \\ #+END_SRC as html from org-mode, it gives me the following error: face-attribute: Invalid face: font-lock-warning and fails to export anything. Is this a bug or a feature? Is there any way I can i

[O] Bug: #+SETUPFILE breaks org buffers syntax highlighting [8.2.1 (8.2.1-3-g35e5e5-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20131007/)]

2013-10-14 Thread Jason Lewis
ook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes (lambda nil (flyspell-mode -1))) org-directory "~/Dropbox/org" org-metadown-hook '(org-babel-pop-to-session-maybe) org-agenda-files '("~/Dropbox/org/todo.org" "~/Dropbox/org" "~/Dropbox/org/todo.org") org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-M-RET-may-split-line '((default)) org-confirm-shell-link-function 'yes-or-no-p ) Jason Lewis http://emacstragic.net

[O] bug report: org-beamer-select-environment popup window not displaying nicely

2013-10-13 Thread Jason Lewis
org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes (lambda nil (flyspell-mode -1))) org-directory "~/Dropbox/org" org-metadown-hook '(org-babel-pop-to-session-maybe) org-agenda-files '("~/Dropbox/org/todo.org" "~/Dropbox/org" "~/Dropbox/org/todo.org") org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-M-RET-may-split-line '((default)) org-confirm-shell-link-function 'yes-or-no-p ) Jason Jason Lewis http://emacstragic.net

[O] how to provide feedback to the org documentation on the website?

2013-09-27 Thread Jason Lewis
should read "Finally, every plain list has support" Jason -- Jason Lewis http://emacstragic.net signature.asc Description: OpenPGP digital signature

Re: [O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Jason Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou wrote, On 23/09/2013 7:56 AM: > Hello, > > Jason Lewis writes: > >> When I try and export the following code to beamer, using the C-c >> C-e l b, it gives the error: >> >> setq: Wrong type

[O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Jason Lewis
When I try and export the following code to beamer, using the C-c C-e l b, it gives the error: setq: Wrong type argument: arrayp, nil example file that causes the error: #+STARTUP: beamer * Introduction :B_frame: :PROPERTIES: :BEAMER_env: