Re: [O] making coloured tables

2011-08-01 Thread Sebastien Vauban
Hi Andras, Andras Major wrote: Andras Major wrote: I'm really intrigued by org-mode's table and spreadsheet functionality and would like to use it for those cases where I found excel and gnumeric impractically cumbersome. What I want are two slightly diffent things: - Make tables that

Re: [O] making coloured tables

2011-08-01 Thread Andras Major
I have an idea how my feature could be implemented, and it consists of two parts. - introduce a special row, or extend the / type used for colgroup and narrowing, to specify hidden (non-export) columns and special tag columns; - in that special row, there are two new special entries, say T and T

Re: [O] making coloured tables

2011-08-01 Thread Rainer M Krug
On Mon, Aug 1, 2011 at 8:35 AM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Andras, Andras Major wrote: Andras Major wrote: I'm really intrigued by org-mode's table and spreadsheet functionality and would like to use it for those cases where I found excel and gnumeric

[O] [PATCH] Agenda: Simplify old fix of face for deadline warning 0 day

2011-08-01 Thread Michael Brand
Agenda: Simplify old fix of face for deadline warning 0 day * lisp/org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the case of wdays being 0. Don't pass wdays to org-agenda-deadline-face, like before the old fix. (org-agenda-deadline-face): Revert to old state that was without wdays.

[O] Problems with latex exporting in verbatim environment

2011-08-01 Thread Stephen Eglen
Consider the following short example (code taken from Eric S's foo.org file, which I'm working on): -- * Example 1 Using colon, the text is not reported verbatim. : were $\beta_2$ = src_R{round(out3$coef[3], 4)} : and $\beta_3$

[O] Something like refile + make destination/subtree?

2011-08-01 Thread John Hendy
Would it be possible to specify a custom tree when refiling? I know if a tree exists one can type a bit of it and use tab completion on the existing file trees, but would it be possible to create a tree on the fly? If a Level 1 headline existed, for example, but not the desired Level 2, one could

Re: [O] Something like refile + make destination/subtree?

