> First of all, org 3.16c is very old indeed so *maybe* this works
> better in a more recent version?
Sorry, it is 6.16c :-) (Thanks Matthew!)
I believe it is the version bundled with the latest Emacsw32 from
ourcomments.org. I am using a Emacsw32 from December 2008.
Since I use win32 I am not abl
Hello again :),
Let me provide examples -- using footnotes.
All footnote references and definitions would be inside
$[...]. (As mentioned in my previous post.)
There was a concern about keeping code executable. You can
use a parameter to specify whether you want the footnote to:
- disappear
I feel sorry that I have unleashed this broken code, and have now "fixed"
the first problem I have found. I think it's best to ask for help and
advice.
The code I just posted does work, but when restarting after a pause, if one
has paused twice, time is subtracted serially, each time the restart
Hi Rasmus,
Rasmus Pank Roulund writes:
> Hello,
> I have got two questions.
> I am using Org-mode v. 3.16c. I usually use LaTeX but Org has been
> really nice. However, I want to export to LaTeX.
I assume you mean org-mode 6.13c?
> Two features are bugging me though.
> 1. Timestambs are rea
> On Sun, 4 Jan 2009 08:23:04 +0100, Carsten Dominik
> said:
CD> I think it would be better not to use the remember buffer for this,
CD> but another, dedicated, temporary buffer.
Why would it matter though? You're already opening and displaying
it... Granted, you could stop doing that
Hello,
I have got two questions.
I am using Org-mode v. 3.16c. I usually use LaTeX but Org has been
really nice. However, I want to export to LaTeX.
Two features are bugging me though.
1. Timestambs are really nice, but I don't want them in my final
print (the LaTeX output). Is there an easy
Carsten,
2009/1/4 Carsten Dominik :
>
> <>like the other Org-mode targets? That would make sense.
> Does anyone know a language where this would be used
> in real life? It would make it harder to write about
> Org-mode, though.
Yes, Oracle pl/sql uses th
Fixed, thanks.
- Carsten
On Jan 5, 2009, at 2:14 AM, Matthew Lundin wrote:
Hi Carsten,
After some additional testing of footnote options, I discovered
another minor quirk. It occurs when org-footnote-section is set to a
value such as "Footnotes" (the default value). When
org-footnote-action
On Jan 5, 2009, at 5:31 PM, Wes Hardaker wrote:
On Sun, 4 Jan 2009 08:23:04 +0100, Carsten Dominik > said:
CD> I think it would be better not to use the remember buffer for
this,
CD> but another, dedicated, temporary buffer.
Why would it matter though? You're already opening and displayin
Hi Steven,
thank you for your thoughtful post and everyone else for chiming in with
useful suggestions.
I have just uploaded 6.17a which revamps the codeline references stuff,
in the following way:
1. The default label now looks like (ref:name)
2. The default format is defined in org-code
On Mon, Jan 5, 2009 at 12:41 PM, Carsten Dominik wrote:
>
>> --
>> "In the bathtub of history the truth is harder to hold than the soap,
>> and much more difficult to find." -- Terry Pratchett
>
>
> I do love this citation in your signature..
>
Actually, as of last week it should be "Sir Ter
"Steven E. Harris" writes:
> Also, that one would tolerate anything but a closing parenthesis in a
> label;
That was a mistake to propose. I had forgotten that I intended the label
to run to the end of the line, not to a bounding parenthesis. So much
for writing code in haste without testing it
Hi Rasmus,
First of all, org 3.16c is very old indeed so *maybe* this
works better in a more recent version?
Second, you could help with an example which demonstrates the problem.
- Carsten
On Jan 5, 2009, at 1:42 PM, Rasmus Pank Roulund wrote:
Hello,
I have got two questions.
I am using Org
Carsten Dominik wrote:
On Jan 4, 2009, at 3:33 PM, Steven E. Harris wrote:
Carsten Dominik writes:
Code references use special labels embedded directly into the source
code. Such labels look like "((name))" and must be unique within a
document.
How does the parser know that, say, "((def))"
> On Sat, 3 Jan 2009 18:45:36 +, James TD Smith
> said:
JTS> I think I'm about 2/3rds of the way through the refactoring and
JTS> adding plist templates.
Thanks for the updates to both of you and I'm very much looking forward
to the new code!
One of the reasons that I have so many
Hello:
I have been able to put together a tentative solution to this problem of
pausing the relative timer.
It needs work, but perhaps one will be forgiven for posting it (below). It
has mostly been stolen, as anyone will see:
Code --
(defvar org-timer-pause-time n
Hi Alan,
I like to be able to pause the timer, very nice, this will make its way
into Org one way or another.
About talking to the VLC process - maybe it is easier to
just send signals to the process, with `stop-process' and `continue'
process, because this will work for any process, not just a
Has anyone implemented a property that's the opposite of deadline for
Org TODOs?
What I'd like is a property I could put on a TODO that would hide it
from agenda display (probably with some preference that would permit
unfiltered display) until a specified date.
This would keep me from being over
[Sorry, I couldn't bring myself to actually make a git branch and
generate a diff for this.]
On line 7545 we read:
"after having types[sic -- typed] the backslash and maybe a few characters"
cheers,
r
___
Emacs-orgmode mailing list
Remember: use `Rep
Hi Robert,
Robert Goldman writes:
> Has anyone implemented a property that's the opposite of deadline for
> Org TODOs?
>
> What I'd like is a property I could put on a TODO that would hide it
> from agenda display (probably with some preference that would permit
> unfiltered display) until a sp
Matthew Lundin writes:
>
> I've found that the easiest solution to this problem is to schedule
> something in the future (e.g., C-c C-s +2w) and to get rid of the
> TODO keyword (C-c t , or t in the agenda).
This should read C-c C-t for the TODO keyword command.
- Matt
___
Matthew Lundin writes:
> Robert Goldman writes:
>
>> Has anyone implemented a property that's the opposite of deadline for
>> Org TODOs?
>>
>> What I'd like is a property I could put on a TODO that would hide it
>> from agenda display (probably with some preference that would permit
>> unfiltere
Hi!
A new year has started and I try to get even more organized.
So, I think it is time to keep track of my financial data, and
I think orgmode is the way to go.
Yet, I am not sure how to keep the structure.
I started with something quite simple like using a date structure
and tables:
*2008
**Ja
Bernt Hansen writes:
> I push tasks into the future with scheduled / deadline dates and prevent
> them from showing up in the agenda too early with something like
>
> DEADLINE: <2009-02-04 Wed -3d>
>
Ooh... that's nice. Individualized lead times for deadline warnings. I
didn't read that sect
On Tue, Jan 6, 2009 at 9:24 AM, Memnon Anon wrote:
> Hi!
>
> A new year has started and I try to get even more organized.
> So, I think it is time to keep track of my financial data, and
> I think orgmode is the way to go.
>
> Yet, I am not sure how to keep the structure.
> I star
25 matches
Mail list logo