The logbook feature is fantastic. Thank you, Carsten.
Although this is workable around by making trailing blank lines not
split the outline, it seems worth pointing out the inconsistency for
completeness.
With the same settings as before, with the latest git, c-c c-x p
ordered RET t RET creates
> Hi Tom,
>
> thanks, this patch seems to fix at least the problem I was having.
Glad to hear it!
> I see that you now require 'cl also during runtime, which is
> probably (?) because you are also calling some functions,
> not only macros?
Yes. The configuration difficulties made me think about
Hi Tom,
thanks, this patch seems to fix at least the problem I was having.
I see that you now require 'cl also during runtime, which is
probably (?) because you are also calling some functions,
not only macros?
If we decide to move org-choose into the Org core at some point,
then we would have
Hi,
Recently I began to use org-timeline more frequently, and find the log
mode including inactive timestamps very useful for things like activity
report. However, there seems to be a small glitch:
In the timeline agenda buffer, when press "g" (org-agenda-redo), the
inactive timestamp is alw
JBash writes:
> Thank you, Matt.
>
> A followup...
> I've discovered that after setting the org-agenda-skip-scheduled-if-done to
> non-nil, I was still getting DONE items in my agenda view. I then realized
> that I'd changed the org-todo-keywords recently to:
>
> (setq org-todo-keywords '("TODO"
Thank you, Matt.
A followup...
I've discovered that after setting the org-agenda-skip-scheduled-if-done to
non-nil, I was still getting DONE items in my agenda view. I then realized
that I'd changed the org-todo-keywords recently to:
(setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE" "C
The previous message would have worked better if I had actually remembered
to attach the patch. Here it is.
Tom Breton (Tehom)
org-choose.el.diff
Description: Binary data
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
Hi, Carsten.
> One more thought: I did read in another message that you
> are using an older version of Emacs? Emacs 21?
>
> I have a vague memory that split-string might work different
> there, with empty fields at the beginning and end
>
> I am not at all sure, though. It it has to to, ma
Hi Jerry,
JBash writes:
> I have done something to break my desired behavior, which is to exclude
> DONE items from the agenda views. In the process of trying to fix it,
> I've run across what appears to be an inconsistency in the FAQ and the
> customize-variable definitions. Or maybe I'm int
I have done something to break my desired behavior, which is to exclude DONE
items from the agenda views. In the process of trying to fix it, I've run
across what appears to be an inconsistency in the FAQ and the
customize-variable definitions. Or maybe I'm interpreting it incorrectly...
(quite l
The help text in the definition of org-agenda is missing some functions that are
resented when you call the function interactively -- compare the two text blocks
below:
a Call `org-agenda-list' to display the agenda for current day or week.
t Call `org-todo-list' to display the global tod
Hi, I've tried to configure stuck projects to ignore my 'Someday / maybe' tree,
by tagging the heading with 'someday' and then setting org-stuck-projects to
ignore it.
I've used Customize, but the code in .emacs comes out as:
'(org-stuck-projects (quote ("+LEVEL=2/-DONE" ("TODO" "WAITING" "AGEND
David Bremner writes:
> I would like an agenda view that summaries the time for various
> projects for the current week. Something like a clocktable block, but
> that is dynamic (i.e. doesn't need a new file created) and allows
> navigation to the corresponding projects/files. I tried clocksum,
Jörg Hagmann writes:
> Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my
> .emacs file, with the latter it works fine.
> I must have missed the need for that (a search in the manual I performed just
> now didn't turn it up, I suppose that's why).
> Maybe I was lucky ev
Thanks, Carsten. I had neither (require 'org) nor (require 'org-install)
in my .emacs file, with the latter it works fine.
I must have missed the need for that (a search in the manual I performed
just now didn't turn it up, I suppose that's why).
Maybe I was lucky everything I tried till now wor
I would like an agenda view that summaries the time for various
projects for the current week. Something like a clocktable block, but
that is dynamic (i.e. doesn't need a new file created) and allows
navigation to the corresponding projects/files. I tried clocksum, but
it gives the total times,
The version is 6.22b.
What do you mean by "activated"? I'm regularly updating. On a second
computer, running ubuntu 8.10, I have 6.22trans, but the same problem
(no org-plot/gnuplot, when checking with M-x org- TAB).
Cheers, Jörg
Giovanni Ridolfi wrote
No. There is no org-plot/gnuplot.
Let me try a guess:
Jörg is activating Org-mode with
(require 'org)
instead of
(require 'org-install)
org-plot/gnuplot is an autoloaded function. Another work-around would
be
adding
(require 'org-plot)
to .emacs
- Carsten
On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:
---
--- Ven 13/2/09, Jörg Hagmann ha scritto:
> Giovanni Ridolfi wrote:
> > --- Ven 13/2/09, Jörg Hagmann
> ha scritto:
> >
> >> I am interested in using org-plot, but can't
> figure out
> >> how to do that. I have (on OS X 10.5):
> >>
> >> 1. Gnuplot, works
> >> 2. gnuplot-mode, works
> >> 3. or
No. There is no org-plot/gnuplot. I thought it should be included in
recent versions of org?
I'm sure, not being an expert (but enthusiastic) user of org-mode, it's
a very basic mistake of mine.
Thanks, Jörg
Giovanni Ridolfi wrote:
--- Ven 13/2/09, Jörg Hagmann ha scritto:
I am interested
Jörg Hagmann writes:
> I am interested in using org-plot, but can't figure out how to do that.
> I have (on OS X 10.5):
>
> 1. Gnuplot, works
> 2. gnuplot-mode, works
> 3. org version 6.22b
> 4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot)
> 5. a testfile containing the table from
--- Ven 13/2/09, Jörg Hagmann ha scritto:
> I am interested in using org-plot, but can't figure out
> how to do that. I have (on OS X 10.5):
>
> 1. Gnuplot, works
> 2. gnuplot-mode, works
> 3. org version 6.22b
> 4. A line in .emacs:
> (local-set-key "\M-\C-g" 'org-plot/gnuplot)
> 5. a testfile
I am interested in using org-plot, but can't figure out how to do that.
I have (on OS X 10.5):
1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot)
5. a testfile containing the table from the manual (section 3.6)
Now what?
On Fri, Feb 13, 2009 at 3:41 PM, Andreas Burtzlaff wrote:
> First of all congratulations for this extraordinary helpful piece of
> software.
>
> I wonder whether it is possible to create a link (optionally with
> complete file information) for the headline the cursor is currently on
> and put it in
On 13 Feb 2009, at 07:25, Carsten Dominik wrote:
On Feb 12, 2009, at 6:31 PM, Peter Westlake wrote:
Carsten,
Thank you for adding org-revert-all-org-buffers. It's very helpful
with
syncing. I would like to ask for another change to help with syncing:
please have org-save-all-org-buffers
On Feb 11, 2009, at 4:43 PM, Giovanni Ridolfi wrote:
Hi, everybody,
Org-mode version 6.22b
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
I found an unexpected behaviour, a bug ?, in TBLFM
(well I've already reported it in
http://lists.gnu.org/archive/html/emacs-orgmode
On Feb 13, 2009, at 5:09 AM, Alan E. Davis wrote:
I've gotten into a bit of a bind on sorting. A little explanation:
I've been working at keeping the ~/org directory of three machines
syncronized through a master repo on a USB flash drive. I've made a
bit of progress, and for simple upda
First of all congratulations for this extraordinary helpful piece of software.
I wonder whether it is possible to create a link (optionally with complete file
information) for the headline the
cursor is currently on and put it in the kill ring.
That would speed things up quite a bit.
Thanks
And
28 matches
Mail list logo