2011-08-01 Thread suvayu ali
On Mon, Aug 1, 2011 at 2:12 PM, John Hendy jw.he...@gmail.com wrote: It seems like a variable might allow for this fairly easily. 'org-refile-create-on-the-fly' or something... Try: (setq org-refile-allow-creating-parent-nodes 'confirm) -- Suvayu Open source is the future. It sets us free.

Re: [O] [PATCH] Footnote export to LaTeX wrong number of arguments error

2011-08-01 Thread John Hendy
On Sun, Jul 31, 2011 at 4:07 AM, Achim Gratz strom...@nexgo.de wrote: John Hendy jw.he...@gmail.com writes: Would this have an effect if I don't ever run 'make install'? Since it is added to the load-path during compile it might have undesirable side-effects if an older org-mode resides at

[O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread Matt Lundin
With the latest git, I get the following message when I try to follow a link in org-mode: org-babel-execute-src-block-maybe: Symbol's value as variable is void: org-babel-inline-src-block-regexp The problem goes away if I reload org files with M-x org-reload. Note: I normally run org-mode from

Re: [O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread John Hendy
On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin m...@imapmail.org wrote: With the latest git, I get the following message when I try to follow a link in org-mode: org-babel-execute-src-block-maybe: Symbol's value as variable is void: org-babel-inline-src-block-regexp The problem goes away if I

Re: [O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread Torsten Wagner
I can confirm that - M-x org-reload with an up to date git pull works as workaround. Error appears also for setting a tag and executing code blocks... Torsten

Re: [O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread Matt Lundin
John Hendy jw.he...@gmail.com writes: On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin m...@imapmail.org wrote: With the latest git, I get the following message when I try to follow a link in org-mode: org-babel-execute-src-block-maybe: Symbol's value as variable is void:

[O] Inline tasks in agenda search

2011-08-01 Thread suvayu ali
Hi Orgers, Is there any way to ignore the END entries in inline tasks in agenda search results? To give you an example the following entry: *** Detector effects:Qn: 1. How is the Gaussian used for smearing of proper

[O] Largest org file you have + performance

2011-08-01 Thread Marcelo de Moraes Serpa
Hey list, What's the largest orgmode file you have, and what's the performance you get while manipulating/navigating it? Mine is a 5k lines file called reference.org, and I basically keep all kind of notes and attachments there. It's a bit slow to navigate on my Emacs 240.50.1, orgmode 7.4,

Re: [O] Inline tasks in agenda search

2011-08-01 Thread suvayu ali
On Mon, Aug 1, 2011 at 5:57 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Orgers, Is there any way to ignore the END entries in inline tasks in agenda search results? Strangely now this works! Don't know what I changed. -- Suvayu Open source is the future. It sets us free.

Re: [O] Largest org file you have + performance

2011-08-01 Thread suvayu ali
Hi Marcelo, On Mon, Aug 1, 2011 at 6:35 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: What's the largest orgmode file you have, and what's the performance you get while manipulating/navigating it? Mine is a 5k lines file called reference.org, and I basically keep all kind of notes and

Re: [O] Largest org file you have + performance

2011-08-01 Thread Marcelo de Moraes Serpa
What platform? OSX? On Mon, Aug 1, 2011 at 11:54 AM, suvayu ali fatkasuvayu+li...@gmail.comwrote: Hi Marcelo, On Mon, Aug 1, 2011 at 6:35 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: What's the largest orgmode file you have, and what's the performance you get while

[O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Leo
I am running org mode from trunk. I am getting this error: , | org-babel-pop-to-session-maybe: Symbol's value as variable is void: | org-babel-inline-src-block-regexp ` for M-up/down. The error was introduced in

Re: [O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Achim Gratz
Leo sdl@gmail.com writes: I am running org mode from trunk. I am getting this error: Nitpick: there is no trunk. Please apply this patch to fix the bug: This gets rid of the error message, but does not fix the bug, IMHO. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

Re: [O] Largest org file you have + performance

2011-08-01 Thread Florian Beck
Marcelo de Moraes Serpa celose...@gmail.com writes: Hey list, What's the largest orgmode file you have, and what's the performance you get while manipulating/navigating it? Mine is a 5k lines file called reference.org, and I basically keep all kind of notes and attachments there. It's a

Re: [O] Largest org file you have + performance

2011-08-01 Thread Eric Abrahamsen
On Mon, Aug 01 2011, Marcelo de Moraes Serpa wrote: Hey list, What's the largest orgmode file you have, and what's the performance you get while manipulating/navigating it? Mine is a 5k lines file called reference.org, and I basically keep all kind of notes and attachments there. It's a bit

[O] how to narrow Clock Total on repeating tasks?

2011-08-01 Thread Michael Gilbert
Hi — I use the effort and clocking features of OM to a large degree and am trying to deepen that further. I have run into one problem that I don't know how to apprach. Quite possibly there is an obvious answer in the manual that I've missed and if so, please forgive me. (I have noticed that

Re: [O] Largest org file you have + performance

2011-08-01 Thread suvayu ali
On Mon, Aug 1, 2011 at 7:06 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: What platform? OSX? Linux x86_64 I also have other files which are larger (~3k lines) but they are not in the agenda files. These other files have lots of source code blocks and are meant for exporting to pdf via

[O] Fwd: Largest org file you have + performance

2011-08-01 Thread Marcelo de Moraes Serpa
-- Forwarded message -- From: Marcelo de Moraes Serpa celose...@gmail.com Date: Mon, Aug 1, 2011 at 3:33 PM Subject: Re: [O] Largest org file you have + performance To: suvayu ali fatkasuvayu+li...@gmail.com I think emacs on OSX underperforms significantly, at least comparing to

Re: [O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread Eric Schulte
I've just reverted the commits introducing this error. I will revisit this issue when I am back from vacation (in two weeks) and will implement a full proper solution then. Sorry for the breakage. Best -- Eric John Hendy jw.he...@gmail.com writes: On Mon, Aug 1, 2011 at 9:43 AM, Matt Lundin

Re: [O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Leo
On 2011-08-02 01:59 +0800, Achim Gratz wrote: Please apply this patch to fix the bug: This gets rid of the error message, but does not fix the bug, IMHO. Which bug? There is no reference to any bug report in the commit so I am clueless. Leo

Re: [O] Attachments and refiling

2011-08-01 Thread Matt Lundin
Gustav Wikström gustav.e...@gmail.com writes: However I think it also is nice to also be able to use custom names to attachment folders. And it would be nice be able to use some logic with this, like automatically setting the folder name to the same as the heading it's attached to. And to