Dear All,
I probably miss something here, but I really cannot get subtasks stats
to work (i.e. what's described in the manual at "5.5 Breaking tasks down
into subtasks").
For instance, in the snippet below :
*** Cage [%]
DONE Redesign motherboard
SCHEDULED: <2009-07-29 mer.>
- Sta
I have a bad habit. How can I defeat it?
Often an elipsis ("...") is seen at the bottom of a new entry from a
remember template. I find myself deleting them, compulsively. I'm not so
sure, but I THINK that sometimes this is ok, and I now am afraid I have
discovered that at some times a whole bu
Hi Carsten,
thanks for another great release of my favorite mode!
> Allow LaTeX export to use the listings package
I will definitively test this one extensively :)
We always wanted to have this, but... Thanks Eric!
I hope to get rid of all that weired stuff I used to typeset source code
as seen
Michel Blanc writes:
> Dear All,
>
> I probably miss something here, but I really cannot get subtasks stats
> to work (i.e. what's described in the manual at "5.5 Breaking tasks down
> into subtasks").
>
> For instance, in the snippet below :
>
> *** Cage [%]
> DONE Redesign motherboard
>
I would NEVER EVER EVER delete naked ellipses, this is dangerous.
Press `C-c C-r' in their vicinity, this should hopefully fix the
problem. Otherwise, `M-x show-all' will always do the trick.
- Carsten
On Sep 1, 2009, at 11:32 AM, Alan E. Davis wrote:
I have a bad habit. How can I defeat
> I would NEVER EVER EVER delete naked ellipses, this is dangerous.
If Carsten's capital letters don't cure you of the habit, I don't know
what will. :-)
Seriously, try to train yourself to think of those ellipses, as code
for "everything productive you did in Emacs over the last excruciating
hou
Sebastian Rose a écrit :
> `C-c #' is what doesn't work here (not sure why). But moving to some
> subheading and pressing `S-LEFT S-RIGHT' will update the top headline
> here.
Yes, it works ! Thanks !
>
>
>> Another example is here :
>>
>> DONE Web interface [100%]
>> - [X] Fix lang p
Carsten Dominik writes:
> New command to submit a bug report
> ---
>
> There is now a special command `M-x org-submit-bug-report'. This
> command will create a mail buffer with lots of useful details.
> In particular, it contains complete version information for E
---
This patch is available at git://git.norang.ca/org-mode for-carsten
lisp/org.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index c851dc1..113925f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15493,7 +15493,7 @@ such private informatio
Nick Dokos writes:
> Thomas S. Dye wrote:
>
>> git pull counts, compresses, receives objects, resolves deltas,
>> updates and fails with this message:
>>
>> error: Entry 'Makefile' not uptodate. Cannot merge.
>>
>> As far as I know Makefile is up-to-date.
>>
> You might also want to have a
The select-frame-set-input-focus function doesn't exist in xemacs, which
was recently added in org-eval-in-calendar. This seems to be a common
problem as gnus defines this to get around it:
(defun gnus-select-frame-set-input-focus (frame)
"Select FRAME, raise it, and set input focus, if possib
Hi,
I've been using org, but it is starting to bug me that it relies so
heavily on control-c this and control-u control-c that. It is now also
the case that there is a bewildering array of key strokes to memorise.
You only need to look at the org-mode reference card to see that.
In my personal co
Bernt Hansen wrote:
> Nick Dokos writes:
>
> > Thomas S. Dye wrote:
> >
> >> git pull counts, compresses, receives objects, resolves deltas,
> >> updates and fails with this message:
> >>
> >> error: Entry 'Makefile' not uptodate. Cannot merge.
> >>
>
> >
>
> There's a description of how
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know hoe to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
On Sun, Aug 23, 2009 at 6:19 AM, Nick Dokos wrote:
> Noorul Islam wrote:
>
>> On Sat, Aug 22, 2009 at 7:19 PM, Matt Lundin wrote:
>> > Noorul Islam wrote:
>> >>
>> >> On Sat, Aug 22, 2009 at 6:48 PM, Matt Lundin wrote:
>> >> > Noorul Islam writes:
>> >> >
>> >> >> In an org-file I typed in #+A fo
Hello list,
I have a requirement for calculating the time spent on repetitive
task. Say for example checking mails. I don't have a specific schedule
or deadline for this task.
* TODO Check Mail
I went through this document,
http://orgmode.org/org.html#Repeated-tasks. The methodologies
mentioned
"Tim O'Callaghan" writes:
> I've been using org, but it is starting to bug me that it relies so
> heavily on control-c this and control-u control-c that. It is now also
> the case that there is a bewildering array of key strokes to memorise.
> You only need to look at the org-mode reference card
Hi Noorul,
Noorul Islam writes:
> Hello list,
>
> I have a requirement for calculating the time spent on repetitive
> task. Say for example checking mails. I don't have a specific schedule
> or deadline for this task.
>
> * TODO Check Mail
>
> I went through this document,
> http://orgmode.
Hello,
When marking an item as DONE, I would like to be able to press "n"
if I want to leave a note, and press "d" to just mark the item as DONE.
I've tried using this trick:
(setq org-todo-keywords '(
(sequence "TODO(t)" "STARTED(s)" "|" "DONE(n@/@)" "DONE(d!)")
I also tried this:
(sequence
Matt Lundin imapmail.org> writes:
>
> An aside: Swapping caps-lock and control makes C-c a very convenient
> key combination.
>
If things come that one can also configure e.g. the right control
key as a special prefix key which makes such combinations even
more convenient, because unlike "C-c a
Nathan Neff writes:
> Hello,
>
> When marking an item as DONE, I would like to be able to press "n"
> if I want to leave a note, and press "d" to just mark the item as DONE.
>
> I've tried using this trick:
>
> (setq org-todo-keywords '(
> (sequence "TODO(t)" "STARTED(s)" "|" "DONE(n@/@)" "DONE(d!
> Nathan Neff writes:
>> Hello,
>>
>> When marking an item as DONE, I would like to be able to press "n"
>> if I want to leave a note, and press "d" to just mark the item as DONE.
>>
>> I've tried using this trick:
>>
>> (setq org-todo-keywords '(
>> (sequence "TODO(t)" "STARTED(s)" "|" "DONE(n@/@
Hi Nathan,
Sorry for my typo (see below).
Sebastian Rose writes:
> Nathan Neff writes:
>> Hello,
>>
>> When marking an item as DONE, I would like to be able to press "n"
>> if I want to leave a note, and press "d" to just mark the item as DONE.
>>
>> I've tried using this trick:
>>
>> (setq or
WOW! The first bug report with the new function!!! :-)
Applied, thanks.
- Carsten
On Sep 1, 2009, at 4:42 PM, Sebastian Rose wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know hoe to make a good report?
See
http://
The agenda list would be easier to parse with the eye if each
priority level (A, B, C) had its own face. This way the user
could optionally set a background color for these priorities, so
priority items would stand out from the todo list.
___
Emacs-org
On Sep 1, 2009, at 4:07 AM, Bernt Hansen wrote:
Nick Dokos writes:
Thomas S. Dye wrote:
git pull counts, compresses, receives objects, resolves deltas,
updates and fails with this message:
error: Entry 'Makefile' not uptodate. Cannot merge.
As far as I know Makefile is up-to-date.
You m
On Tue, Sep 1, 2009 at 8:45 PM, Sebastian Rose wrote:
> Hi Noorul,
>
>
>
>
>
>
>
> Noorul Islam writes:
>> Hello list,
>>
>> I have a requirement for calculating the time spent on repetitive
>> task. Say for example checking mails. I don't have a specific schedule
>> or deadline for this task.
>>
Orgers,
Repetitive strain injury is real and important.
One thing that you can do is to ensure that you have a keyboard that
has modifier keys on both sides. You should pound a new habit into
your cerebellum: use two hands.
For example, c-c c-o should look like this:
r hand presses ctrl
l
Clarification.
On 2009-09-01, Samuel Wales wrote:
> Ideally, the most important c-c and c-x operations would be on the
> lhs. That way, you can hold down ctrl and press the two keys.
I mean c-c c-letter not c-c letter here.
--
Myalgic encephalomyelitis causes death (Jason et al. 2006)
and sev
Emacs can definitely lead to RSI - Richard Stallman, the creator,
developed it.
I am quite prone to RSI, which led me to VIM due to its modal
operation (very few modifier key combos). I used VIM for quite a while
and did not have any issues, but org-mode pulled me to emacs. I now
use a ki
Samuel Wales gmail.com> writes:
>
> One thing that you can do is to ensure that you have a keyboard that
> has modifier keys on both sides. You should pound a new habit into
> your cerebellum: use two hands.
>
> ...
>
> Many (maybe even most) will find this idea strange. But I urge all of
>
Try c-h v org-priority-faces.
--
Myalgic encephalomyelitis causes death (Jason et al. 2006)
and severe suffering. Conflicts of interest are destroying
research. What people "know" is wrong. Silence = death.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm
_
Samuel Wales gmail.com> writes:
>
> Try c-h v org-priority-faces.
>
Silly me, I forgot to check if a later version has that feature.
I'm still on 6.21b.
Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the li
Hi Carsten,
Thanks for the release! The dedicated frame patch does not actually
appear to be in this release, though.
On Tue, Sep 1, 2009 at 12:20 AM, Carsten
Dominik wrote:
> Hi,
>
> I am releasing Org-mode version 6.30.
>
> Enjoy!
>
> - Carsten
>
> Changes in Version 6.30
>
Samuel Wales writes:
> Repetitive strain injury is real and important.
>
> One thing that you can do is to ensure that you have a keyboard that
> has modifier keys on both sides. You should pound a new habit into
> your cerebellum: use two hands.
>
> For example, c-c c-o should look like this:
>
El mar, sep 01 2009 a les 11:32, Alan E. Davis va escriure:
> What's the scoop about elipses? Which variables are relevant? Can I defeat
> this habit by reconfiguring, or do I have to force myself to have better
> habits?
You can change how the ellipsis look so that you are more careful and do
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know hoe to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
PT wrote:
> Samuel Wales gmail.com> writes:
>
> >
> > Try c-h v org-priority-faces.
> >
>
> I installed the latest org and tried it. It helps a bit, but it's
> not really what I thought of. The full header text of the prority
> todo item should have a distinct background color in the agenda
Well noted.
Alan
You can know the name of a bird in all the languages of the world, but when
you're finished, you'll know absolutely nothing whatever about the bird...
So let's look at the bird and see what it's doing---that's what counts.
Richard Feynman
>
>
__
* On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern
(hsiu-khuern.t...@hp.com) wrote:
> * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com)
> wrote:
> > Hi Hsiu-Khuern,
> >
> > I've just pushed a fix for this: when the "src" switch is present,
> > including a file won't
Hsiu-Khuern Tang wrote:
> * On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern
> (hsiu-khuern.t...@hp.com) wrote:
> > * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com)
> > wrote:
> > > Hi Hsiu-Khuern,
> > >
> > > I've just pushed a fix for this: when the "src" switc
* On Tue 10:47PM +, 01 Sep 2009, Dokos, Nicholas (nicholas.do...@hp.com)
wrote:
> Hsiu-Khuern Tang wrote:
> > It looks Org has reverted to the old behavior: inserting a comma at a
> > beginning
> > of every line in the #INCLUDE'd file that starts with whitespace followed
> > by #.
> >
> >
"Sven Bretfeld" writes:
> writes:
>
>>can anyone recommend a small emacs implementation that will run org?
>>I have Debian running on my G1 phone (see here:
>>http://www.emacswiki.org/emacs/EmacsOnAndroid),
>>and have been running Emacs 22 on it successfully.
>>However it d
Hi,
please remember a org-file is still (and thankfully and amazingly) a plain text
file. As long as you are not going to make big changes, any other (smaller)
text editor will do, e.g., nano, pico, *cough* vim *cough*.
I found myself comfortable to export the org-file to html and display it in
Nick Dokos hp.com> writes:
>
> You missed the *other* variable
>
> C-h v org-agenda-fontify-priorities
>
Damn! Org is again a step ahead of me. :D
Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Hi Hsiu-Khuern,
I am not able to reproduce the problem.
- Carsten
On Sep 2, 2009, at 12:03 AM, Hsiu-Khuern Tang wrote:
* On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern (hsiu-khuern.t...@hp.com
) wrote:
* On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com
) wrote:
Hi Andrew,
Org does take care of this possibility. All I get in my simple
test case is the following message:
Acted on 1 entries, skipped 2 (disappeared before their turn)
That is not an error, it is just feedback.
Or are you really getting an error?
- Carsten
On Sep 1, 2009, at 9:06 PM,
47 matches
Mail list logo