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 wrote: > >> t...@tsdye.com (Thomas S. Dye) writes: >> >>> Nick Dokos writes: >> The following patch (deliberately hidden as a binary octet-stream to keep it out of patchwork) will do that - but IMO, it would be better t

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

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

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

2011-10-09 Thread Nicolas Goaziou
Hello, Robert Goldman 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 >> Heading do

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 from

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

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 with

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 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 org-macs 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

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

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

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-archi

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 wrote: > > See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47345.h

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 bleedi

Re: [O] missing autoload cookies for defcustom?

2011-10-09 Thread Achim Gratz
Carsten Dominik 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 removed, then? lisp/ob-

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 here---e

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 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-in

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

2011-10-09 Thread Achim Gratz
Gerrard McNulty 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 using ELPA? Is it possibl

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 pa

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 sub

Re: [O] Question on ical2org script

2011-10-09 Thread Eric S Fraga
Rasmus 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 list re

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"

[O] [OT] org <-> InDesign integration possible?

2011-10-09 Thread Marcelo de Moraes Serpa
Hi list, I've seen a designer friend layout a book in InDesign so quickly and the output is amazing. I wonder if there's a way to feed text into InDesign documents through a plugin ? If so, a book could be written in text (org) and then fed into inDesign? Anyone around use / ever used InDesign for

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 wrote: > > 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--- > (defalia

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

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

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

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

2011-10-09 Thread Bernt Hansen
Dave Abrahams 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 already > has th

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

2011-10-09 Thread Dave Abrahams
on Sun Oct 09 2011, Bernt Hansen 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 ((emacs-lisp . t) >

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

2011-10-09 Thread Bernt Hansen
Dave Abrahams writes: > on Sun Oct 09 2011, Bernt Hansen 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? > > I'm not sure...

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 compi

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

[O] What do you use to identify projects (in the GTD sense)

2011-10-09 Thread Marcelo de Moraes Serpa
Hey list, I'm wondering if you make the distinction between projects and actionable items. If you stop to think about it (specially if you read GTD by David Allen), you see that you can't really "do" a project, but only actions related to it. It's a powerful and underestimated concept. Of course,