[O] 2 questions on tables

2013-07-14 Thread Andreas Leha
Hi all, I have two questions concerning tables in orgmode: 1. What is the best way to handle missing values? I have the problem, that missing values ("") are treated as "0" when they appear in a formula. Entering ("nil") instead helps a bit, but does not propagate, i.e. nil + 1 result

Re: [O] Can't export in 7.8.11 and can't get 8.0.4 to work

2013-07-14 Thread Bastien
Hi Paul, Paul Whipp writes: > If I use the package installer to upgrade org I get version 8.0.4 but > it then fails to complete my initialisation with: "Symbol's function > definition is void: org-defvaralias" If you use the package installer, you need to install Org in a fresh Emacs session, w

[O] Can't export in 7.8.11 and can't get 8.0.4 to work

2013-07-14 Thread Paul Whipp
I'm using emacs 24.2.1 in Ubuntu 13.04. In the supplied org-mode version 7.8.11, I cannot export. When I attempt to export (c-e c-a) I get: "Can't find library org". If I use the package installer to upgrade org I get version 8.0.4 but it then fails to complete my initialisation with: "Symbol's f

[O] taskjuggler_report questions

2013-07-14 Thread Tom Slee
I've been using the taskjuggler export (org-mode 8.0.3 and taskjuggler 3) and it's exactly what I have needed for some time. My thanks to those who have contributed to it. I'd like to include the report spec in my org file as a heading tagged taskjuggler_report but I am having a few issues getting

Re: [O] [BUG] org-display-inline-images does not obey #+LINK directive

2013-07-14 Thread Nick Dokos
Nick Dokos writes: > I do C-c C-x C-v on a file like this: > > #+LINK: images/ > > * foo > > #+BEGIN_HTML > [[file:foo.svg]] > #+END_HTML > > * Front page > > [[file:images/screenshot1.png]] > > * A sample of results > > fserver.png is in the images/ directory. > > [[file:fserver.png]] > > > whe

Re: [O] How to make org-src-mode stop recognizing tables in box diagrams?

2013-07-14 Thread Brad Collins
Jisang Yoo writes: Try an ascii block instead. #+BEGIN_ASCII +-+ | | | box | | | +-+ #+END_ASCII > When I draw a box diagram in an example block or a source code block, > the rectangles trigger org-src-mode to recognize that as tables. For > examp

Re: [O] execute sbe macro fails

2013-07-14 Thread Eric Schulte
Hi Torsten, There are numerous syntactic issues in your example, try the attached version which works. Additionally, I've pushed up a change which makes the sbe macro somewhat more robust so that the quotes around 50 could now be removed. | Name | ID | 1.1| 1.2 | 1.3 | 1.4 | 2.1 | 2.2 |

[O] How to make org-src-mode stop recognizing tables in box diagrams?

2013-07-14 Thread Jisang Yoo
When I draw a box diagram in an example block or a source code block, the rectangles trigger org-src-mode to recognize that as tables. For example, If I org-edit-special on the following: #+BEGIN_EXAMPLE +-+ | | | box | | | +-+ #+END_EXAMPLE I get a m

Re: [O] Bibliography and ODT

2013-07-14 Thread Roger Mason
hello Christian, On 07/14/2013 05:07 PM, Christian Moe wrote: Hi, What seems to work for most people is exporting to latex, running bibtex, and using one of these tools to convert to ODT: - TeX4ht (the usual recommendation) - Pandoc or to convert to a format that ODT imports reasonably well:

Re: [O] Bibliography and ODT

