[O] Showing remaining time in agenda mode

2011-09-12 Thread Mats Kindahl
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 the various items. However, recently I switched to using 7.7, which disabled a feature I use (but it

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-12 Thread Eric Abrahamsen
On Sun, Sep 11 2011, Samuel Wales wrote: > Eric, > >> I'm starting with the easiest use-case: attaching a "level" text >> property to each TODO. I'm trying to do this for TODOs produced by > > This might or might not solve all your needs, but one option for > finding ancestors is to simply grab th

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Eric S Fraga
Søren Mikkelsen writes: [...] > Yes, it works perfectly when I export it into latex (and thank you for > that). Just wondering if it was possible to do something similar > within org-mode; a enumerate list with a prefix, e.g.: > > R1. One > R2. Two Ah, now I understand. The answer is no and

Re: [O] Showing remaining time in agenda mode

2011-09-12 Thread Bernt Hansen
Mats Kindahl 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 the various > items. However, recently I switched to using 7.7, which

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 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 the various >> it

Re: [O] [babel] VC-Log does not run correctly

2011-09-12 Thread Sebastien Vauban
Hi Eric and all, Eric Schulte wrote: >> When calling =C-c C-e b= on this buffer, I get asked by Emacs: >> >> "Buffer has a running process; kill it? (yes or no)" >> >> - If I don't say anything, the export process is just hanging in the blue... >> >> - If I say yes, the export process really b

[O] Org, latex and asymptote in a math project

2011-09-12 Thread Jarmo Hurri
Greetings! Been exploring org, done some examples, and even bought the t-shirt because I was so impressed. In addition to using org to keep my personal faq and notes, I am currently evaluating the use of org in a major math writing project that will stretch over several years. My standard math t

[O] Bug? Non org timestamp in a todo is interpreted as timestamp in agenda view

2011-09-12 Thread Rainer Stengele
Hi all Having a todo like this: INARBEIT Test 2011/06/10 00:00:00 SCHEDULED: <2011-09-12 Mo> results in this agenda entry: ADMIN: 0:00..Scheduled: INARBEIT Test 2011/06/10 :00 The time stamp "2011/06/10 00:00:00", neither an active nor an inactive org timestam

Re: [O] Org, latex and asymptote in a math project

2011-09-12 Thread Giovanni Ridolfi
Jarmo Hurri writes: Hi, Jarmo, > 1. If I have understood correctly, in order for an asymptote image to be >included as an inline image, one has to specify a file name at the >beginning of the code block, as in > >#+CAPTION: A test caption. >#+begin_src asymptote :file foo.pdf >

Re: [O] Allow org-agenda-text-search-extra-files to be a directory

2011-09-12 Thread Darlan Cavalcante Moreira
Thanks suvayu, This works perfectly. -- Darlan At Sat, 10 Sep 2011 00:08:38 +0200, suvayu ali wrote: > > On Fri, Sep 9, 2011 at 9:09 PM, Darlan Cavalcante Moreira > wrote: > > Is it possible to set org-agenda-text-search-extra-files with a directory > > so that all .org files in that director

Re: [O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-09-12 Thread Konstantin Ziegler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I received the following suggestion > You might try adding this to your custom command: > (org-agenda-overriding-header "Notes") I tried that already, but would like to document that on the mailing list for future reference. This only changes the he

Re: [O] Org, latex and asymptote in a math project

2011-09-12 Thread Jambunathan K
> 2. At least for me, _by far_ the most common way of referring to a >floating element (table or figure) is immediately before or after the >latex code that defines the float. For this, having to generate a >unique label for the float has always been an overkill, and I have >wanted

Re: [O] Org, latex and asymptote in a math project

2011-09-12 Thread Ethan Ligon
Hi, Jarmo- Jarmo Hurri syk.fi> writes: > 1. If I have understood correctly, in order for an asymptote image to be >included as an inline image, one has to specify a file name at the >beginning of the code block, as in > >#+CAPTION: A test caption. >#+begin_src asymptote :file foo

[O] [patch][test] Remove jump.el dependency from test execution

2011-09-12 Thread Martyn Jago
Currently it is required to install the git submodule jump.el and dependencies to run tests, and yet these test helpers are not required in test execution. This patch removes this dependency, whilst loading the test helpers when they exist (git submodule init && git submodule update). The idea

[O] [patch][test] Add missing FSF / author headers / org-test dependency to test files

2011-09-12 Thread Martyn Jago
Add missing FSF / author headers and org-test dependency to some test files. Best, Martyn >From 39d437176f288d56dfdb2ccfabbfb712f9ce8504 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Mon, 12 Sep 2011 17:07:21 +0100 Subject: [PATCH] Add missing FSF / author headers and org-test dependency to

Re: [O] Showing remaining time in agenda mode

2011-09-12 Thread Bernt Hansen
Mats Kindahl writes: > On 09/12/2011 01:14 PM, Bernt Hansen wrote: >> Mats Kindahl 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

Re: [O] Bug? Non org timestamp in a todo is interpreted as timestamp in agenda view

2011-09-12 Thread Eric S Fraga
Rainer Stengele writes: > Hi all > > Having a todo like this: > > INARBEIT Test 2011/06/10 00:00:00 > SCHEDULED: <2011-09-12 Mo> > > > results in this agenda entry: > > ADMIN: 0:00..Scheduled: INARBEIT Test 2011/06/10 :00 > > > The time stamp "2011/06/10 00:00:00",

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 writes: > >> On 09/12/2011 01:14 PM, Bernt Hansen wrote: >>> Mats Kindahl 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,

Re: [O] [patch][test] Remove jump.el dependency from test execution

2011-09-12 Thread Eric Schulte
Applied. Thanks! -- Eric Martyn Jago writes: > Currently it is required to install the git submodule jump.el and > dependencies to run tests, and yet these test helpers are not required > in test execution. > > This patch removes this dependency, whilst loading the test helpers when > they exis

Re: [O] [patch][test] Add missing FSF / author headers / org-test dependency to test files

2011-09-12 Thread Eric Schulte
I applied this patch, and then corrected some of the authors names. Thanks again -- Eric Martyn Jago writes: > Add missing FSF / author headers and org-test dependency to some test > files. > > Best, Martyn > > From 39d437176f288d56dfdb2ccfabbfb712f9ce8504 Mon Sep 17 00:00:00 2001 > From: Marty

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Søren Mikkelsen
On 2011-09-12 11:30, Eric S Fraga wrote: Søren Mikkelsen writes: [...] Yes, it works perfectly when I export it into latex (and thank you for that). Just wondering if it was possible to do something similar within org-mode; a enumerate list with a prefix, e.g.: R1. One R2. Two Ah, now

[O] org-exp-bibtex.el patch for zotero-generated citekeys

2011-09-12 Thread Nik Putnam
Dear Taru and orgmode community, Org-mode export to HTML is a really useful thing, and I love the bibtex integration. I had a problem exporting from org-mode to HTML, with bibtex. I was able to fix it with a change to a regular expression org-exp-bibtex.el. The diff is shown below. (My bibtex

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-12 Thread Eric S Fraga
Søren Mikkelsen writes: [...] > This is also a latex related question, however I think it extents the > previous question. How to I make my counter of the enumeration-list > start at a specific position. Like > > 1. Test > 2. of > > Now I have something between the two enumerations > > 3. cou

[O] agenda view: showing rows of a table with dates

2011-09-12 Thread Ramon Diaz-Uriarte
Dear All, Suppose I have an entry with a table for a class schedule such as *** BM-1 2011-2012 schedule | Class | Group | Date | |-+---+--| | Presentation| All | <2011-09-26 Mon 09:30-11:00> | |

Re: [O] difference between "#+source" and "#+srcname"; passing parameters to Awk.

2011-09-12 Thread Feiming Chen
Hi Eric:   Thanks a lot for your answers!  Sorry for my late reply.  Sincerely, Feiming Chen --- On Sun, 8/28/11, Eric Schulte wrote: From: Eric Schulte Subject: Re: [O] difference between "#+source" and "#+srcname"; passing parameters to Awk. To: "Feiming Chen" Cc: "emacs-org-list" Da

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-12 Thread David Maus
At Sun, 11 Sep 2011 15:02:08 -0600, Eric Schulte wrote: > > > > > The test result with failing tests for Emacs23 is attached. > > > > , > > | Passed: 101 > > | Failed: 8 (8 unexpected) > > | Total: 109/109 > > | > > | Started at: 2011-09-11 19:53:46+0200 > > | Finished. > > | Finished at: 2