On Mon, Nov 2, 2009 at 02:47, Carsten Dominik wrote:
> Hi Chris,
>
> On Oct 30, 2009, at 10:47 PM, Chris Leyon wrote:
>
>> When I generate a clock report in the agenda, the Headline column
>> contains things that *look like* Org links. I can mouse-1 or mouse-2
>>
When I generate a clock report in the agenda, the Headline column
contains things that *look like* Org links. I can mouse-1 or mouse-2
on them and the corresponding items pop up correctly. But if I move
point onto one of these and press Return, I am told "Command not
allowed in this line", even t
On Sat, Oct 24, 2009 at 08:49, Matt Lundin wrote:
>> it out of my agenda and todo file, I also want to file a note about the
>> issues, and what I learned about them.
>
> I'm quite not sure I understand what you're asking, but wouldn't it be
> simplest to mark the item as DONE? Inactive todos do n
I wanted this operation on a key (rather than a menu option), so I am
sharing my function in case anyone else finds it useful:
(defun org-toggle-link-style ()
"Toggle between descriptive and literal link styles."
(interactive)
(if (member '(org-link) buffer-invisibility-spec)
;; descri
On Tue, Aug 25, 2009 at 11:31, Manish wrote:
> On Tue, Aug 25, 2009 at 8:38 PM, Christian Egli wrote:
>> No. Why would you want to do cursor motion in the agenda?
>
> One could make part of a heading a link to, say, an email, and may want to
> visit that.
Clockreport also shows links which can be
Another solution would be to use "f" and "b" to move forward and
backward in time. Some other Agenda bindings would have to change to
accommodate this. Old "f" (org-agenda-follow-mode) could become "F"
which is unused. But "b" and "B" are both used and would need to be
remapped.
Obviously this
On Sun, Aug 23, 2009 at 10:17, Nick Bell wrote:
> At present they look like this:
>
> (1/2): John's Event <2009-09-03 Thu>--<2009-09-04 Fri>
>
> I would rather the <2009-09-03 Thu>--<2009-09-04 Fri> was missed off
> entirely as it's obvious from the agenda when the dates are.
> Nick
In my
For some semi-short time, org-ido-switchb has been broken, complaining
about wrong type arguments. The attached one-line patch corrects
this.
--- org.el.orig 2009-03-26 11:38:36.0 -0400
+++ org.el 2009-03-26 11:39:09.0 -0400
@@ -12624,7 +12624,7 @@
(t
On Thu, Jan 29, 2009 at 3:49 AM, Carsten Dominik wrote:
> list all the Org-related variables that you have customized,
> along with the values you used?
Here are my settings:
(setq
org-directory (file-name-as-directory
(cond ((at
On Thu, Dec 18, 2008 at 5:09 PM, Carsten Dominik wrote:
> Hi Chris,
> can I add this to Org-mode?
> - Carsten
Of course. It's just your org-iswitchb function with the
unwind-protect & iswitchb-mode stuff taken out.
___
Emacs-orgmode mailing list
Reme
I recently switched from iswitchb to ido, but I missed org-iswitchb.
So I wrote an ido version.
org-ido-switchb.el
Description: Binary data
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:
There is a precedent in the Emacs manual -- Appendix E, Antinews: "For
those users who live backwards in time [...]"
:-)
I admit there may not be great practical utility in a negative time
range. But the interval is well-defined so it ought to be computed
correctly. I would say that a wrong ans
When Org automatically computes a time interval which is negative, it
is off by 1 hour. (This may or may not be related to Chris Willard's
"1 hour earlier" problem.) Positive time intervals seem okay. I'm
using 6.08c on GNU Emacs 22.1.
To reproduce: emacs -Q
Start with this line:
CLOCK: [2008
On Mon, Apr 7, 2008 at 4:16 PM, Dan Davison <[EMAIL PROTECTED]> wrote:
> Why is is that I have to use for org-metaright, and
> brings up the message: ' is undefined'? What's an appropriate way to
> tell org-mode to use Alt as Meta in this situation?
> Thanks!
> Dan
Try putting `(setq x-alt-
On Dec 13, 2007 2:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote:
> I have been trying to rewrite the code to avoid the custom-set-variables in
> .emacs but have finally come unstuck with this bit:
> [...]
> "Invalid read syntax: Invalid string property list" error when launching
> Emacs and narrowe
I ran into this behavior while sorting table lines but it may happen
elsewhere too. In a nutshell, I'd like to alphabetical-sort (C-c ^ a)
| alpha |
| [[file:beta][beta]] |
| gamma |
into the order shown, but currently the "beta" line sorts less than
"alpha". I can't claim it's a bug--the behav
On 11/6/07, William Henney <[EMAIL PROTECTED]> wrote:
> The big problem I have with info is in setting it up so that it finds
> the right files. For instance, I have totally failed to work out how I
> can tell it where my org info files are, with the result that it
> always shows me the old version
I currently use Planner for organizing my work activities & notes and
am contemplating converting to Org-mode, but there is a capability
that Planner has which Org doesn't (AFAIK) that is holding me back.
(No flamewar please.)
I have hundreds of Planner files, one for each of my customers, with
Wi
18 matches
Mail list logo