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
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
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
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
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
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
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
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
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
>
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
-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
> 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
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
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
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
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
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",
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,
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
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
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
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
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
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> |
|
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
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
26 matches
Mail list logo