2013-07-14 Thread Christian Moe
Hi, What seems to work for most people is exporting to latex, running bibtex, and using one of these tools to convert to ODT: - TeX4ht (the usual recommendation) - Pandoc or to convert to a format that ODT imports reasonably well: - LaTeX2RTF (and import RTF into LibreOffice) - LaTeX2HTML (and

[O] Bibliography and ODT

2013-07-14 Thread Roger Mason
Hello, I'm finishing a paper that will need to be submitted to the publisher as MS Word. I use neither Word nor Libre/OpenOffice. I need to have a bibliography with cross-references from the text and intended to export from org to ODT then Word. My bibliography file is in bibtex format. Aft

Re: [O] export to markdown

2013-07-14 Thread Rill
On 07/14/2013 02:49 AM, Suvayu Ali wrote: On Sat, Jul 13, 2013 at 05:35:10PM -0500, Rill wrote: On 07/13/2013 05:08 PM, Suvayu Ali wrote: On Sat, Jul 13, 2013 at 04:53:09PM -0500, Rill wrote: Hi Everybody, I'm new to orgmode and I've been reading the manual. In section 12.8 it describes export

[O] [BUG] org-display-inline-images does not obey #+LINK directive

2013-07-14 Thread Nick Dokos
I do C-c C-x C-v on a file like this: --8<---cut here---start->8--- #+LINK: images/ * foo #+BEGIN_HTML [[file:foo.svg]] #+END_HTML * Front page [[file:images/screenshot1.png]] * A sample of results fserver.png is in the images/ directory. [[file:fserver.

Re: [O] Embedded Tikz Picture

2013-07-14 Thread Myles English
Hi Julien, Julien Cubizolles writes: > What would be the best way to use some tikz code in an org-file? I don't know what the best way is. > I've succeeded so far by putting it in a > #+BEGIN_LaTeX > #+END_LaTeX > structure but from what I understand, this code will only be evaluated > when I

Re: [O] automagically add/remove org mode buffers to agenda files list (was: Re: collect info from org files in agenda when open?)

2013-07-14 Thread Drew Adams
> (add-hook 'kill-buffer-hook 'org-remove-file) > > But the last hook does not work as espected. Instead it says > "Current buffer does not visit a file". But according to the > documentation kill-buffer-hook is run before the buffer is > actually killed and the buffer is current when calling th

[O] automagically add/remove org mode buffers to agenda files list (was: Re: collect info from org files in agenda when open?)

2013-07-14 Thread Gregor Zattler
Hi Eric, org-mod users and developers, * Eric Abrahamsen [13. Jul. 2013]: > Gregor Zattler writes: >> But I wished there was also the ability to define a list of files >> which do only contribute to the agenda if already open >> (preferably with some pattern matching, so one could customize >> or

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
This is version 2, >From 1ea9620cd3051cb982a4fb7ddb6f8a68fd0df4a6 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 14 Jul 2013 14:18:53 +0800 Subject: [PATCH] Fix generating LaTeX formula images * lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix imagemagick support. * lisp/ox-html.el

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> Previewing and exporting latex fragments with imagemagick has been broken >> when new export system merged. This is the fix patch. > > Thanks for the patch. Here are a few comments. > >> Subject: [PATCH] bugfix: fix generating formula i

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Nicolas Goaziou
Correcting myself: Nicolas Goaziou writes: > > feng shu writes: > >> (unless (and (org-check-external-command "latex" "" t) >> -(org-check-external-command "dvipng" "" t)) >> +(org-check-external-command "dvipng" "" t) >> +(org-check-extern

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Nicolas Goaziou
Hello, feng shu writes: > Previewing and exporting latex fragments with imagemagick has been broken > when new export system merged. This is the fix patch. Thanks for the patch. Here are a few comments. > Subject: [PATCH] bugfix: fix generating formula image with imagemagick when > previewin

Re: [O] export to markdown

2013-07-14 Thread Suvayu Ali
On Sat, Jul 13, 2013 at 05:35:10PM -0500, Rill wrote: > On 07/13/2013 05:08 PM, Suvayu Ali wrote: > >On Sat, Jul 13, 2013 at 04:53:09PM -0500, Rill wrote: > >>Hi Everybody, > >>I'm new to orgmode and I've been reading the manual. In section 12.8 it > >>describes exporting to markdown; however, the

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
On Sun, Jul 14, 2013 at 3:02 PM, feng shu wrote: > Previewing and exporting latex fragments with imagemagick has been broken > when new export system merged. This is the fix patch. > 0001-bugfix-fix-generating-formula-image-with-imagemagick.patch Description: Binary data

[O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
Previewing and exporting latex fragments with imagemagick has been broken when new export system merged. This is the fix patch.