[O] Showing remaining time in agenda mode

2011-09-12 Thread Mats Kindahl
: * Each task line should show Item, Effort, Clock, and Clock - Effort * Each day line should show the summary of (at least) the Effort and the Clock - Effort Does anybody know how to set this up, or do I need to go digging the code? Best wishes, Mats Kindahl

Re: [O] Showing remaining time in agenda mode

2011-09-12 Thread Mats Kindahl
On 09/12/2011 01:14 PM, Bernt Hansen wrote: Mats Kindahl mats.kind...@oracle.com writes: Hi all, I have been using Org-Mode with great success over the last year (or so). There is a number of items that I need to handle, and I am reading through the code to try to figure out how to do

Re: [O] Showing remaining time in agenda mode

2011-09-12 Thread Mats Kindahl
On 09/12/2011 06:18 PM, Bernt Hansen wrote: Mats Kindahl mats.kind...@oracle.com writes: On 09/12/2011 01:14 PM, Bernt Hansen wrote: Mats Kindahl mats.kind...@oracle.com writes: Hi all, I have been using Org-Mode with great success over the last year (or so). There is a number of items

[O] [PATCH] Using org babel for generating ASCII art using PlantUML

2013-03-09 Thread Mats Kindahl
ASCII art in place when no :file parameter is provided. Patch is attached. Just my few cents, Mats Kindahl -- Senior Principal Software Developer Oracle, MySQL Department diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index c17d444..b4e2b01 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob

Re: [O] [PATCH] Using org babel for generating ASCII art using PlantUML

2013-03-09 Thread Mats Kindahl
On 03/10/2013 12:23 AM, Eric Schulte wrote: Mats Kindahl mats.kind...@oracle.com writes: Hi all, I find the PlantUML support very useful to generate diagrams when presenting designs, but unfortunately, I quite frequently have to send simple descriptions requiring ASCII only. Since PlantUML

Re: [O] [PATCH] Using org babel for generating ASCII art using PlantUML

2013-04-05 Thread Mats Kindahl
On 04/05/2013 07:05 PM, Bastien wrote: Hi Mats, sorry for the late reply. Mats Kindahl mats.kind...@oracle.com writes: I find the PlantUML support very useful to generate diagrams when presenting designs, but unfortunately, I quite frequently have to send simple descriptions requiring

Re: [O] Filter in Captured Column View

2014-03-18 Thread Mats Kindahl
Thanks Juan, It seems to work, so I'll use that for now, but having some sort of filtering supported would be a great feature. I'll play around a little and see if that can be added. Best wishes, Mats Kindahl On 03/18/2014 03:08 PM, Juan Pechiar wrote: Hi Mats, You can add :skip

[O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-10 Thread Mats Kindahl
can get a nil as a headline, failing miserably. I solved this issue by requiring that there should always be a headline text (this is after all an assumption made in the code) and rewrote the org-complex-heading-regexp accordingly. Patch is attached. Just my few cents, Mats Kindahl -- Senior

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-10 Thread Mats Kindahl
On 09/10/2012 08:24 PM, Nicolas Goaziou wrote: Hello, Mats Kindahl mats.kind...@oracle.com writes: I solved this issue by requiring that there should always be a headline text (this is after all an assumption made in the code) and rewrote the org-complex-heading-regexp accordingly

Re: [O] [PATCH] Resolve regexp ambiguity for item headers

2012-09-19 Thread Mats Kindahl
Thanks for clearing it up Bastien, Nicolas, do you have the patch somewhere so that I can take a look at it? Best wishes, Mats Kindahl On 09/19/2012 11:14 AM, Bastien wrote: Hi, Nicolas Goaziou n.goaz...@gmail.com writes: * The regular expression matches completely empty headlines, so

[O] Replacing links with section numbers in ASCII export

2012-10-25 Thread Mats Kindahl
text... ** Other Inner Header Here I would like to have a reference to [[Inner Header]] as a section /number/. Best wishes, Mats Kindahl

Re: [O] Replacing links with section numbers in ASCII export

2012-10-25 Thread Mats Kindahl
On 10/25/2012 02:44 PM, Nicolas Goaziou wrote: Hello, Mats Kindahl mats.kind...@oracle.com writes: I would like to get references to sections replaced with the section number in ASCII export instead of the link name, that is, something similar to how LaTeX handles \label and \ref

Re: [O] Replacing links with section numbers in ASCII export

2012-10-25 Thread Mats Kindahl
On 10/25/2012 04:15 PM, Nicolas Goaziou wrote: Mats Kindahl mats.kind...@oracle.com writes: That is nice. I assume that I have to use the development branch in that case? Yes, its merge is planned for Org 8.0. For now it lies in the contrib/ directory. If you want to try it, assuming

[Orgmode] Setting total effort of a task vs. the daily effort

2010-06-03 Thread Mats Kindahl
the week since whatever day I place it on it will take up two days of effort. Apart from splitting such a task into subtasks, is there a way to both set a total amount of work and spread it out over several days by setting the number of hours for each day? Best wishes, Mats Kindahl -- Mats Kindahl