[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
\\Jason Lewis\\ org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '((lambda nil (flyspell-mode -1)) #[nil \300\301\302\303\304

[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-enter 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 ja...@dickson.st writes: (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes '(ltugboat \\documentclass{ltugboat} (\\section{%s} . \\section

[O] LaTeX export with documentclass ltugboat

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

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
: #+LaTeX_CLASS: ltugboat TEST but when I export it gives an error: user-error: Unknown LaTeX class `ltugboat' Thanks, Jason Charles Millar wrote, On 28/11/2013 11:37 PM: Jason, On 11/28/2013 7:02 AM, Jason Lewis wrote: Hi, How can I export an org file to LaTeX with a document class of ltugboat

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 jasonble...@gmail.com 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

[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 Lewis http

[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

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

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 \newline #+END_SRC I'm exporting with C-c C-e hH I see the same error with: #+BEGIN_SRC

[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
-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-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
, 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 ja...@dickson.st 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 argument: arrayp, nil example