Hi Matt,
I am afraid I don't see any major speed improvements that could make
this happen.
Yes, one could parse all the files once, build a table in memory and
get the entries for each day from there - but that comes down to a
complete rewrite of the parser, maybe even to switching to an in
Hi THomas,
org-publish-validate-link validate links to files that show up in the
list
`org-publish-files-alist'. THis list contains all file names that are
considered part of a project and should be published. It is updated
each time you issue
a command to publish a project.
Are you sur
Fixed, thanks.
This fix is available in the git repository and will eventually
be part of release 6.35.
- Carsten
On Feb 20, 2010, at 10:51 PM, Max wrote:
Hi,
Org-mode version 6.21b in GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+
Version 2.18.3) of 2009-11-10 on vernadsky, modified by Debian.
On Sat, Feb 20, 2010 at 8:00 AM, Matt Lundin wrote:
[snip (15 lines)]
>> i seem to recall that there was an instance where an item
>> without a TODO keyword could be treated as if it was an unDONE
>> item but i can't seem to find it anymore.
>
> Assuming that you only use DONE as an inactive todo,
On Sat, Feb 20, 2010 at 11:28 PM, Nathaniel Flath wrote:
> Hello, using the org-depends package, is there any way to set
> the next task to be scheduled a certain number of days after
> the current one is finished?
not at the moment. though one can visualize the TRIGGER property
chain-siblings-sc
On Sat, Feb 20, 2010 at 11:42 PM, Nathaniel Flath wrote:
> Hello,
>
> Is there a property that will hide an item from the agenda
> until the day it is scheduled? I don't want to do this
> globally, just for specific items. Setting the style to
> 'habit' does this, but I was wondering if there was
On Sun, Feb 21, 2010 at 1:43 AM, Nathaniel Flath wrote:
> Hello,
>
> I have a todo state, PENDING, that I organize tasks that I
> cannot perform immediately. Is there a way to configure
> org-todoconfigure so that when a task is switched to PENDING,
> if it has a scheduled date that date is remove
Richard Riley writes:
> Ćukasz Stelmach writes:
>
>> Richard Riley writes:>
>>> What would the best approach be to schedule something like a radio
>>> program which is on monday to friday at a certain time for the next 20
>>> weeks?
>>
>>
>>
>> * Incredible Radio Show 20:00-20:55
>> &%%(and
>>
Hi,
Org-mode version 6.21b in GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+
Version 2.18.3) of 2009-11-10 on vernadsky, modified by Debian.
The Org entry:
* Appointments :work:
#+CATEGORY: Appt
** Testing <2010-02-20 Sat 22:00-23:30>
produces the following inco
Hello,
I have a todo state, PENDING, that I organize tasks that I cannot perform
immediately. Is there a way to configure org-todoconfigure so that when a
task is switched to PENDING, if it has a scheduled date that date is
removed?
Thanks,
Nathaniel Flath
___
Manish writes:
> have you tried Wes Hardaker's generic exporter? C-c C-e g RET. it
> should already be able to do a lot of what you want.
Ah thanks perfect, that's more than enough! Making modification
possible is of course too much trouble, having a single command to
export to wiki syntax an
On Feb 19, 2010, at 7:54 PM, Michael Gauland wrote:
carsten.dominik> this behavior is now the default, controlled by the
new user option
carsten.dominik> `org-export-ascii-table-widen-columns'.
Thanks. That's a start, but what I really want is to have long cells
folded, so
that one table r
Applied, thanks.
- Carsten
On Feb 20, 2010, at 6:50 PM, Bernt Hansen wrote:
Move the marker for the last refile location to the heading instead
of at the
end of the entry. This was causing C-u C-u C-c C-w to end up on the
heading
following the newly refiled entry.
---
This uses the same m
Applied, thanks.
- Carsten
On Feb 20, 2010, at 7:48 PM, David Maus wrote:
Hi Daniel,
Daniel E. Doherty wrote:
Hello all,
I noticed when I upgraded org from 6.21 (which comes with Emacs) to
the
git version (6.34trans), org-store-link stopped working. When I
try to
store a link from di
Hi Daniel,
Daniel E. Doherty wrote:
>Hello all,
>I noticed when I upgraded org from 6.21 (which comes with Emacs) to the
>git version (6.34trans), org-store-link stopped working. When I try to
>store a link from dired, I get a stringp nil error, with this debugger
>output:
It's a small glitch
Hello,
Is there a property that will hide an item from the agenda until the day it
is scheduled? I don't want to do this globally, just for specific items.
Setting the style to 'habit' does this, but I was wondering if there was a
more semantically-correct way.
Thanks,
Nathaniel Flath
__
Hello,
using the org-depends package, is there any way to set the next task to be
scheduled a certain number of days after the current one is finished?
Thanks,
Nathaniel Flath
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the l
This commit is available at git://git.norang.ca/org-mode for-carsten
-Bernt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Move the marker for the last refile location to the heading instead of at the
end of the entry. This was causing C-u C-u C-c C-w to end up on the heading
following the newly refiled entry.
---
This uses the same mechanism that remember mode uses for bookmarking the last
stored location. I origina
Hello all,
I noticed when I upgraded org from 6.21 (which comes with Emacs) to the
git version (6.34trans), org-store-link stopped working. When I try to
store a link from dired, I get a stringp nil error, with this debugger
output:
##
Debugger en
Hi,
I tracked down the problem to latex itself, the generated code looks like this:
\section{This is a simple heading \footnote{A footnote }}
\label{sec-1}
But to get a correct table of contents entry when a section title
contains a footnote it should look like this:
\section[This is a simple he
Applied, thanks.
- Carsten
On Feb 20, 2010, at 5:47 PM, Bernt Hansen wrote:
Fixes Lisp error: (error "Not enough arguments for format string")
when the
task to be clocked in has both a % in the heading due to the [%]
cookie and an effort.
---
I had a task "Update environment [90%]" that tr
Fixes Lisp error: (error "Not enough arguments for format string") when the
task to be clocked in has both a % in the heading due to the [%] cookie and an
effort.
---
I had a task "Update environment [90%]" that triggered this error when it
contained an effort estimate. This commit is available
On Sat, Feb 20 2010, Carsten Dominik wrote:
>> @@ -317,7 +346,10 @@ VALUE can be `on', `off', or `pause'."
>> + (setq org-timer-mode-line-timer
>> +(run-with-timer 1 1 'org-timer-update-mode-
>> line))
>
> Could you please coment on the above section? Wha
Hi Austin,
I have applied most of the patch, but I have a question:
@@ -317,7 +346,10 @@ VALUE can be `on', `off', or `pause'."
(setq org-timer-last-timer
(run-with-timer
secs nil 'org-notify (format "%s: time out" hl) t))
-
Hello
I have org-babel code like
#+begin_src R :var data=foo :file foo.png :exports results
pie(data[,2], labels = data[,1])
#+end
Hi!
Would it be possible for timers set using org-timer-set-timer to display
their current value in the mode line?
I think all of the required pieces to implement this exist already, but
I haven't been able to get it to work. The relevant functions seem to
be org-timer-update-mode-line and parts
Hello all--
I'm experimenting with the pomodoro technique [1] and trying to
integrate it with org mode. I've attached a patch that defines some
hooks for org-timer.el. My intention is to use these hooks to automate
record keeping and interactions with org-clock.
If this isn't the correct approa
28 matches
Mail list logo