On Jun 23, 2010, at 8:31 AM, Tassilo Horn wrote:
On Wednesday 23 June 2010 05:59:54 Carsten Dominik wrote:
Hi Carsten,
M-x org-capture-import-remember-templates RET
That didn't work completely for me. It generated entries like
("t" "TODO" entry
(file+headline "/home/horn/repos/org/re
Hi Hellekin
"Hellekin O. Wolf" writes:
> How do you guys use CATEGORIES, PROPERTIES and TAGS in combination
> with TODO states and Org-Agenda to optimize your GTD workflow?
I'm also into GTD. This is a typical entry I use for a project.
* Misc Office
** Rewrite study course documents
On Wednesday 23 June 2010 05:59:54 Carsten Dominik wrote:
Hi Carsten,
> >> M-x org-capture-import-remember-templates RET
> >
> > That didn't work completely for me. It generated entries like
> >
> > ("t" "TODO" entry
> > (file+headline "/home/horn/repos/org/remember.org" bottom)
> > "*
Hi Manish, thanks for checking - this is now fixed.
- Carsten
On Jun 23, 2010, at 6:52 AM, Manish wrote:
On Tue, Jun 22, 2010 at 6:06 PM, Carsten Dominik wrote:
New implementation of the Org remember process
==
[snip: announceme
On Tue, Jun 22, 2010 at 6:06 PM, Carsten Dominik wrote:
>New implementation of the Org remember process
>==
[snip: announcement of org-capture (287 lines)]
>
I got some compilation warnings for the latest files. I have not yet
tr
On Jun 22, 2010, at 10:50 PM, Bernt Hansen wrote:
Carsten Dominik writes:
New implementation of the Org remember process
==
Cool!!
6.4 Multiple capture events going on at the same time
=
On Jun 23, 2010, at 6:01 AM, Puneeth wrote:
Hi,
On Tue, Jun 22, 2010 at 6:06 PM, Carsten Dominik
wrote:
New implementation of the Org remember process
==
[..]
None of what I describe is set in stone yet - let me know if you
On Jun 23, 2010, at 1:56 AM, Sebastian Rose wrote:
I have a problem with the properties and org-capture-templates.
"* DONE %u (%^{Sport|run|run|swim|wout}) %^{Distance} x:xx
:PROPERTIES:
:date: %u
:pace: x:xx
:kcal: xxx
:END:
%^{meters}p %^{s
On Jun 23, 2010, at 1:07 AM, Sebastian Rose wrote:
Carsten Dominik writes:
None of what I describe is set in stone yet - let me know if you have
comments, change requests or other ideas.
My feeling right now is that this should become the default capture
system, and that we will keep the cur
Hi,
On Tue, Jun 22, 2010 at 6:06 PM, Carsten Dominik
wrote:
> New implementation of the Org remember process
> ==
[..]
> None of what I describe is set in stone yet - let me know if you have
> comments, change requests or other ide
Hi Tassilo,
On Jun 22, 2010, at 8:58 PM, Tassilo Horn wrote:
Carsten Dominik writes:
Hi Carsten,
1. Run
M-x org-capture-import-remember-templates RET
That didn't work completely for me. It generated entries like
("t" "TODO" entry
(file+headline "/home/horn/repos/org/remember.or
Hi folks,
Nowthat GTD is starting to work for me i really really miss having org
available when i don't have my laptop handy. Everyone around me is buying
proprietary iphones and Android phones with 3-year contracts and expensive
data plans, but i don't even really want a smartphone -- i want my
I have a problem with the properties and org-capture-templates.
"* DONE %u (%^{Sport|run|run|swim|wout}) %^{Distance} x:xx
:PROPERTIES:
:date: %u
:pace: x:xx
:kcal: xxx
:END:
%^{meters}p %^{start}p %^{time}p %^{type}p %x^{rpuls}p"
result
Sebastian Rose writes:
> * Separate template files
>
> I'd like to use Org-mode to edit templates.
>
> I'm trying this:
>
> (setq org-capture-templates
> (
> `(
> ("l" "Lauf" entry (file+headline "notes/Laufen/Training.org"
> "Training")
> ,(org-file-contents "~/em
Bernt Hansen writes:
> This all sounds really good. I look forward to test driving it when I
> have some extra time to tinker with my setup. I really appreciate the
> effort you went through to keep the existing remember process so that I
> can try these in parallel -- this will make me try it
Carsten Dominik writes:
> None of what I describe is set in stone yet - let me know if you have
> comments, change requests or other ideas.
>
> My feeling right now is that this should become the default capture
> system, and that we will keep the current org-remember in the
> distribution for qui
Aloha Erik,
The rules defined in booktabs work with longtables, if that is what
you are asking.
All the best,
Tom
On Jun 22, 2010, at 11:36 AM, Erik Butz wrote:
Hi all,
I found a very old thread on the list about using the booktabs package
to have nicer tables in latex export.
I found th
"Hellekin O. Wolf" writes:
> How do you guys use CATEGORIES, PROPERTIES and TAGS in combination
> with TODO states and Org-Agenda to optimize your GTD workflow?
I use CATEGORIES mainly as a visual cue in my agenda to help categories
tasks. Other than that it doesn't really do anything in my set
Hi all,
I found a very old thread on the list about using the booktabs package
to have nicer tables in latex export.
I found that, making the changes below I can use the booktab package
to export tables, and using standard tables only, this seems to work
fine.
Can anyone advice on whether this k
* lisp/org.el (org-time-string-to-absolute):
Ignore the cyclic repeater when displaying items on today's agenda
date. If you have a weekly task and miss the date the agenda view
will show more than a week late now instead of resetting on the
cyclic repeating date. This makes it much more
Hi,
below a trivial fix to the describtion of the orgtbl-to-html function
Hope I didn't miss something obvious ;)
Cheers,
Erik
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 46efc28..f6b77aa 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4226,7 +4226,7 @@ this function is
Hello list,
I'm quite impressed posting on this list of genious coders who brought
such a powerful tool as org-mode. Not honey-licking your shoes.
Being allergic to linear time and its implementation (calendars,
clocks...), I found org-mode of great help when dealing with normal
people.
Using th
Carsten Dominik writes:
> New implementation of the Org remember process
> ==
Cool!!
> 6.4 Multiple capture events going on at the same time
> ==
>
>If you need to capture
Hi,
as already said, I really like the new org-capture interface. But
there's one thing concerning the templates, which might be optimized a
bit.
I want to add certain information accessible with template escapes as
properties. So as an example, I have a template like this:
("t" "TODO" entry
On Tue, 22 Jun 2010 14:36:15 +0200, Carsten Dominik
wrote:
[...]
> 1. Run
>
> M-x org-capture-import-remember-templates RET
>
> to get a translated version of your remember templates into the
> new variable `org-capture-templates'. This will "mostly" work,
> but maybe n
Carsten Dominik writes:
Hi Carsten,
> 1. Run
>
> M-x org-capture-import-remember-templates RET
That didn't work completely for me. It generated entries like
("t" "TODO" entry
(file+headline "/home/horn/repos/org/remember.org" bottom)
"* TODO %?\n %i")
but capturing expected
Stefano Zacchiroli wrote:
> On Tue, Jun 22, 2010 at 10:35:11AM -0400, Nick Dokos wrote:
> > Next time you are online, just git clone the Worg repository to your
> > machine. Then periodically, git pull. Problem solved.
>
> Sure, the problem will be solved for *me* (in fact, it already is: I
> cl
On Tue, Jun 22, 2010 at 10:35:11AM -0400, Nick Dokos wrote:
> Next time you are online, just git clone the Worg repository to your
> machine. Then periodically, git pull. Problem solved.
Sure, the problem will be solved for *me* (in fact, it already is: I
cloned the Worg repo just a minute later r
I have my agenda set to start up in a Month view, from today. At
least, that is how it starts. But if I switch to day or week, view,
then back to month view, it shows the entire month, from day 1, not the
30 days from today.
Anyone know what I have set wrong? Or am doing wrong? Thanks,
Da
Nick Dokos writes:
> Stefano Zacchiroli wrote:
>
>> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
>> >>>(I've only now noticed that the FAQ it not part of the installed
>> >>>org-mode documentation, at least not in my distribution package: any
>> >>>reason for that?)
>> >>
>> >
I've RSS feeds with which does not work without that change.
Signed-off-by: Julien Danjou
---
lisp/org-feed.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-feed.el b/lisp/org-feed.el
index 37b2327..071ee79 100644
--- a/lisp/org-feed.el
+++ b/lisp/org-feed.e
Hi all,
> Regarding the clocked times:
>
>>> I just read this and before nobody answers, I'll give you a small POC that
>>> should work for you. As far as I can tell it doesn't break anything.
>>>
>>> (defun org-clock-out-mark-clock ()
>>> (unless remove (insert (format " (%s)" user-full-name)))
Matt Price wrote:
> I'm now using emacs for almost everything and of course that's great,
> except that it is essentially a single-threaded OS that currently
> HANGS with some frequency (100% CPU usgte that will continue for hours
> if you let it go. I think this probably has something to do wi
At Tue, 22 Jun 2010 15:06:08 +0200,
Carsten Dominik wrote:
>
>
> On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote:
>
> > Sebastian Hofer wrote:
> >> At Tue, 22 Jun 2010 11:51:30 +0200,
> >> Giovanni Ridolfi wrote:
> >>> Sebastian Hofer writes:
> >>>
> I'm working on a customized latex-expo
Stefano Zacchiroli wrote:
> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
> >>>(I've only now noticed that the FAQ it not part of the installed
> >>>org-mode documentation, at least not in my distribution package: any
> >>>reason for that?)
> >>
> >>I think it's not included be
Hi Carsten,
On Tue, Jun 22, 2010 at 7:47 PM, Carsten Dominik
wrote:
[..]
> Note that the rounding only works now if you use S-up and S-down
> on the minutes. If you give your function of 13 minutes, it will change all
> time stamps by 13 minutes, not a rounded number.
>
> HTH
Thanks!
--
Puneet
On Jun 22, 2010, at 4:29 PM, Sebastian Rose wrote:
Carsten Dominik writes:
Wooow, that was incredibly fast!
:-)
template keys used to be characters, now in org-capture.el they are
strings.
Does the patch handle this correctly?
I wondering about that, too. But some nice perso
On Jun 22, 2010, at 4:20 PM, Sebastian Rose wrote:
'(("t" "templates adding table lines")
("ta" "add to table a" table-line (file+headline "~/notes.org"
"Table A))
("tb" "add to table b" table-line (file+headline "~/notes.org"
"Table B))
("tc" "add to table c" table-line (fi
Giovanni Ridolfi writes:
> Richard Riley writes:
>> Giovanni Ridolfi writes:
>
>> The suggestion for the user to clone the worg git is probably the best
> I agree: the people who want to have worg will clone it, other (me ;)
> are free not to download it.
>
>> but I see no reason, if its not si
Hi all,
Carsten Dominik wrote:
> On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote:
>> Sebastian Hofer wrote:
>>> Giovanni Ridolfi wrote:
Sebastian Hofer writes:
>
> I noticed that if you skip a level in the outline structure (cf. example
> below) it is not exported to latex. Is t
Sebastian Hofer wrote:
> At Tue, 22 Jun 2010 11:51:30 +0200,
> Giovanni Ridolfi wrote:
> >
> > Sebastian Hofer writes:
> >
> > > I'm working on a customized latex-export-class for a CV.
> > nice!
> > > I noticed that if you skip a level in the outline structure
> > > (cf. example below) it is
Carsten Dominik writes:
> 3 Why a new name?
> ~~
>
> I have - at least for now - chosen a new name for the new setup:
> ` org-capture'. There are two reasons for this:
In the manual it is "Capture - Refile - Archive". I remember searching
for "Remember" and never found it :)
Wooow, that was incredibly fast!
:-)
template keys used to be characters, now in org-capture.el they are
strings. Does the patch handle this correctly?
- Carsten
On Jun 22, 2010, at 4:20 PM, Sebastian Rose wrote:
Carsten Dominik writes:
3 Why a new name?
~~
Hi Puneeth,
I have now understood, and changed the behavior so that
your function should work correctly.
Note that the rounding only works now if you use S-up and S-down
on the minutes. If you give your function of 13 minutes, it will
change all time stamps by 13 minutes, not a rounded number
Carsten Dominik writes:
> Wooow, that was incredibly fast!
>
> :-)
>
> template keys used to be characters, now in org-capture.el they are strings.
> Does the patch handle this correctly?
I wondering about that, too. But some nice person changed
org-remember.el to take care for that (S
On Jun 22, 2010, at 4:20 PM, Sebastian Rose wrote:
Carsten Dominik writes:
3 Why a new name?
~~
I have - at least for now - chosen a new name for the new setup:
` org-capture'. There are two reasons for this:
In the manual it is "Capture - Refile - Archive". I remember
Hi Carsten,
Carsten Dominik wrote:
> Carsten Dominik wrote:
>> On Jun 21, 2010, at 12:24 PM, Sébastien Vauban wrote:
>>>
>>> Whenever collecting tasks (for example, but not limited to that), I would
>>> like one blank line to be inserted before any heading.
>>
>> this feature is coming soon, with
Hi Carsten,
On Tue, Jun 22, 2010 at 7:03 PM, Carsten Dominik
wrote:
>
> On Jun 22, 2010, at 1:10 PM, Puneeth wrote:
[..]
> no, I do not think so. The variable is called "-rounding", not "-step".
Sorry for the unclear message. Let me explain.
I tried to use the function shown below (imitating a
On Jun 22, 2010, at 3:38 PM, Martin Pohlack wrote:
On 22.06.2010 14:54, Carsten Dominik wrote:
Hi Martin,
I am rejecting this patch, but only because because I think this
issue
is taken care of in org-capture.el Let me know if you do not agree.
The documentation for outline path looks
On 22.06.2010 14:54, Carsten Dominik wrote:
> Hi Martin,
>
> I am rejecting this patch, but only because because I think this issue
> is taken care of in org-capture.el Let me know if you do not agree.
The documentation for outline path looks promising. Even header paths
are supported -- nice!
On 22.06.2010 15:38, Martin Pohlack wrote:
> Is there documentation for migrating from org-remember or will there be
> once org-capture shows up in the manual?
Never mind the question, I just saw the exhaustive other mail describing
org-remember :-).
Cheers,
Martin
__
On Jun 22, 2010, at 1:10 PM, Puneeth wrote:
Hi,
(org-timestamp-change n 'minutes) changes timestamp only by 5 minutes
(when my org-time-stamp-rounding-minutes is (0 5)) for any non-zero
value of n.
I think the timestamp should change by an integer multiple of 5. Do
you think this is correct b
Applied, thanks!
- Carsten
On Jun 22, 2010, at 1:24 PM, Bernt Hansen wrote:
Carsten Dominik writes:
Hi Bernt,
On Jun 22, 2010, at 1:39 AM, Bernt Hansen wrote:
I still think 'TODO keyword' matches any todo keyword defined in
org-todo-keywords and maybe I need to be re-educated :)
Indeed
On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote:
Sebastian Hofer wrote:
At Tue, 22 Jun 2010 11:51:30 +0200,
Giovanni Ridolfi wrote:
Sebastian Hofer writes:
I'm working on a customized latex-export-class for a CV.
nice!
I noticed that if you skip a level in the outline structure
(cf. exa
Hi Martin,
I am rejecting this patch, but only because because I think this issue
is taken care of in org-capture.el Let me know if you do not agree.
Cheers, and thanks for your contribution!
- Carsten
On May 27, 2010, at 11:43 AM, Martin Pohlack wrote:
[resending to get into the patch tra
Sebastian Hofer wrote:
> At Tue, 22 Jun 2010 11:51:30 +0200,
> Giovanni Ridolfi wrote:
>> Sebastian Hofer writes:
>>
>>> I'm working on a customized latex-export-class for a CV.
>> nice!
>>> I noticed that if you skip a level in the outline structure
>>> (cf. example below) it is not exported to l
New implementation of the Org remember process
==
Dear all,
The fact that I have let go of trying to follow up every thread on the
mailing list is really great for me, thanks to John and David for
providing issue and patch track
Richard Riley writes:
> Giovanni Ridolfi writes:
> The suggestion for the user to clone the worg git is probably the best
I agree: the people who want to have worg will clone it, other (me ;)
are free not to download it.
> but I see no reason, if its not silly amount of work
On Tue, Jun 22, 2010 at 4:40 PM, Puneeth wrote:
[..]
> A patch for the same has been attached.
Sorry hadn't looked at this piece of documentation in the manual[1]
(/ -17 6)
⇒ -2 (could in theory be −3 on some machines)
The patch could be modified to make it consistent.
Giovanni Ridolfi writes:
> Stefano Zacchiroli writes:
>> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
>(I've only now noticed that the FAQ it not part of the installed
>org-mode documentation, at least not in my distribution package: any
>reason for that?)
>>
On Tue, 22 Jun 2010 12:41:09 +0200, Stefano Zacchiroli wrote:
>
> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
> >>>(I've only now noticed that the FAQ it not part of the installed
> >>>org-mode documentation, at least not in my distribution package: any
> >>>reason for that?)
Stefano Zacchiroli writes:
> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
(I've only now noticed that the FAQ it not part of the installed
org-mode documentation, at least not in my distribution package: any
reason for that?)
>>>
>>>I think it's not included because
Carsten Dominik writes:
> Hi Bernt,
>
> On Jun 22, 2010, at 1:39 AM, Bernt Hansen wrote:
>
>> I still think 'TODO keyword' matches any todo keyword defined in
>> org-todo-keywords and maybe I need to be re-educated :)
>
> Indeed, "TODO" is used in two different ways in the documentation.
> When I
Hi,
(org-timestamp-change n 'minutes) changes timestamp only by 5 minutes
(when my org-time-stamp-rounding-minutes is (0 5)) for any non-zero
value of n.
I think the timestamp should change by an integer multiple of 5. Do
you think this is correct behaviour?
A patch for the same has been attache
At Tue, 22 Jun 2010 11:51:30 +0200,
Giovanni Ridolfi wrote:
>
> Sebastian Hofer writes:
>
> > I'm working on a customized latex-export-class for a CV.
> nice!
> > I noticed that if you skip a level in the outline structure
> > (cf. example below) it is not exported to latex.
> > Is there a reas
On Tue 22-Jun-2010 12:38
Carsten Dominik wrote:
>>> ("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO"
>>>(
>>>(org-agenda-overriding-header "SCHEDULED")
>>>(org-agenda-view-columns-initially t)
>>>(org-agenda-overriding-columns-format "%65ITEM %25Responsible
>>>
On Jun 22, 2010, at 12:28 PM, Marcel van der Boom wrote:
On Fri 18-Jun-2010 17:25
Marcel van der Boom wrote:
Hi,
I have a custom agenda command which produces a list of items which
are
scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing
that
column view is now defined i
On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
>>>(I've only now noticed that the FAQ it not part of the installed
>>>org-mode documentation, at least not in my distribution package: any
>>>reason for that?)
>>
>>I think it's not included because it's part of Worg, which I think
>
On Jun 22, 2010, at 12:17 PM, Ian Barton wrote:
On 22/06/10 08:23, Stefano Zacchiroli wrote:
On Mon, Jun 21, 2010 at 10:10:19PM +0200, Carsten Dominik wrote:
this is a FAQ:
http://orgmode.org/worg/org-faq.php#timestamps-and-system-time-
locale
Ah, thanks a lot Carsten, I did miss the FAQ e
On Fri 18-Jun-2010 17:25
Marcel van der Boom wrote:
>Hi,
>
>I have a custom agenda command which produces a list of items which are
>scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing that
>column view is now defined in 'org-agenda-custom-commands' as:
>
>[...]
>("c" "Scheduled o
On 22/06/10 08:23, Stefano Zacchiroli wrote:
On Mon, Jun 21, 2010 at 10:10:19PM +0200, Carsten Dominik wrote:
this is a FAQ:
http://orgmode.org/worg/org-faq.php#timestamps-and-system-time-locale
Ah, thanks a lot Carsten, I did miss the FAQ entry. (I've only now
noticed that the FAQ it not part
Sebastian Hofer writes:
> I'm working on a customized latex-export-class for a CV.
nice!
> I noticed that if you skip a level in the outline structure
> (cf. example below) it is not exported to latex.
> Is there a reason for this
IIRC it depends in how is written the LaTeX export.
(I thought I
Hi Bernt,
On Jun 22, 2010, at 1:39 AM, Bernt Hansen wrote:
Hi Carsten,
I was talking to Jeff Stern about tags todo matching offlist and we
think the documentation for tags-todo matching can probably be
improved.
The description of C-c a M at
http://orgmode.org/manual/Matching-tags-and-prop
Carsten,
Here is a patch for a new 'est+' summary type, including corresponding changes
for xemacs and the manual. I've done basic testing on the GNU emacs version,
but not the xemacs code.
I'm not sure the change to the manual provides the right amount of information
in the right place; I'd b
Hi Matt
I run into the same problem some time ago. I guess it's
probably the cause of wanderlust. After some idle time,
emacs will hang unless I restart the program. Try to set
'elmo-network-session-idle-timeout' variable to a reasonable
value (thanks to somebody on wanderlust's mailinglist :-)).
On Mon, Jun 21, 2010 at 10:10:19PM +0200, Carsten Dominik wrote:
> this is a FAQ:
> http://orgmode.org/worg/org-faq.php#timestamps-and-system-time-locale
Ah, thanks a lot Carsten, I did miss the FAQ entry. (I've only now
noticed that the FAQ it not part of the installed org-mode
documentation, at
On 22/06/10 02:18, Matt Price wrote:
Hi all,
I'm now using emacs for almost everything and of course that's great,
except that it is essentially a single-threaded OS that currently
HANGS with some frequency (100% CPU usgte that will continue for hours
if you let it go. I think this probably has
77 matches
Mail list logo