Yes, a minor thing, fixed now.
- Carsten
On Sep 5, 2007, at 7:19, Bastien wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
it will be okay to set
whatever property you want through the column view -- and perhaps the
column view itself would be available in the agenda ebuffer
it is!
Arg
Carsten Dominik <[EMAIL PROTECTED]> writes:
>> Here is another suggestion: why not restrict the fast selection to TODO
>> keywords when the point is at TODO keywords, and to tags when the point
>> is on tags?
>
> Definitely a NO. Who would want to move the cursor before setting
> tags???
I meant:
Maxim Loginov <[EMAIL PROTECTED]> writes:
> usually I look for the paper in internet and use remember to insert
> such TODOs, and temporarily modify remember template in order not to
> seek "* TODO read papers" headline every time. It would be good if
> org-mode can remember the last used headline
Carsten Dominik <[EMAIL PROTECTED]> writes:
>> it will be okay to set
>> whatever property you want through the column view -- and perhaps the
>> column view itself would be available in the agenda ebuffer
>
> it is!
Argh... I didn't even give it a try, shame on me. But now that I boldly
did, C-
Bastien <[EMAIL PROTECTED]> writes:
> I don't know about inserting "the last used headline" but it would
> certainly be useful to be able to call the last used *template*.
this is good idea as well, I vote for this also
___
Emacs-orgmode mailing list
Xavier Maillard <[EMAIL PROTECTED]> writes:
> Isn't this already covered by remember templates ?
not really... there are variables org-remember-default-headline and
org-default-notes-file but you need manually change them, it would be
good to keep the position of last inserted TODO in
org-remembe
On 9/5/07, Xavier Maillard <[EMAIL PROTECTED]> wrote:
>I use crypt++.el, and I save the encrypted files with double
>extension: filename.org.gpg. Such files are opened in org-mode after
>decryption.
>
> Do you have code to automatically decrypt your org file when
> selecting them -i.e.
On Sep 4, 2007, at 9:02, Xavier Maillard wrote:
Sounds like the expiration mechanism one can find into gnus. I like
the
idea.
Quite a nice idea. In fact... DONE.
Wonderful ! Please Carsten, would you mind considering to install this
useful
change.
Certainly.
- Carsten
__
On Sep 4, 2007, at 20:00, Bastien wrote:
"T. V. Raman" <[EMAIL PROTECTED]> writes:
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag in the agenda buffer.
I think it doesn't make sense to have `org-agenda-set-category' until
we
are able to set th
On Sep 4, 2007, at 18:43, Bastien wrote:
Leo <[EMAIL PROTECTED]> writes:
Using tags to setup todo looks unclean to me. However it is very nice
to
be able to set up todo using an interface similar to tags.
And since the argument to org-todo has become completely useless
because
of this fea
On Jan 1, 2002, at 3:33, Fabian Braennstroem wrote:
Hi,
me again...
with a small question: using %^{ASK_SOMETHING} works nice,
but is there a chance to give different options for answers
too? Maybe something like %^{What Color{blue|red|yellow}}
and display the choices in a small buffer!?
No,
On Sep 3, 2007, at 21:56, Leo wrote:
On 2007-09-03 19:32 +0100, Carsten Dominik wrote:
Yes, since 5.07, you can mis-use the TAGS interface to directly
switch to TODO states. Check the release notes.
Is this temporary until a better solution is found?
Not at all, I really cannot think of a
Note that John is running an intermediate version with a small fix
needed
to make this work. Wait for 5.08 before trying this...
- Carsten
On Sep 4, 2007, at 21:04, John Wiegley wrote:
Because I frequently archive out e-mails to other mailboxes, I cannot
rely on
the group/article-no format o
Putting it immediately after the headline is how I would
implement it.
And it would work depending on ones workstyle --- most features
of org make sense only in the context of a work style.
> "Bastien" == Bastien <[EMAIL PROTECTED]> writes:
Bastien> "T. V. Raman" <[EMAIL PROTECTED]> wri
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag
in the agenda buffer.
+1
Later, it might also be nice to implement a function that say
rearranges all todo entries of a particular category under a
common section. I find myself doin
Hi Carsten,
>> ** [[URL]] note
>>
>> where "note" is what I typed in the remember buffer.
>>
>> Ideally I'd like the above to be :
>>
>> ** [[URL][Note]]
>
>Starting with 5.08, you will be able to use %A in the template.
>It will insert the link, but explicitl
I use crypt++.el, and I save the encrypted files with double
extension: filename.org.gpg. Such files are opened in org-mode after
decryption.
Do you have code to automatically decrypt your org file when
selecting them -i.e. find-file and friends ?
Xavier
--
http://www.gnu.org
ht
I'm wondering if such feature exist or can be implemented?
Isn't this already covered by remember templates ?
Xavier
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http
Hi Bastien,
See (info "(Org)Remember templates") :
The `%a' refers to an "annotation, normally the link created with
`org-store-link'". The proposed solution is to make this insertion
interactive by prompting for the link description.
Hope it's clearer now!
Crystal clear ! Than
Hi,
me again...
with a small question: using %^{ASK_SOMETHING} works nice,
but is there a chance to give different options for answers
too? Maybe something like %^{What Color{blue|red|yellow}}
and display the choices in a small buffer!?
Fabian
Fabian Braennstroem schrieb am 01/01/2002 02:12 AM:
>
Hi Carsten,
Carsten Dominik schrieb am 09/03/2007 07:26 AM:
> You can do all this with remember templates, they allow interactive
> prompts, and you can specify a file and a topic where to insert the
> new entry.
Too easy :-) Thanks, just great!
Fabian
>
> On Sep 2, 2007, at 19:10, Fabian Braen
Because I frequently archive out e-mails to other mailboxes, I cannot rely on
the group/article-no format of the current Gnus e-mail links used by org.el.
So, I've written code that can find a message based solely on its Message-ID.
The only requirement is that the message must be in an nnml mailbo
Maxim Loginov <[EMAIL PROTECTED]> writes:
> usually I look for the paper in internet and use remember to insert
> such TODOs, and temporarily modify remember template in order not to
> seek "* TODO read papers" headline every time. It would be good if
> org-mode can remember the last used headline
"T. V. Raman" <[EMAIL PROTECTED]> writes:
> It would be nice to have an interactive org-agenda-set-category
> alongside org-agenda-set-tag in the agenda buffer.
I think it doesn't make sense to have `org-agenda-set-category' until we
are able to set the category as a property of the headline.
Fo
Leo <[EMAIL PROTECTED]> writes:
> Using tags to setup todo looks unclean to me. However it is very nice to
> be able to set up todo using an interface similar to tags.
>
> And since the argument to org-todo has become completely useless because
> of this feature. I propose the following:
>
> C
"Daniel Clemente" <[EMAIL PROTECTED]> writes:
>And shouldn't the french „Table des Matières" be written „Table des
> matières"? I think that the capitalization on titles is just typical
> for English.
Right. "Table des matières" is correct.
--
Bastien
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag
in the agenda buffer.
This would allow one to quickly categorize tasks.
Later, it might also be nice to implement a function that say
rearranges all todo entries of a particular category under a
common
Incidentally, it might be worthwhile to promote org-read-date to
all of Emacs as read-date -- Emacs needs a good date-picker
widget alongside things like read-file and org-read-date is the
best I've seen. Incidentally I'm planning to update gcal.el (part
of emacs-g-client)
to use org-read-date if
Carsten Dominik schrieb:
>
> On Sep 3, 2007, at 16:56, Rainer Stengele wrote:
>
>> Carsten Dominik schrieb:
>>>
>>> On Aug 31, 2007, at 18:31, Rainer Stengele wrote:
> How about the following solution.
>
> If you bind org-deadline-warning-days to 0 or a negative number,
> this value
On Sep 4, 2007, at 12:03, Daniel Clemente wrote:
the page by means of the file a12.alphagodaddy.com_index.html. This
latter is the culprit as it starts with ""
(after the opening html tag). I don't know how it gets loaded but it
probably is the price you pay for this free service.
If so, t
> the page by means of the file a12.alphagodaddy.com_index.html. This
> latter is the culprit as it starts with ""
> (after the opening html tag). I don't know how it gets loaded but it
> probably is the price you pay for this free service.
If so, try redefining the style for the „body" element
On Sep 4, 2007, at 11:29, Sprenger, Karel wrote:
Carsten,
I just loaded http://www.orgmode.org in firefox and IE6 and it showed
all right initially. After a little wile, though, the left and right
margins disappeared and the GoDaddy.com banner appeared on the top of
the page by means of the fi
Fixed, thanks, also to Daniel.
- Carsten
On Sep 3, 2007, at 19:47, William Henney wrote:
Hi Carsten,
At line 2604 of org.el, v5.07a, instead of
("es" "Autor" "Fecha" "\xccndice")
you should have
("es" "Autor" "Fecha" "\xcdndice")
Carsten,
I just loaded http://www.orgmode.org in firefox and IE6 and it showed
all right initially. After a little wile, though, the left and right
margins disappeared and the GoDaddy.com banner appeared on the top of
the page by means of the file a12.alphagodaddy.com_index.html. This
latter is th
Hi,
orgmode.org is now really hosting the orgmode webpage (not just
redirecting to my University site.)
When I uploaded the site, a problem appeared: The homepage now
renders without any margins to the left and to the right.
Can anyone here figure out why that is?
Thanks.
- Carsten
__
Hi,
>
> That is, "Í" rather than "Ì".
Correct, Índice.
> In fact, one could argue that it should
> just be just "Indice" (or perhaps "Indice General"), since it is usual
> in Spanish to omit accents on capital letters.
It is „usual" to write omitting all type of things... As for the
correct
> > Sounds like the expiration mechanism one can find into gnus. I like the
> > idea.
>
> Quite a nice idea. In fact... DONE.
Wonderful ! Please Carsten, would you mind considering to install this useful
change.
Xavier
___
Emacs-orgmode mailing
On Sep 4, 2007, at 3:00, Xavier Maillard wrote:
Hi,
** [[URL]] note
where "note" is what I typed in the remember buffer.
Ideally I'd like the above to be :
** [[URL][Note]]
Starting with 5.08, you will be able to use %A in the template.
It will insert the link, but explicitly pro
On Sep 4, 2007, at 4:29, T. V. Raman wrote:
For all date/calendar related things, down-arrow moves forward,
up-arrow back --- except in the keybindings set up for
org-time-stamp through org-shiftup and org-shiftdown
In some sense, the binding used there -- up-arrow increases
down-arrow decrea
On Sep 3, 2007, at 16:56, Rainer Stengele wrote:
Carsten Dominik schrieb:
On Aug 31, 2007, at 18:31, Rainer Stengele wrote:
How about the following solution.
If you bind org-deadline-warning-days to 0 or a negative number,
this value (the absolute value of that number) will be enforced
no m
On Sep 3, 2007, at 19:23, William Henney wrote:
I missed this comment of Eddward's initially because I was on
holiday...
On 7/11/07, Eddward DeVilla <[EMAIL PROTECTED]> wrote:
For my uses, what I would love is a way to have org-mode remember how
a subtree was folded so I could hide a subtree
41 matches
Mail list logo