Re: [O] Adding text properties to all Org mode links

2013-07-14 Thread Suvayu Ali
Hi Nick, On Sat, Jul 13, 2013 at 11:01:08PM -0400, Nick Dokos wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi, How do I add text properties to org elements? In my particular case, I want to echo tooltips when I move my cursor over an org link (or other org elements for that

[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.

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

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

2013-07-14 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com 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

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

2013-07-14 Thread Nicolas Goaziou
Correcting myself: Nicolas Goaziou n.goaz...@gmail.com writes: feng shu tuma...@gmail.com writes: (unless (and (org-check-external-command latex t) -(org-check-external-command dvipng t)) +(org-check-external-command dvipng t) +

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

2013-07-14 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com 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:

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

[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 e...@ericabrahamsen.net [13. Jul. 2013]: Gregor Zattler telegr...@gmx.net 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

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 the hook.

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

[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.

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

[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.

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

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:

[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

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

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

2013-07-14 Thread Brad Collins
Jisang Yoo jisang.yoo.ac+...@gmail.com 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

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

2013-07-14 Thread Nick Dokos
Nick Dokos ndo...@gmail.com 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]] where

[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