On Apr 14, 2009, at 6:35 PM, Dan Davison wrote:
Carsten Dominik writes:
Hi Dan,
special lines like #+OPTIONS are only parsed if the file is
pointed to with
#+SETUPFILE: "~/src/common/org-header.org"
HTH
Yes that's what I was looking for, thanks!
- Carsten
P.S. Where should we have
Applied, thanks.
- Carsten
On Apr 15, 2009, at 7:17 AM, Baoqiu Cui wrote:
Hi Carsten,
It seems that a minor old bug in LaTeX exporter was exposed recently
by
your timestamp change. When exporting a simple Org file that contains
just the following two lines to LaTeX format, I got an error
Hi Carsten,
It seems that a minor old bug in LaTeX exporter was exposed recently by
your timestamp change. When exporting a simple Org file that contains
just the following two lines to LaTeX format, I got an error message
saying "Invalid use of `\' in replacement text":
* DONE Test
CLOSED: [2
On Apr 14, 2009, at 3:28 AM, Greg Lucas wrote:
I had not updated org-mode in a while so today I grabbed the zip for
6.25e. One thing I want to try out is RRS feed support. Looks like
lisp/org-feed.el is missing? The autoloads are there so I can
describe the various org-feed functions, but
On Apr 14, 2009, at 8:26 PM, Nick Dokos wrote:
Noufal Ibrahim wrote:
Hi Nick,
Nick Dokos wrote:
[..]
Can you run org-update-all-dblocks by hand before doing the export?
That's possible. What I do now is to to add the
org-update-all-dbblocks to write-file-hooks as suggested by the info
p
On Apr 15, 2009, at 2:23 AM, Eraldo Helal wrote:
Could using headlines and editing 'rows' with table view in agenda
be an option? (using properties in drawers)
To be honest, I don't understand at all.
- Carsten
Greetings,
Eraldo .oO( newbie trying to give support *g* )
On Tue, Apr
Could using headlines and editing 'rows' with table view in agenda be an
option? (using properties in drawers)
Greetings,
Eraldo .oO( newbie trying to give support *g* )
On Tue, Apr 14, 2009 at 14:20, Carsten Dominik wrote:
> Hi Jeff,
>
> taggin in tables is not supported, i particular beca
Nick Dokos writes:
> dericbytes wrote:
>
>> I want to reverse the entries of my logs. So the newest is at the top. I know
>> there is the C-c ^ sort function, but I'm not sure if any are applicable.
>> (Not
>> all of my entries are dated)
>>
>
> o If you are trying to rearrange headings and th
dericbytes wrote:
> I want to reverse the entries of my logs. So the newest is at the top. I know
> there is the C-c ^ sort function, but I'm not sure if any are applicable. (Not
> all of my entries are dated)
>
o If you are trying to rearrange headings and there is no "natural"
order, then the
I want to reverse the entries of my logs. So the newest is at the top. I know
there is the C-c ^ sort function, but I'm not sure if any are applicable. (Not
all of my entries are dated)
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send r
Hi,
just like [TABLE-OF-CONTENTS] inserts the table of contents, are there other
variables which will be translated on export? For instance [EXPORT-DATE] to get
the export date, [VERSION] for the Org version, [FILE-NAME] for this file's
name, …
Otherwise, dynamic blocks with LISP code can
El dt, abr 14 2009, Wes Hardaker va escriure:
>> On Tue, 14 Apr 2009 00:54:46 +0200, Daniel Clemente
>> said:
>
> DC> Is there some trick to add a footer at the end?
>
> I all the #+ or other text in another header at the bottom called
> "END". IE:
>
> * END
>
>
Ok.
> I
Noufal Ibrahim wrote:
> Hi Nick,
>
> Nick Dokos wrote:
> [..]
> >
> > Can you run org-update-all-dblocks by hand before doing the export?
>
> That's possible. What I do now is to to add the
> org-update-all-dbblocks to write-file-hooks as suggested by the info
> pages.
>
> This works for me
Hi Greg,
thank you for following up and finding the true cause of this problem.
I have now modified org-feed.el so that it will work correctly
on Emacs 22, even without the code Greg shows above.
- Carsten
On Apr 14, 2009, at 4:16 PM, Greg Lucas wrote:
Sharing this in case anyone else needs
Hi Nick,
Nick Dokos wrote:
[..]
Can you run org-update-all-dblocks by hand before doing the export?
That's possible. What I do now is to to add the org-update-all-dbblocks
to write-file-hooks as suggested by the info pages.
This works for me but there are times when I export directly wit
Carsten Dominik writes:
> Hi Dan,
>
> special lines like #+OPTIONS are only parsed if the file is
> pointed to with
>
> #+SETUPFILE: "~/src/common/org-header.org"
>
> HTH
Yes that's what I was looking for, thanks!
>
> - Carsten
>
> P.S. Where should we have had what documentation
> to make thi
Noufal Ibrahim wrote:
> Carsten Dominik wrote:
> [..]
> > In what way are you calling the update of dblocks during export?
> > Have you added a function to this effect to a hook? Which function?
> > To which hook?
> [..]
>
> Hello Carsten,
> I have done this
> (add-hook 'org-export-preprocess
Rustom Mody writes:
> Whats the diff between
>
> *** TODO Pay Rent
> SCHEDULED: <2009-04-01 Fri +1m>
This shows up on April 1 and everyday after that until you mark it done
(which reschedules it for May 1). If it's late it shows up on the
agenda with something like
todo: Sched.
Carsten Dominik wrote:
[..]
In what way are you calling the update of dblocks during export? Have
you added a function to this effect to a hook? Which function? To
which hook?
[..]
Hello Carsten,
I have done this
(add-hook 'org-export-preprocess-hook 'org-update-all-dblocks)
Is this no
Sharing this in case anyone else needs it. I'm running Emacs 22.3.1 on
Windows with org-mode 6.25e and was unable to get org-feed to work
without some digging.
First I got:
Symbol's function definition is void: sha1-string
I found a relevant post on the mailing list and tracked down the
lates
Whats the diff between
*** TODO Pay Rent
SCHEDULED: <2009-04-01 Fri +1m>
and
*** TODO Pay Rent
<2009-04-01 Fri +1m>
[Yeah I found this in the FAQ. But not clear what to do for repeating items
like this]
___
Emacs-orgmode mailing list
Rememb
> On Tue, 14 Apr 2009 00:54:46 +0200, Daniel Clemente
> said:
DC> Is there some trick to add a footer at the end?
I all the #+ or other text in another header at the bottom called
"END". IE:
* END
I think you can also attach a noexport tag (look in the manual for the
real name) to it
I had not updated org-mode in a while so today I grabbed the zip for 6.25e.
One thing I want to try out is RRS feed support. Looks like lisp/org-feed.el
is missing? The autoloads are there so I can describe the various org-feed
functions, but cannot execute any of them.
--
Greg
__
Hello everyone,
I'm a recent org-mode convert (after hearing the talk) and without
question, it's one of the best things I've ever used. Thank you for
making such a wonderful program.
However, org-mode and emacs being what they are, I'm tempted to try
and customise it to do more. :)
Manish writes:
> On Fri, Apr 10, 2009 at 2:49 AM, Bernt Hansen wrote:
> [snip (17 lines)]
> > Carsten, (and list)
> >
> > I've started using this new workflow just this week and org
> remember insisted
> > on creating an annoying '* Notes' task before my #+FILETAGS: line
> since there
Hi Jeff,
taggin in tables is not supported, i particular because there are also
no functions that would make use of these tags.
- Carsten
On Apr 14, 2009, at 11:36 AM, Jeff Kowalczyk wrote:
Is there a way to use the org-mode tagging interface in table rows
to categorize row data?
* Headl
Hi Dan,
special lines like #+OPTIONS are only parsed if the file is
pointed to with
#+SETUPFILE: "~/src/common/org-header.org"
HTH
- Carsten
P.S. Where should we have had what documentation
to make this easier for you to find?
On Apr 13, 2009, at 9:24 PM, Dan Davison wrote:
Dear list,
On Apr 14, 2009, at 1:12 AM, Eraldo Helal wrote:
Salve Orgers!
When exporting to html my auto-timestamp looks like this:
CLOSED: class="timestamp">2009-04-14 Tue 00:52
I would rather like to have it like this:
CLOSED: class="timestamp">2009-04-14 Tue 00:52
In words: I would like timestamp
Hi,
On Apr 14, 2009, at 4:22 AM, Noufal Ibrahim wrote:
[apologies if this is a repost. I was not on the list]
Hello everyone,
I'm a recent org-mode convert (after hearing the talk) and without
question, it's one of the best things I've ever used. Thank you for
making such a wonderful pro
Is there a way to use the org-mode tagging interface in table rows
to categorize row data?
* Headline :tag1:tag2:
| col1 | col2 | col3 |
|--+--+|
| data | data | :tag1: |
| data | data | :tag1:tag2 |
In the above example, tags in the table are
Hi Adam,
this is now fixed, thank you very much for your report and the
additional
details your provided. That helped a lot.
The fix I implemented is different. I have not tested it extensively,
and I would be very much obliged if you could give it a thorough
test.
Thanks!
- Carsten
On A
31 matches
Mail list logo