Re: [Orgmode] More on GTD, browse todos by priority or creation date

2009-11-16 Thread Andrew Hyatt
org-mode's priority doesn't actually work well with GTD. In org-mode, priority is not inherited, so you can't prioritize projects, only tasks. Usually when this has come up on the list before, the answer is to use tags for priority when you want to prioritize tasks. On Mon, Nov 16, 2009 at 5:41

[Orgmode] Bug in org-babel-load-file

2010-02-06 Thread Andrew Hyatt
Hi guys, There appears to be a bug in org-babel-load-file, where it calls org-babel-tangle-file with file and base-name. Instead of using base-name, it should probably use the exported-file. This causes an issue where the elisp I am extracting is put in "foo.bar" instead of "foo.bar.el". Stran

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-12 Thread Andrew Hyatt
This looks great. However, I get an error on my test mail: This is should be HTML mode. ~foo~ =bar= _baz_ | Table | A | | 1 | 2 | On calling org-mime-htmlize Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match(nil #("This is should be HTML mode." 0 28 (fontified

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-12 Thread Andrew Hyatt
hich should hopefully fix > this problem. Please let me know either way, and if the problem > persists we can try to figure out exactly which variable isn't being > initialized. > > Thanks for the report! -- Eric > > Andrew Hyatt writes: > > > This looks g

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-13 Thread Andrew Hyatt
g up > Emacs with the -Q option, then loading org-mime.el, opening an org-mode > file, and calling org-mime-org-buffer-htmlize, and sending an email to > yourself. > > Sorry I can't be of more help, I'm really mystified as to how this > function could be returning nil. >

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-14 Thread Andrew Hyatt
old version of Org-mode. Hopefully once you > are sync'd to the head of the org-mode repository this error will be > fixed. > > Hope this helps, Best -- Eric > > Andrew Hyatt writes: > > > I do get the same result you do. Hopefully, I'll have some time

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrew Hyatt
While we're talking about scheduling... one thing I'd love to see, but never figured out how to do, is to schedule a parent task, and have the subtasks all inherit that schedule. I think I've tried most obvious things, but schedules seem just not to be inherited. On Wed, Oct 12, 2011 at 1:12 PM,

[O] Archive to date-tree

2011-11-02 Thread Andrew Hyatt
Would anyone be interested in the ability to archive to the current date in date-tree instead of an archive file? I'm toying with the idea of implementing this, and I could send it in as a patch when it is done, or just leave it as a personal module if no one is particularly interested.

[O] [PATCH] Add the ability to archive to the datetree.

2011-11-08 Thread Andrew Hyatt
* org.el (org-archive-location): Add documentation on new datetree option. * org-archive.el (org-archive-subtree): Add special handling of datetree options to archive to datetree. --- lisp/org-archive.el | 21 + lisp/org.el |7 +++ 2 files changed, 24 inserti

Re: [O] [PATCH] Add the ability to archive to the datetree.

2011-11-09 Thread Andrew Hyatt
entation for this > enhancement? > > -Bernt > > Andrew Hyatt writes: > >> * org.el (org-archive-location): Add documentation on new datetree >> option. >> * org-archive.el (org-archive-subtree): Add special handling >> of datetree options to archive to dat

[O] [PATCH] Add the ability to archive to the datetree.

2011-11-09 Thread Andrew Hyatt
* org.el (org-archive-location): Add documentation on new datetree option. * org-archive.el (org-archive-subtree): Add special handling of datetree options to archive to datetree. --- doc/org.texi| 22 +- lisp/org-archive.el | 21 + lisp/org.el

Re: [Orgmode] OrgCamp in NYC?

2011-01-24 Thread Andrew Hyatt
I'd love to attend a NYC one, and can probably arrange for hosting in a nice space in Manhattan as well. On Sat, Jan 22, 2011 at 6:23 PM, Bradley M. Kuhn wrote: > Bastien wrote on Thursday the 6th: >>   "OrgCamps are informal events where people gather IRL to contribute >>    to Org by discussing

Re: [O] [OT] Xiki - could something like that be done with emacs+orgmode?

2012-09-18 Thread Andrew Hyatt
The xiki video is interesting, and I immediately thought of babel. However, babel sh-mode doesn't have support for execution yet. Even if it did, it wouldn't be a really good alternative, due to babel's verbosity. One idea is to have a babel subtree (or buffer) that is keyed to a specific language

Re: [O] [OT] Xiki - could something like that be done with emacs+orgmode?

2012-09-19 Thread Andrew Hyatt
f I can get it removed as I proposed above. On Wed, Sep 19, 2012 at 2:27 AM, Sean O'Halpin wrote: > On Wed, Sep 19, 2012 at 4:37 AM, Andrew Hyatt wrote: > >> The xiki video is interesting, and I immediately thought of babel. >> However, babel sh-mode doesn't have sup

Re: [O] Org Writer's room

2012-12-05 Thread Andrew Hyatt
This sounds like an interesting project. My advice is to make a few screenshots that give people an idea what you are working towards. Of course, they could be completely fake, but it would be helpful to understand for people like me who haven't used Scrivener. On Wed, Dec 5, 2012 at 11:01 AM,

[O] Adding the ability to archive into the datetree (updated)

2012-01-28 Thread Andrew Hyatt
Hi everyone, I previously sent out a patch to add the ability to archive into the datetree. The ability to store finished items by date (along with any other journal-type entry) seems pretty useful to me, which is why I wrote this. Bernt Hansen did a review of my previous patch, and did a great

[Orgmode] Coloring jabber contacts in org-mode tags according to availability

2009-05-02 Thread Andrew Hyatt
I like to put coworker's usernames as tags to my tasks, if I need to interact with them to get the task done. Looking over the agenda for the day while i decide on my next task, I decided I wanted to see if my coworkers were available so that I don't have to check around when deciding on my next t

Re: [Orgmode] org-mode Google Wave Integration

2009-05-29 Thread Andrew Hyatt
I agree that this is promising. I'd like to see a general emacs integration first, then it would be easier to write an org-mode customization on top of that. From a cursory glance at the apis, I didn't see an obvious way to integrate with it in the low-level way that would make the emacs closely

Re: [Orgmode] Release 6.30

2009-09-01 Thread Andrew Hyatt
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 >        

[Orgmode] Org-mode version 6.30 (release_6.30); Batch archiving needs to be more clever

2009-09-01 Thread Andrew Hyatt
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. -

Re: [Orgmode] Re: Release 6.30

2009-09-02 Thread Andrew Hyatt
Yep, that was my confusion. Thanks! On Wed, Sep 2, 2009 at 5:30 AM, Carsten Dominik wrote: > > On Sep 2, 2009, at 10:11 AM, Tassilo Horn wrote: > >> Carsten Dominik writes: >> >>> it is this commit: >>> >>> bbc27c011ab5d44d37dca662d1a393d429dbe4b3 >> >> That commit is in, but grepping for separa

Re: [Orgmode] Org-mode version 6.30 (release_6.30); Batch archiving needs to be more clever

2009-09-02 Thread Andrew Hyatt
isappeared 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, Andrew Hyatt wrote: > >> >> Remember to cover the basics, that is, what you expected to happen and &g

[Orgmode] using org-mode and screen

2008-01-27 Thread Andrew Hyatt
Hi everyone, I use org-mode religiously these days. I blogged about my use here ( http://technical-dresese.blogspot.com/2007/08/org-mode.html) (please excuse the fact that when I wrote this I didn't know about the existing org-mode functionality to jump to the current clock). I generally have a p

Re: [Orgmode] using org-mode and screen

2008-02-03 Thread Andrew Hyatt
Cool. I'll send something along to you when I package it up... On Feb 3, 2008 3:22 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Well, Andrew, > if you write an extension, I will put it into the CONTRIB directory of the > distribution. > > - Carsten > > On J

Re: [Orgmode] using org-mode and screen

2008-02-06 Thread Andrew Hyatt
hen you > may want to consider 'dtach', which is pretty much just the feature of > screen. Consequently it has less keybindings etc, and is more > compatible with various programs. I've not really used it with emacs, > but you might consider it unless you use screens

Re: [Orgmode] Sync appointments to Google Calendar

2008-03-09 Thread Andrew Hyatt
Another solution is just create the entries in calendar with emacspeak google calendar integration turned on. http://bc.tech.coop/blog/070306.html On Sun, Mar 9, 2008 at 9:54 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Mar 7, 2008, at 11:14 PM, Kyle Sexton wrote: > > All, > > I was won

[Orgmode] Fix for emacs 23 bug on inserting diary entries

2008-07-24 Thread Andrew Hyatt
I remember seeing an emacs 23 git branch at some point, but I looked around and cannot locate it anymore. At any rate, this may be a dup, but in emacs 23 inserting diary entries in the agenda does not work. Here's the patch to fix it: diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 23

[Orgmode] Patch to add schedule propagation to org-depend

2009-02-03 Thread Andrew Hyatt
I like to schedule items I'm supposed to be working on, so I like when I complete a task that the next sibling task gets the schedule from the previous one. This implements that kind of workflow with the org-depend contrib package. I've also added a few methods to org.el to make working with sche

Re: [O] [BUG] (wrong-type-argument wholenump nil)

2013-09-16 Thread Andrew Hyatt
I see this as well with org-indent-line-to, and org-clock-in. org-clock-in calls org-indent-line-to with a negative number, and org-indent-line-to calls indent-line-to with a negative number, which calls move-to-column with a negative number. But move-to-column doesn't allow negative numbers.

[O] bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive

2016-01-10 Thread Andrew Hyatt
I can't reproduce this under Emacs 25. As this bug is a bit old, I'm guessing it has been fixed in the meantime. Please let me know if you can still reproduce it, though. I'll mark this as unreproducible now, and close it in a few weeks if you can't reproduce it either under Emacs 25. Steve Purce

[O] bug#2409: bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive

2016-01-11 Thread Andrew Hyatt
On Mon, Jan 11, 2016 at 5:43 PM Michael Brand wrote: > Hi Andrew > > I would like to give some feedback to what you originally asked Steve: > > > On Mon, Jan 11, 2016 at 5:19 AM, Andrew Hyatt wrote: > > I can't reproduce this under Emacs 25. As this bug is a bit

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2019-12-26 Thread Andrew Hyatt
I've been having this same issue - the issue is quite reproducible for me, and it has been for years. I just finally grew tired of the issue and decided to investigate it, and yes, the issue is org-agenda-show-new-time. I also have invisible entries in the org buffer, and the call to org-move-to-

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-02 Thread Andrew Hyatt
On Sat, Feb 1, 2020 at 4:33 AM Bastien wrote: > Hi Andrew, > > Andrew Hyatt writes: > > > I've been having this same issue - the issue is quite reproducible > > for me, and it has been for years. I just finally grew tired of the > > issue and decided to in

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-04 Thread Andrew Hyatt
I've tried the latest version from Feb 2nd, and it still has the same issue. After some more time with the issue, the issue is when the agenda has items A, and next line, invisibily (due to org-agenda-dim-blocked-tasks), B. Trying to set A gets you into an invisible loop because moving to the star

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-05 Thread Andrew Hyatt
It is fixed, but now the new time that's supposed to be displayed via text-properties does not show up. Let me spend some time and get a small reproducible case, which will help us test this. On Tue, Feb 4, 2020 at 6:38 PM Bastien wrote: > Hi Andrew, > > thanks again. > >

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-13 Thread Andrew Hyatt
I whittled this down to the smallest reproducible case, which I'm attaching. Hopefully should be clear upon viewing the file how to reproduce. I'm still unsure of the best solution, I'll have to think about this some more - but at least the reproducible case will make it easier to debug into this

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-17 Thread Andrew Hyatt
Thanks Bastien! I've tested this out and confirmed it works, and didn't notice any side effects. On Fri, Feb 14, 2020 at 6:02 AM Bastien wrote: > Hi Andrew, > > thanks a lot for the minimal recipe! Very helpful. > I confirm the bug and I have now (finally) fixed it. > > We can close this bug f

[Orgmode] Invalid face issues

2007-11-06 Thread Andrew Hyatt
I seem to have an issue where I will be using emacs for a while, and eventually something happens which will corrupt all org buffers, and make them unviewable (the buffer refuses to display, but otherwise does not affect the rest of my emacs session). The error I get is "line-move-partial: Invalid

[Orgmode] Re: Invalid face issues

2007-11-06 Thread Andrew Hyatt
org-ellipsis))) (if (stringp org-ellipsis) org-ellipsis "..." Why are we making a glyph-code out of an ellipsis? We end up with a strange-looking display-table. On 11/6/07, Andrew Hyatt <[EMAIL PROTECTED]> wrote: > > I seem to have an issue where I will be u

Re: [Orgmode] Re: Invalid face issues

2007-11-07 Thread Andrew Hyatt
I'm not an expert in this, but maybe the issue is that make-glyph code is supposed to take a char, and "..." is not a char. On 11/7/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > > On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote: > > > I just spend a good

Strange bug with text scaling and variable-pitch

2022-01-13 Thread Andrew Hyatt
Hi all, I've been having an odd problem where if I try to change my text scale on my org capture buffers, the scale keeps increasing, and increases the scale on the parent of the indirect org-capture buffer, on each capture. I'm using org-mode 9.5, emacs 29.0.50. Debugging into the issue,

Re: Strange bug with text scaling and variable-pitch

2022-01-15 Thread Andrew Hyatt
I tracked this down to a bug in emacs, which happens only when indirect buffers are cloned. Reported as bug#53294 with a patch. On Thu, Jan 13, 2022 at 9:51 PM Andrew Hyatt wrote: > > Hi all, > > I've been having an odd problem where if I try to change my text > scale on my

Agenda clocktable & archive issue

2024-01-28 Thread Andrew Hyatt
I've noticed that in the agenda, the clocktable report (from the "R" key), does not include archive files, even when I have set clocktables to do so in my init-file: (plist-put org-clocktable-defaults :scope 'agenda-with-archives) First of all, I think it makes more logical sense to include arc

Re: Agenda clocktable & archive issue

2024-01-28 Thread Andrew Hyatt
Ihor Radchenko writes: > Andrew Hyatt writes: > >> I've noticed that in the agenda, the clocktable report (from the "R" >> key), does not include archive files, even when I have set clocktables >> to do so in my init-file: >> >> (plist-put o

Re: Agenda clocktable & archive issue

2024-01-28 Thread Andrew Hyatt
Ihor Radchenko writes: > Andrew Hyatt writes: > >>> AFAIK, clocktable scope in agenda is controlled by the agenda's scope. >>> If you have `org-agenda-archives-mode' enabled, archives will contribute >>> to the agenda report as well. >> >>

Re: Agenda clocktable & archive issue

2024-01-29 Thread Andrew Hyatt
Ihor Radchenko writes: > Andrew Hyatt writes: > >>> Still, I do not mind adding customization to enable it during startup, >>> similar to the existing customizations: >>> `org-agenda-start-with-log-mode', >>> `org-agenda-start-with-entry-text-mode