Ivan Kanis writes:
> At the last two org camps we talked about conflicting appointments. I
> was thinking we could display on top of the calendar an agenda view of
> the target date. That way we can quickly see potential conflicts before
> confirming an appointment. What do you think?
You can ju
On 16.4.2011, at 15:57, Bernt Hansen wrote:
> Hi Carsten,
>
> I think bulk agenda items are totally broken now.
>
> When I mark tasks and hit B I get the following
>
> --8<---cut here---start->8---
> Debugger entered--Lisp error: (void-variable entries)
> (
Hi Carsten,
I think bulk agenda items are totally broken now.
When I mark tasks and hit B I get the following
--8<---cut here---start->8---
Debugger entered--Lisp error: (void-variable entries)
(mapc (lambda (m) (unless ... ...)) entries)
org-agenda-bulk-a
On Fri, Apr 15, 2011 at 06:40:51PM -0400, Nick Dokos wrote:
> Sylvain Beucler wrote:
>
> > When using S- to modify a date with an our range in Org 7.5, I get
> > "symbol function's definition is null : signum".
> >
> > E.g. <2011-03-10 jeu. 10:30-11:30>
> >
> > It appears that (org-modify-ts-ex
On Sat, 16 Apr 2011 01:32:31 -0700
Suvayu Ali wrote:
> (add-to-list 'load-path "~/build/org-mode/lisp")
Sorry, this line in the attachment should have been:
(add-to-list 'load-path "/Users/Tmoney/org-7.4/lisp")
--
Suvayu
Open source is the future. It sets us free.
Hi Travis,
On Fri, 15 Apr 2011 22:22:33 -0400
"Arnold, Travis" wrote:
> emacs 22.1, that is in Mac OSX 10.6.6 and Orgmode 7.4
Since you are starting out, I would recommend to start with Emacs 23.2
if it is possible. There have been too many enhancements to make the
effort definitely worth it.
Hello,
Tomer Altman writes:
> When I am using a relative timer, I can usually hit M-Ret at the end
> of the current item, to create a new time-stamped item (I'm using [X]
> for point):
>
> - 0:02:04 :: foo[X]
>
> This leads to a new timestamp item:
>
> - 0:02:04 :: foo
> - 0:02:06 ::
>
> But whe
Hello,
John Hendy writes:
> ,---
> | (latex "\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebreak{} %s}"
> |'((unless (eq todo "")
> |(format "\\textsc{%s%s}" todo priority))
> | heading content))
> `---
>
> A couple questions:
> - would you be