Carsten Dominik <[EMAIL PROTECTED]> writes:
> I would with the addition that I'd also like to allow a function
> in there that would determine if the template should be pre-selected.
Done. I've also updated the documentation.
Maybe the new (info "(org)Remember templates") section of the manual
Hi list,
Is there a way to put tasks under a certain category from the agenda
buffer ? Or better from remember.
Right now I use this work flow:
f7 t (which pops up a remember buffer which starts a task)
type my todo item
C-c s +1 (schedule the task for tomorrow - just to keep today
JBash schrieb:
> Hello,
>
> I've been trying orgmode for the last 2 or 3 weeks, and have had a lot
> of fun learning to use it. I think it is a very effective tool (and
> will become even more effective as I learn more about it).
>
> I have a question about publishing to html. The tables that I'v
On Mon, Mar 3, 2008 at 10:04 PM, Bastien <[EMAIL PROTECTED]> wrote:
> Manish <[EMAIL PROTECTED]> writes:
>
> > 1. I removed all traces of the variable from .emacs
> > 2. Saved .emacs and closed Emacs
> > 3. Set the variable using customize
> > 4. Reloaded .emacs and tested
> > 5. I get `Symbol
Manish <[EMAIL PROTECTED]> writes:
> 1. I removed all traces of the variable from .emacs
> 2. Saved .emacs and closed Emacs
> 3. Set the variable using customize
> 4. Reloaded .emacs and tested
> 5. I get `Symbol's value as variable is void:
> org-time-stamp-rounding-minutes-when-changing'
This s
On Mon, Mar 3, 2008 at 7:37 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>
>
> On Mar 3, 2008, at 2:49 PM, Manish wrote:
>
> > On Mon, Mar 3, 2008 at 6:46 PM, Carsten Dominik <[EMAIL PROTECTED]
> > > wrote:
> >> In the git repo right now, take a look at the variable
> >> org-time-stamp-round
Hello,
I've been trying orgmode for the last 2 or 3 weeks, and have had a lot of
fun learning to use it. I think it is a very effective tool (and will
become even more effective as I learn more about it).
I have a question about publishing to html. The tables that I've created
are double spaced
On Mar 3, 2008, at 2:49 PM, Manish wrote:
On Mon, Mar 3, 2008 at 6:46 PM, Carsten Dominik <[EMAIL PROTECTED]
> wrote:
In the git repo right now, take a look at the variable
org-time-stamp-rounding-minutes.
Thank you. However I am not sure how do I set this. From customize:
These are two
On Mon, Mar 3, 2008 at 6:46 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> In the git repo right now, take a look at the variable
> org-time-stamp-rounding-minutes.
>
Thank you. However I am not sure how do I set this. From customize:
These are two values, the first applies when first creati
In the git repo right now, take a look at the variable
org-time-stamp-rounding-minutes.
- Carsten
On Mar 3, 2008, at 12:06 PM, Adam Spiers wrote:
I never need to insert timestamps with a granularity of smaller than 5
minutes, and hardly ever smaller than 15 minutes. So it would be
really nice
On Mar 3, 2008, at 12:06 PM, Adam Spiers wrote:
I never need to insert timestamps with a granularity of smaller than 5
minutes, and hardly ever smaller than 15 minutes. So it would be
really nice if when over the minute portion of a timestamp,
org-shiftup/down increased/decreased the minute va
I never need to insert timestamps with a granularity of smaller than 5
minutes, and hardly ever smaller than 15 minutes. So it would be
really nice if when over the minute portion of a timestamp,
org-shiftup/down increased/decreased the minute value in multiples of
5, 15, or whatever other value t
Carsten Dominik <[EMAIL PROTECTED]> writes:
> The first function could be merged into (org-ctrl-c-minus): (un)listify
> the active region, and if there is no active region, just cycle through
> the list types (as it does now).
>
> This is now implemented in `C-c -'
>
> The second
Bastien <[EMAIL PROTECTED]> writes:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
>> I did not realize that erc is not supported on all Emacs versions,
>> to we clearly need to cater for this. Wither by taking it out
>> of that variable, of my making the require fail silently.
>> We could, for
On Dec 22, 2007, at 7:20 PM, Bastien wrote:
Ahem. Sorry for the messy subject line.
Here are two needs I often meet:
1. I need to listify the lines between a region
2. I need to convert lines into headlines
For now I'm using two simple functions (see below). But I think there
is room for imp
Phil Jackson <[EMAIL PROTECTED]> writes:
> Bastien Guerry <[EMAIL PROTECTED]> writes:
>
>> BTW, maybe the name of the feature "org-irc" is a bit misleading:
>> since it's really about erc, and since Emacs also comes with rcirc.el,
>> it should either be called org-erc.el or support links to rcirc.
Carsten Dominik <[EMAIL PROTECTED]> writes:
> I did not realize that erc is not supported on all Emacs versions,
> to we clearly need to cater for this. Wither by taking it out
> of that variable, of my making the require fail silently.
> We could, for example, wrap the require into condition-cas
Sebastian <[EMAIL PROTECTED]> writes:
> The only old error when exporting is this one (must be something wrong
> in my configuration):
> org-publish-update-timestamp: Setting file times: datei oder Verzeichnis
> nicht gefunden,
> /home/sebastian/.org-timestamps/_home_sebastian_develop_htdocs_fairp
Bastien Guerry <[EMAIL PROTECTED]> writes:
> BTW, maybe the name of the feature "org-irc" is a bit misleading:
> since it's really about erc, and since Emacs also comes with rcirc.el,
> it should either be called org-erc.el or support links to rcirc.el.
It's somewhat extensible (through `org-irc-
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Mar 3, 2008, at 1:13 AM, Bastien Guerry wrote:
> I did not realize that erc is not supported on all Emacs versions, to
> we clearly need to cater for this. Wither by taking it out of that
> variable, of my making the require fail silently. We cou
On Mar 3, 2008, at 1:13 AM, Bastien Guerry wrote:
Adam Spiers <[EMAIL PROTECTED]> writes:
Is _everyone_ pulling from git in this room??
:-)
I do.
Me too.
`make' completes cleanly now. Thanks.
... but only if you have erc installed (it's shipped with emacs 22
but
not emacs 21):
On Mar 1, 2008, at 2:56 PM, Bastien wrote:
I have a few templates in `org-remember-templates': one that I mainly
use when I'm in my mailbox, another one that I mainly use when I'm
coding, one that I mainly use when I'm reading the web, etc.
I think it would make sense to reduce the number of a
22 matches
Mail list logo