Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-09 Thread Christian Moe
Hi, Torsten, Incidentally, I had to remove \end{scope} (there is no corresponding \begin{scope}) to make your code example work. Could that be causing some of your trouble? Yours, Christian On 10/8/11 4:45 PM, Torsten Wagner wrote: Hi Eric ``:results output silent'' should suppress that

Re: [O] Clicking on URL does convert some special characters

2011-10-09 Thread Jambunathan K
I have committed this patch. Can someone remove this from the patchwork's pending queue. http://patchwork.newartisans.com/patch/940/

[O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Du Yanning
Windows 7 GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) Org 7.7 When I press C-c C-c to align a table, it says invalid function: org-called-interactively-p Org 7.5 is Ok.

Re: [O] Clicking on URL does convert some special characters

2011-10-09 Thread Carsten Dominik
Done, thanks. - Carsten On 9.10.2011, at 10:12, Jambunathan K wrote: I have committed this patch. Can someone remove this from the patchwork's pending queue. http://patchwork.newartisans.com/patch/940/

Re: [O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-09 Thread Carsten Dominik
On 3.10.2011, at 16:43, Nick Dokos wrote: Eric S Fraga e.fr...@ucl.ac.uk wrote: t...@tsdye.com (Thomas S. Dye) writes: Nick Dokos nicholas.do...@hp.com writes: The following patch (deliberately hidden as a binary octet-stream to keep it out of patchwork) will do that - but IMO, it

Re: [O] [patch] Don't output preamble DIV if its contents is empty

2011-10-09 Thread Carsten Dominik
Hi Sebastien, are there adverse effects when an empty div is in the file? THanks - Carsten On 29.9.2011, at 21:58, Sebastien Vauban wrote: Hi, To be sure that CSS rules don't apply to missing contents, there's no need to output DIV preamble opening and closing tags if there is nothing in

Re: [O] [patch] Add source subtree which will be refiled

2011-10-09 Thread Carsten Dominik
Hi Sebastien, can you please resubmit a modified patch using either (org-get-heading t t) or (nth 4 (org-heading-components)) ? Thanks! - Carsten On 29.9.2011, at 11:19, Sebastien Vauban wrote: Hello, I found it difficult, sometimes, to remember which subtree we're gonna refile. When

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-09 Thread Nicolas Goaziou
Hello, Colin Fraizer orgm...@cfraizer.com writes: I have a file like this: * Item 1 - list1a - list1b * Item 2 - list2a *** TODO Test *** END - list2b * Item 3 (1)If I export the whole file to LaTeX, everything works fine. (2)

Re: [O] Bug? in latex export of cross-references in footnotes

2011-10-09 Thread Nicolas Goaziou
Hello, Robert Goldman rpgold...@sift.info writes: On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote: Here is a simple footnote in a test file: Footnotes: [1] The footnote contains a cross-reference to [[Heading]]. When I export this using org-export-as-pdf, the cross-reference to

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-09 Thread Colin Fraizer
Hi, Nicolas, Please pardon my ignorance, but I don't know how to generate a patch for distribution. Since I sent that e-mail, I added a few more items from the opt-plist to include :todo, :todo-keywords, :tags, and :priority. The output from diff for my new version against the one I grabbed

[O] github: (partial) support for Org-mode files

2011-10-09 Thread Karl Voit
Hi! Some of you might have already noticed that github[1] does provide some basic support[2] for Org-mode files. Therefore you can use files like «README.org» instead of «README» or «README.txt». I started to use Org-mode format for readme files recently[3]. I realized, that there is only

Re: [O] github: (partial) support for Org-mode files

2011-10-09 Thread Puneeth Chaganti
Hi Karl, Org-mode support in GitHub is provided by the package org-ruby[1][2]. Looking at the source code and test-cases here would give you a fair idea of what is supported and what is not. Also, the version of org-ruby presently deployed on GitHub is a bit old, and the latest release comes

Re: [O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
Du Yanning duyann...@gmail.com writes: Windows 7 GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) Org 7.7 When I press C-c C-c to align a table, it says invalid function: org-called-interactively-p Org 7.5 is Ok. Check M-x locate-library RET org-table RET M-x locate-library RET

Re: [O] github: (partial) support for Org-mode files

2011-10-09 Thread Jambunathan K
FYI, https://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00067.html Hi Karl, Org-mode support in GitHub is provided by the package org-ruby[1][2]. Looking at the source code and test-cases here would give you a fair idea of what is supported and what is not. Also, the version of

[O] missing autoload cookies for defcustom?

2011-10-09 Thread Achim Gratz
While playing aroud with different configurations I've noticed that you can't customize some variables unless you've loaded org first and then used a function from the file where they are defined. It's of course a bit difficult to know which function to use or file to load when all you want to

[O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
Hi, I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (installed via elpa/marmalade). My .emacs is fairly minimalist: (add-to-list 'load-path ~/.emacs.d/) (require 'package) (add-to-list 'package-archives '(marmalade . http://marmalade-repo.org/packages/;)) (package-initialize)

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47345.html Hi, I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (installed via elpa/marmalade). My .emacs is fairly minimalist: (add-to-list 'load-path ~/.emacs.d/) (require 'package) (add-to-list 'package-archives

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
Hi, Here's what I get when I follow those instructions: Library is file ~/.emacs.d/elpa/org-20111008/org-table.elc Library is file ~/.emacs.d/elpa/org-20111008/org-macs.elc On Sun, Oct 9, 2011 at 4:31 PM, Jambunathan K kjambunat...@gmail.comwrote: See

Re: [O] missing autoload cookies for defcustom?

2011-10-09 Thread Carsten Dominik
On 9.10.2011, at 17:20, Achim Gratz wrote: While playing aroud with different configurations I've noticed that you can't customize some variables unless you've loaded org first and then used a function from the file where they are defined. It's of course a bit difficult to know which

Re: [O] Testing org-export-as-odt-and-open

2011-10-09 Thread Eric Belpaire
Hi Jambunathan On 25/09/2011 21:08, Jambunathan K wrote: I STRONGLY RECOMMEND that you switch to the development version of Orgmode. Please refer to http://orgmode.org/worg/org-faq.html - sections How do I keep current with bleeding edge development? or I don't use git. Can I download bleeding

Re: [O] missing autoload cookies for defcustom?

2011-10-09 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: This is not correct for Org when it is distributed with Emacs. Emacs builds its own autoload files, and it would pull in all these defcustoms. I see, so what about those autoloaded defcustoms org-mode already has picked up? Should they not be

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
Seems like a bug to me. As a temporary workaround add this to your .emacs. (Do this only if your are running emacs = 23.2) --8---cut here---start-8--- (defalias 'org-called-interactively-p 'called-interactively-p) --8---cut

Re: [O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47354.html That's only a temporary workaround. Du Yanning duyann...@gmail.com writes: Windows 7 GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) Org 7.7 When I press C-c C-c to align a table, it says invalid function:

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Achim Gratz
Gerrard McNulty gerrard.mcnu...@gmail.com writes: Here's what I get when I follow those instructions: Library is file ~/.emacs.d/elpa/org-20111008/org-table.elc Library is file ~/.emacs.d/elpa/org-20111008/org-macs.elc Did you perhaps have an earlier version of org-mode installed without

Re: [O] [patch] Don't output preamble DIV if its contents is empty

2011-10-09 Thread Sebastien Vauban
Hi Carsten, Carsten Dominik wrote: To be sure that CSS rules don't apply to missing contents, there's no need to output DIV preamble opening and closing tags if there is nothing in between. are there adverse effects when an empty div is in the file? Yes, there are, reason for such patch.

Re: [O] [patch] Add source subtree which will be refiled

2011-10-09 Thread Sebastien Vauban
Hi Carsten, Carsten Dominik wrote: I found it difficult, sometimes, to remember which subtree we're gonna refile. When TAB'ing for multiple targets, you loose your source buffer, and can easily forget which exact subtree you had selected. Here a patch to add the name of the subtree we're

Re: [O] Question on ical2org script

2011-10-09 Thread Eric S Fraga
Rasmus ras...@gmx.us writes: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Hi, I am maintaining my calendar in gcal and org. I have been switching back and forth between Eric's awk script and a python script posted on this

Re: [O] Testing org-export-as-odt-and-open

2011-10-09 Thread Jambunathan K
Have you been able to build the ELPA tarball? If so, where can I find it? I have uploaded a new org-odt-20111010.tar here. ,[ C-h v package-archives RET ] | package-archives is a variable defined in `package.el'. | Its value is | ((gnu . http://elpa.gnu.org/packages/;) | (org-odt .

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
Thanks mate, that works fine On Sun, Oct 9, 2011 at 5:34 PM, Jambunathan K kjambunat...@gmail.comwrote: Seems like a bug to me. As a temporary workaround add this to your .emacs. (Do this only if your are running emacs = 23.2) --8---cut

[O] Using org-babel in other modes?

2011-10-09 Thread Dave Abrahams
Org-babel does a magic thing where you get to edit and view your source code blocks in their native modes. Wow! I also happen to use markdown-mode to write blog articles. How hard, on a scale from read the source and figure it out to org-babel already has the hooks; you can do it in 5 minutes,

Re: [O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-09 Thread Thomas S. Dye
Carsten Dominik carsten.domi...@gmail.com writes: On 3.10.2011, at 16:43, Nick Dokos wrote: Eric S Fraga e.fr...@ucl.ac.uk wrote: t...@tsdye.com (Thomas S. Dye) writes: Nick Dokos nicholas.do...@hp.com writes: The following patch (deliberately hidden as a binary octet-stream to keep

Re: [O] Using org-babel in other modes?

2011-10-09 Thread Bernt Hansen
Dave Abrahams d...@boostpro.com writes: Org-babel does a magic thing where you get to edit and view your source code blocks in their native modes. Wow! I also happen to use markdown-mode to write blog articles. How hard, on a scale from read the source and figure it out to org-babel

Re: [O] Using org-babel in other modes?

2011-10-09 Thread Dave Abrahams
on Sun Oct 09 2011, Bernt Hansen bernt-AT-norang.ca wrote: Is it just a matter of defining the mode to use for some new source? Sorry, I don't think I understand the question. For plantuml I have the following: (org-babel-do-load-languages (quote org-babel-load-languages) (quote

Re: [O] Using org-babel in other modes?

2011-10-09 Thread Bernt Hansen
Dave Abrahams d...@boostpro.com writes: on Sun Oct 09 2011, Bernt Hansen bernt-AT-norang.ca wrote: (add-to-list 'org-src-lang-modes (quote (plantuml . fundamental))) This enables fundamental-mode when I C-c ' on a plantuml block #+begin_src plantuml :file foo.png #+end_src Does that help?

Re: [O] org-7.7, C-c C-c to align tables says invalid function: org-called-interactively-p

2011-10-09 Thread Du Yanning
Thank you for your reply. I have solved it by reinstalling org-7.7. Originally, I started emacs with parameter -q , and then used C-u 0 M-x byte-recompile-directory to compile the lisp folder under org-7.7. However, the compilation experienced problem. Then I started emacs without -q and compile.

Re: [O] missing autoload cookies for defcustom?

2011-10-09 Thread Carsten Dominik
On 9.10.2011, at 18:26, Achim Gratz wrote: Carsten Dominik carsten.domi...@gmail.com writes: This is not correct for Org when it is distributed with Emacs. Emacs builds its own autoload files, and it would pull in all these defcustoms. I see, so what about those autoloaded defcustoms