[Orgmode] multicolumn figures in latex

2010-05-06 Thread Chris Gray
Hi, I wanted to make a figure that spanned multiple lines in LaTeX. The way to do that is via the figure* environment. Since org-mode didn't seem to support that, I hacked it in. The patch is attached. Cheers, Chris commit 4cb1a153245189aa062db4545dad76bdf413a1e1 Author: Chris Gray

[Orgmode] Re: add priority

2010-05-06 Thread Leo
On 2010-05-05 16:43 +0100, henry atting wrote: How can I add a priority to the default priorities (not only per file) I would like to have a priority, let's say like 'T' which refers to something that I have to do only when inspiration comes (e.g. write a certain text). You can set the range

Re: [Orgmode] Iterate many tables

2010-05-06 Thread T Helms
Thanks for bringing this up, it would be a useful tool. I get an error using the functions as well org-recalculate-all-tables: org-recalculate-all-tables: Wrong number of arguments: (lambda (function) Apply FUNCTION to the start of all tables in the buffer. (save-excursion (save-restriction

Re: [Orgmode] [babel] Future of Org-babel?

2010-05-06 Thread Xiao-Yong Jin
On Wed, 5 May 2010 17:35:18 -0500, Nathan Neff wrote: Guys, Is there a project/TODO/Wish list for Org-babel? I'd like to give a presentation on Org-babel at the Strange Loop conference in St. Louis in October. http://strangeloop2010.com/ The Strange Loop conference attracted a lot of

[Orgmode] Persistent filters in Org mode

2010-05-06 Thread Thomas Morgan
Hello, Org mode hackers, This patch defines a variable `org-agenda-persistent-filters'. When it is set, filters persist from one agenda view to the next. I've found this convenient when using tags for contexts like @home, @net, etc., some of which commonly remain applicable for a while. Thanks,

Re: [Orgmode] Re: org-mode color schemes with white or light background and black foregroung

2010-05-06 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: Maybe this would make a good Worg page, a collection of org-mode screenshots along with the required color-theme.el file? I started something like this long ago: http://lumiere.ens.fr/~guerry/org-color-themes.php But the right place is in Worg,

[Orgmode] Re: Frequently used files/headings

2010-05-06 Thread Nathan Neff
On Thu, Apr 29, 2010 at 10:47 AM, Nathan Neff nathan.n...@gmail.com wrote: Currently, I'm using org-id-get-create to generate a unique ID for headings that I frequently go to in org-mode. * Foo :PROPERTIES: :ID: F3B14102-A66D-408C-8833-1F9CF7E5047C :END: Then, I copy the newly created ID

Re: [Orgmode] Removing one filter of several

2010-05-06 Thread Carsten Dominik
On May 1, 2010, at 9:29 PM, Thomas Morgan wrote: Hello, Org mode hackers, Having added several filters to an agenda view, is there a way to remove just one of them? No. - Carsten Thanks, Thomas ___ Emacs-orgmode mailing list Please use

[Orgmode] pdflayout.sty missing in orgmode distribution?

2010-05-06 Thread Bruce Hackett
I update my orgmode installation by downloading the latest tarball org.tar.gz from time to time. For the last couple of months I have been having a problem with the makefile asking me for the file pdflayout.sty. The make process gets stuck at this point. It appears to me that this file should

[Orgmode] org-check-for-hidden breaks promote/demote in region

2010-05-06 Thread Matt Lundin
Hi Carsten, I find that commit 11baa7cf77245cc2a5f44dd55e034157896ad08d (which changes the behavior of M-left and M-right) makes it impossible to promote and demote headlines in a region.[1] In the past, if I marked a region of folded headlines and used M-left or M-right, org-mode would

Re: [Orgmode] [babel] Future of Org-babel?

2010-05-06 Thread Eric Schulte
Thanks for the idea! Xiao-Yong Jin xj2...@columbia.edu writes: [...] I am thinking of something similar to the 'notebook' interface in Mathematica. We can present data, code and analysis results in a consistent and structured way, thanks to org-mode. Yes, this is a great idea. This has

Re: [Orgmode] [babel] Future of Org-babel?

2010-05-06 Thread Erik Iverson
My pie-in-the-sky extension of this dream would be to have Org-babel firmly ground in some virtual machine (maybe Guile's if Emacs is ported to Guile), in such a way that the byte-code of the VM becomes the lowest common denominator of all Org-babel languages. This would allow for seamless

Re: [Orgmode] pdflayout.sty missing in orgmode distribution?

2010-05-06 Thread Carsten Dominik
On May 6, 2010, at 10:30 AM, Bruce Hackett wrote: I update my orgmode installation by downloading the latest tarball org.tar.gz from time to time. For the last couple of months I have been having a problem with the makefile asking me for the file pdflayout.sty. The make process gets stuck

Re: [Orgmode] [babel] Future of Org-babel?

2010-05-06 Thread Eric Schulte
Hi Nathan, Nathan Neff nathan.n...@gmail.com writes: Guys, Is there a project/TODO/Wish list for Org-babel? Yes, see the babel development page [1] where we keep all pending TODOs and BUGs for Org-babel. It may be easier to view the underlying Org-mode file -- development.org our

[Orgmode] Wow -- adding images to an org file

2010-05-06 Thread Nathan Neff
I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot, http://orgmode.org/img/screenshots/org_andreas.jpg You can see how he adds images to his org files. All that I had to do was put this into my emacs init file: (defun

[Orgmode] Re: Wow -- adding images to an org file

2010-05-06 Thread Chris Thompson
Nathan Neff nathan.neff at gmail.com writes: I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot, http://orgmode.org/img/screenshots/org_andreas.jpg You can see how he adds images to his org files. All that I had to do

[Orgmode] org-show-following-heading shows even when nil

2010-05-06 Thread Samuel Wales
When I go to a location from the agenda, the next headline is revealed if it was hidden, even if it is a child. Setting org-show-following-heading to nil or leaving it at its default value does not prevent this. Should it? The documentation seems to suggest that it should. What I want is for