Re: [O] Org-mode release 7.9.3

2013-01-09 Thread J. David Boyd
Bastien writes: > da...@adboyd.com (J. David Boyd) writes: > >> Without knowing any elisp, one symptom I see is that while preparing the >> export, the status line says >> >> org-agenda-finalize: Buffer is read-only: # >> >> then the export stops. >

Re: [O] Org-mode release 7.9.3

2013-01-08 Thread J. David Boyd
da...@adboyd.com (J. David Boyd) writes: > Bastien writes: > >> Hi everyone, >> >> I just released 7.9.3, which is a bugfix release but not only: >> I tried hard to speed up the agenda generation, and I hope you >> will see some progress in this area. >&

Re: [O] Org-mode release 7.9.3

2013-01-08 Thread J. David Boyd
Bastien writes: > Hi everyone, > > I just released 7.9.3, which is a bugfix release but not only: > I tried hard to speed up the agenda generation, and I hope you > will see some progress in this area. > > As a test, try (setq org-agenda-use-tag-inheritance nil) and > see how your TODO agenda are

Re: [O] C-u C-c C-t not behaving as documented

2013-01-05 Thread J. David Boyd
Brian van den Broek writes: > Hi all, > > I have > > (setq org-todo-keywords >'((sequence "TODO(t!)" "STARTED(s!)" "WAITING(w@/@)" "|" "DONE(d@/@)" >"CANCELLED(c@/@)" "DEFERRED(D@/@)"))) > > in my .emacs. > > In http://orgmode.org/org.html#TODO-basics I read > > C-u C-

Re: [O] Initial Agenda View

2013-01-05 Thread J. David Boyd
Nick Dokos writes: > J. David Boyd wrote: > >> >> When I type C-a a to bring up the agenda, I get a 31 day view. I can go >> to day, week, month, or year, but I can never get back to seeing 31 >> days. >> >> And when I have the agenda up, if I look

[O] Initial Agenda View

2013-01-04 Thread J. David Boyd
When I type C-a a to bring up the agenda, I get a 31 day view. I can go to day, week, month, or year, but I can never get back to seeing 31 days. And when I have the agenda up, if I look at the Agenda/View menu, it says it is set to Day view. Any idea why I see 31 days, and how to get back to i

Re: [O] BUG in org-mobile-create-index-file()

2013-01-03 Thread J. David Boyd
Cool, thanks for the change! Dave Bastien writes: > Hi David, > > da...@adboyd.com (J. David Boyd) writes: > >> The section of the code that writes out the Priorities (line 462 in org >> version 7.9.2) totally ignores the variables org-highest-priority and >> o

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-26 Thread J. David Boyd
Martin Butz writes: > Am 22.12.2012 15:57, schrieb J. David Boyd: >> Martin Butz writes: > [...] >>> The next problem is, I use encryption (org-mobile-use-encryption), >>> which works. But how can I bring orgmobile to descrypt the files? > > [...] > >

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-22 Thread J. David Boyd
Martin Butz writes: > Hi, > > does anyone have a working and fully functional orgmobile installation > on a smartphone with Android 2.3.6 (meine: Samsung Ace)? > > It seems, that mine is not complete. E.g. using the setup wizard I was > prompted to provide a folder for the storage of the org-file

Re: [O] org-mobile-push vs. symlinks

2012-12-19 Thread J. David Boyd
Bastien writes: > James Harkins writes: > >> Anyway, I still don't understand the rationale for the current >> behavior. Does anyone know why org-mobile-push resolves the agenda >> files' names to symlink targets? > > The problem is that there is no active maintainer on org-mobile.el > right no

Re: [O] inline TODO?

2012-12-15 Thread J. David Boyd
Rainer M Krug writes: > On 14/12/12 15:53, John Kitchin wrote: >> Is there a way to have a TODO item in an org-file that is not in a headline >> and that shows up >> in the agenda? > Hi > > Look for inline tasks: > http://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-with

Re: [O] TINYCHANGE cookie

2012-12-08 Thread J. David Boyd
Suvayu Ali writes: > On Fri, Dec 07, 2012 at 07:43:42PM -0500, J. David Boyd wrote: >> >> What is a TINYCHANGE cookie? I see it alluded to in many messages about >> patches for the Org code base, but googling it has left me with no >> information. >> >

[O] TINYCHANGE cookie

2012-12-07 Thread J. David Boyd
What is a TINYCHANGE cookie? I see it alluded to in many messages about patches for the Org code base, but googling it has left me with no information. Dave

[O] BUG in org-mobile-create-index-file()

2012-12-07 Thread J. David Boyd
This is in org-mobile.el. I discovered this while learning to use MobileOrg. The section of the code that writes out the Priorities (line 462 in org version 7.9.2) totally ignores the variables org-highest-priority and org-lowest-priority, and simply sets the #+ALLPRIORITIES value to "A B C". I

[O] priorities

2012-12-06 Thread J. David Boyd
How many of y'all have changed the default priorities from 'A', 'B', and 'C' to something else. I've changed mine to '1' - '5', which showed up a bug in MobileOrg, and I'm curious why no one else has seen this. Am I the only one that doesn't like letter priorities? Dave

[Orgmode] Attempting to build latest version

2011-01-03 Thread J. David Boyd
I'm getting this error message: In toplevel form: lisp/org-indent.el:223:39:Error: Wrong type argument: listp, nstars make: *** [lisp/org-indent.elc] Error 1 Any ideas how to get around this? Dave ___ Emacs-orgmode mailing list Please use `Repl

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-05 Thread J. David Boyd
Jambunathan K writes: >> I'm glad of it though!  Jambunathan, would you be willing to put your code up >> on github?  Then we can perhaps all help out in a co-ordinated manner.  > > I put it up on repo.or.cz as I already had an account there. Here is the > URL: > > - http://repo.or.cz/w/org-mode/

[Orgmode] org-freemind-to-org-mode

2010-06-30 Thread J. David Boyd
How is this used? My lisp-fu is week, or I would read the source and figure it out I've tried several variants, and gotten nowhere. Dave ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] org-freemind-to-org-mode

2010-06-30 Thread J. David Boyd
How is this used. My lisp-fu is week, or I would read the source and figure it out I've tried several variants, and gotten nowhere. Dave ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread J. David Boyd
Bernt Hansen writes: > > , > | * Top level headline [/] [%]:sometags: > | ** TODO Text for first item > | ** TODO Text for second item > ` > > that way when you mark the TODO items DONE (equivalent to checking the > checkboxes) the cookies [/] and [%] update with the n

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-25 Thread J. David Boyd
Bernt Hansen writes: > Bernt Hansen writes: > > > * TODO Prepare for trip [100%] [3/3] > > - [X] pack clothes > - [X] print boarding tickets > - [X] turn on alarm > > You can use either the [%] or [/] (or both) cookies in a headline > As long as the checkboxes are lists it updates properly

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread J. David Boyd
Nick Parker writes: > Carsten, > > Thank you for your reply.  Was it intentionally designed to keep checkboxes > out > of the agenda view or is it just that way because no one has submitted a patch > to provide that yet? > > > Nick Parker > www.developernotes.com > > > On Thu, Jun 24, 2010 at 1:

[Orgmode] Re: agenda views

2010-06-24 Thread J. David Boyd
Carsten Dominik writes: > On Jun 22, 2010, at 6:29 PM, J. David Boyd wrote: > >> >> >> I have my agenda set to start up in a Month view, from today. At >> least, that is how it starts. But if I switch to day or week, view, >> then back to month view, i

[Orgmode] agenda views

2010-06-22 Thread J. David Boyd
I have my agenda set to start up in a Month view, from today. At least, that is how it starts. But if I switch to day or week, view, then back to month view, it shows the entire month, from day 1, not the 30 days from today. Anyone know what I have set wrong? Or am doing wrong? Thanks, Da

[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread J. David Boyd
I think this is using the same formatting as strftime. So, 'man strftime' will show you all the options. The short day name is '%a', and the full day name is '%A'. Dave Markus Heller writes: > On 5/17/2010 4:23 AM, Sébastien Vauban wrote: >> Hi Eric and Carsten, >> >> Eric S Fraga wrote: >

[Orgmode] Re: bug?

2010-05-12 Thread J. David Boyd
can interrogate for the specific git version > information. > > It seems your git repository has tag references but they don't point at > valid objects in the git repository. > > Regards, > Bernt > > > da...@adboyd.com (J. David Boyd) writes: > >> When I ty

[Orgmode] bug?

2010-05-12 Thread J. David Boyd
When I type org-version, I get a shell-command window opened, and this: error: refs/heads/master does not point to a valid object! error: refs/remotes/origin/HEAD does not point to a valid object! error: refs/remotes/origin/add-recursion-to-org-publish does not point to a valid object! error: r

[Orgmode] Re: Bug in Agenda mode?

2010-04-29 Thread J. David Boyd
Bernt Hansen writes: > da...@adboyd.com (J. David Boyd) writes: > > > Hi David, > > I have two org-mode setups and of course they are different :/ > > At home I don't know what day of the week it is normally (honest!) and I > want to see the next 7 days so my wee

[Orgmode] Re: Archiving

2010-04-29 Thread J. David Boyd
Bernt Hansen writes: > da...@adboyd.com (J. David Boyd) writes: > >> I've read all the archiving information, and I _think_ that I understand >> it, bu there is my question. >> >> >> I would like to put archived entries into a file, but keep the headl

[Orgmode] Archiving

2010-04-29 Thread J. David Boyd
I've read all the archiving information, and I _think_ that I understand it, bu there is my question. I would like to put archived entries into a file, but keep the headlines that existed when they were 'live', so that when I show them in the clock, they line up under the parents that owned them

[Orgmode] Re: Bug in Agenda mode?

2010-04-29 Thread J. David Boyd
Carsten Dominik writes: > On Apr 29, 2010, at 4:51 PM, J. David Boyd wrote: > >> >> If I do a C-a a, I see my weekly agenda, starting 'today'. >> >> Then I can hit 'd', and see today laid out better. Back to 'w', >> and I >&g

[Orgmode] Bug in Agenda mode?

2010-04-29 Thread J. David Boyd
If I do a C-a a, I see my weekly agenda, starting 'today'. Then I can hit 'd', and see today laid out better. Back to 'w', and I see the weekly agenda again. I can scroll down to tomorrow, hit 'd', and see tomorrow. But when I hit 'w', I'm back to the week view, but now it starts on tomorrow,

[Orgmode] Re: Choosing external app at runtime?

2010-04-19 Thread J. David Boyd
Simon Guest writes: > At Sun, 18 Apr 2010 08:24:41 +0200, > Carsten Dominik wrote: >> >> >> On Apr 16, 2010, at 7:35 AM, Simon Guest wrote: >> > When I follow a link, Org mode knows what application to use. Except >> > that sometimes I want to override that choice. >> >> Currently we do not have

[Orgmode] Re: A bright new Org-mode clone project

2010-04-01 Thread J. David Boyd
Julien Barnier writes: > Dear org-moders, > > Today is quite a special day for me, and for many of org-mode users I > think, because I'm going to introduce a project that, I believe, could > really help to promote and transform org-mode as a major killer-app. > > It has been a long time since I t

[Orgmode] Re: [ANN] org-mac-protocol, fully updated for 10.6 and with added applications

2010-03-29 Thread J. David Boyd
Carsten Dominik writes: > Hi Christopher, > > > this is awesome! > > I guess this is a single elisp file? Looks like a bunch of AppleScript files that communicate with an elisp file... ___ Emacs-orgmode mailing list Please use `Reply All' to send r

[Orgmode] Re: Wikipedia article on Org-mode

2010-03-17 Thread J. David Boyd
Carsten Dominik writes: > Hi, > > there is a Wikipedia article about Org-mode, and it has problems in > the reference section. Somehow I feel I should not be he one editing > this article - can someone here fix these issues? > > Thanks > > - Carsten > Oh, you mean some of us that are unbiased a

[Orgmode] Re: Remember and year-long-calendar

2010-03-05 Thread J. David Boyd
Detlef Steuer writes: > Hi! > > You are probably looking for > > Org manual > 9.1.2 Remember templates > see date-tree > That's exactly what I was looking for. Thank you very much! ___ Emacs-orgmode mailing list Please use `Reply All' to send rep

[Orgmode] Remember and year-long-calendar

2010-03-05 Thread J. David Boyd
Help, please! I think that I remember reading that remember had the ability to create a calendar file good for the year, then a template was there that simply wrote to the current days events, great for logging the work that I do. I can't find that email, I can't find it in any readmes, and I do

[Orgmode] Re: Speed commands

2009-11-17 Thread J. David Boyd
Dan Davison writes: > Dan Davison writes: > > > Here are simplified versions of the forward- and backward-scroll speed > commands that I'm suggesting. > Ow, 1 major problem (to me). They wipe out my white space. I have my entries in an .org file set up like (I like white space): * DONE Time

[Orgmode] Re: Speed commands

2009-11-17 Thread J. David Boyd
Dan Davison writes: > > Here are simplified versions of the forward- and backward-scroll speed > commands that I'm suggesting. > That is really, really cool! Thank you so much. I've wanted something like that for a long time! Dave ___ Emacs-o

[Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-11 Thread J. David Boyd
PT writes: > Saptarshi Guha gmail.com> writes: > >> >> Hello, >> I know shift and arrow keys are used by org-mode. But is there a way >> to remap them to selecting the line(as in Aquamacs text mode) >> (e.g shift+down highlights the current line, shift+up highlights the >> previous line etc).

[Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread J. David Boyd
Saptarshi Guha writes: > Hello, > I know shift and arrow keys are used by org-mode. But is there a way > to remap them to selecting the line(as in Aquamacs text mode) > (e.g shift+down highlights the current line, shift+up highlights the > previous line etc). > > I guess this has been asked befo

[Orgmode] Re: Is it possible to show an agenda item only if it's due?

2009-09-23 Thread J. David Boyd
PT writes: > Matt Lundin imapmail.org> writes: >> >> Ah I see. Another idea: write an agenda skip function that converts the >> timestamp to universal time and ignores the entry if it is greater than >> (current-time). Such as, >> > > Wow, I didn't you can write your own agenda skip function.

[Orgmode] Re: Clocking Time Inserts Time 1 Hour Earlier

2008-10-28 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: I have found that it never 'hurts' to have a TZ variable defined > Hi Chris, unfortunately I have no idea what might be causing this. Maybe > you can look at the return value of the function > (current-time-zone), if that returns something stran

[Orgmode] Re: Turn on help

2008-08-12 Thread J. David Boyd
The "click here" to return on the help page should like a link, as well, shouldn't it? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: freemind.el can't to convert from FreeMind.mm to OrgMode.org?

2008-05-02 Thread J. David Boyd
It is in the CONTRIB/packages directory... Dave Carsten Dominik <[EMAIL PROTECTED]> writes: > On May 1, 2008, at 12:16 PM, Paul Csanyi wrote: > >> Hello! >> >> I'm using GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20) on >> Debian Etch. >> >> I can't to convert a freemind.mm to orgmo

[Orgmode] Re: void variable

2008-04-18 Thread J. David Boyd
Well, when I removed the .elc files, so I could attempt to debug it, it worked fine. Maybe I'll recompile, and maybe I'll just leave it alone. It works fast enough for me without being compiled. Maybe I had an old .elc file that never got overwritten. Whatever, sorry for the false alarm. Dave

[Orgmode] Re: void variable

2008-04-18 Thread J. David Boyd
GNU Emacs 22.1.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars) I had some extensions written by Sacha Chua installed, but I've removed them, and it still barfs. I guess I'll try unloading my entire .emacs, then loading just the org stuff, and see what happens. Dave Carsten Dominik <[EMAIL

[Orgmode] void variable

2008-04-17 Thread J. David Boyd
Whenever I try to publish an org file (ver 6.01a), I now get the error Symbol's value as variable is void: add-to-diary-list I can see the function being created in org-agenda, but I don't understand why the error msg references it a sa variable. Here is the debug list. Any ideas? Debugger

[Orgmode] Re: Using Alt as Meta

2008-04-08 Thread J. David Boyd
Dan Davison <[EMAIL PROTECTED]> writes: > On Mon, Apr 07, 2008 at 04:46:17PM -0400, Chris Leyon wrote: >> 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 >> >

[Orgmode] Re: IRC Channel

2008-03-10 Thread J. David Boyd
Bernt Hansen writes: > J. David Boyd writes: > >> Hmm, _is_ there a link for this? > > http://freenode.net/faq.shtml#groups > > > Figures. Thanks for the info! Dave ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Re: IRC Channel

2008-03-10 Thread J. David Boyd
Phil Jackson <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (J. David Boyd) writes: > >> Here's the ChanServ help, that makes it all pretty clear: > > [...] > > Thanks, a link rather than a 21k mail would have done the trick though ;) >

[Orgmode] Re: IRC Channel

2008-03-07 Thread J. David Boyd
Here's the ChanServ help, that makes it all pretty clear: ChanServ allows you to register and control various aspects of channels. ChanServ can often prevent malicious users from "taking over" channels by limiting who is allowed channel operator priviliges. Any channel which is not used for

[Orgmode] Re: PROPERTIES when archiving

2008-02-18 Thread J. David Boyd
[EMAIL PROTECTED] (J. David Boyd) writes: > I just noticed that when I archive an entry (ver 5.21), one of the > PROPERTIES fields is ARCHIVE_OLPATH. Is this a typo? Should it be > ARCHIVE_OLDPATH? > > Dave Hmm, I just answered my own question. OLPATH stands for Outline Pat

[Orgmode] PROPERTIES when archiving

2008-02-18 Thread J. David Boyd
I just noticed that when I archive an entry (ver 5.21), one of the PROPERTIES fields is ARCHIVE_OLPATH. Is this a typo? Should it be ARCHIVE_OLDPATH? Dave ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-o

[Orgmode] Re: Bug: LOGGING property does not stop asking for a note

2008-02-15 Thread J. David Boyd
I was _certain_ you had, just thought I'd mention it! Bernt Hansen <[EMAIL PROTECTED]> writes: > I updated to the current git master first. (5.21+) > > [EMAIL PROTECTED] (J. David Boyd) writes: > >> Didn't Carsten say that this would be in 5.22, and the cur

[Orgmode] Re: Bug: LOGGING property does not stop asking for a note

2008-02-15 Thread J. David Boyd
Didn't Carsten say that this would be in 5.22, and the current git master? You are still use 5.21, unless you went and got the latest Bernt Hansen <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> I have now fixed this, just pushed it into the git repo. >> >>

[Orgmode] Re: can't get appointments working

2007-11-07 Thread J. David Boyd
"Alfredo Buttari" <[EMAIL PROTECTED]> writes: > Hi all, > I'm trying to convert items in my org files into appointments. As far > as my understanding goes, org-agenda-to-appt has to be run every time > I start emacs so I added these lines to my .emacs file: > > (setq appt-display-format 'window) >

[Orgmode] Re: no running clock

2007-10-03 Thread J. David Boyd
Cezar <[EMAIL PROTECTED]> writes: > Hello, > > I get this "error/warning" most of the time when trying to clock out. > > This is how my task looks like: > > ** DONE [#A] my task >SCHEDULED: <2007-10-03 Wed> >CLOCK: [2007-10-03 Wed 10:36] >[2007-10-02 Tue] > > > Any idea why this happ

[Orgmode] Re: bug in version 5.06

2007-08-27 Thread J. David Boyd
Leo <[EMAIL PROTECTED]> writes: > On 2007-08-27 15:01 +0100, J. David Boyd wrote: >> I used to be able to open an org file, and with the cursor in the top left >> hand corner of the file, where it defaults to, press repeatedly to >> cycle >> through showin

[Orgmode] bug in version 5.06

2007-08-27 Thread J. David Boyd
I used to be able to open an org file, and with the cursor in the top left hand corner of the file, where it defaults to, press repeatedly to cycle through showing the different levels of my file. Now, I have to be on a top level heading to cycle through the values under it. Did I miss a new v

[Orgmode] Re: Org files downloads getting corrupted? [SOLVED]

2007-07-17 Thread J. David Boyd
Sivaram Neelakantan <[EMAIL PROTECTED]> writes: > Sivaram Neelakantan <[EMAIL PROTECTED]> writes: > >> [EMAIL PROTECTED] (J. David Boyd) writes: >> >>> Sivaram Neelakantan <[EMAIL PROTECTED]> writes: >>> >>>> Bernt Hansen

[Orgmode] Re: Org files downloads getting corrupted?

2007-07-16 Thread J. David Boyd
Sivaram Neelakantan <[EMAIL PROTECTED]> writes: > Bernt Hansen <[EMAIL PROTECTED]> writes: > >> Sivaram Neelakantan <[EMAIL PROTECTED]> writes: > > [...] > >> >> Works for me on my Linux/Debian system from >> >> http://staff.science.uva.nl/~dominik/Tools/org/#sec-4 >> >> I checked both the zip fil

[Orgmode] Re: Problem with archiving

2007-07-14 Thread J. David Boyd
AIL PROTECTED]> writes: > On Jul 13, 2007, at 16:18, J. David Boyd wrote: > >> >> Archiving works almost perfectly in 5.03, thanks. >> >> Here's the new problem. >> >> Defined in my .emacs, I have >> >> '(org-todo-keywords (quote (&

[Orgmode] Re: Problem with archiving

2007-07-13 Thread J. David Boyd
d. There may be more little things > like this, please keep reporting. > > - Carsten > > On Jul 12, 2007, at 20:10, J. David Boyd wrote: > >> >> When I attempt to archive a DONE item, using 5.02, I get >> >> ( this is from the message buffer) >> Copied: Su

[Orgmode] Problem with archiving

2007-07-12 Thread J. David Boyd
When I attempt to archive a DONE item, using 5.02, I get ( this is from the message buffer) Copied: Subtree with 326 characters if: Cannot promote to level 0. UNDO to recover if necessary In the status line, I see Cannot promote to level 0. UNDO to recover if necessary Now, the item itself IS c

[Orgmode] Re: Org-mode version 5.01

2007-07-05 Thread J. David Boyd
t version. > > - Carsten > > On Jul 4, 2007, at 1:38, J. David Boyd wrote: > >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> >>> I am releasing Org-mode 5.01. It is available at my website >>> >> >&g

[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > I am releasing Org-mode 5.01. It is available at my website > So, if I'm in the agenda, and I hit 'd' to go to daily mode, then 'w' to back to week mode, I get: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)

[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd
> On Jul 3, 2007, at 20:49, J. David Boyd wrote: > >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> >>> I am releasing Org-mode 5.01. It is available at my website >>> >> >> I think I've found a bug in the ag

[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > I am releasing Org-mode 5.01. It is available at my website > I think I've found a bug in the agenda. I go into it, then run 'd' for day mode, or 'm' for month mode, but 'w' never gets me back to the week mode I get org-agenda-change-time-

[Orgmode] Re: archiving

2007-06-22 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jun 21, 2007, at 16:06, J. David Boyd wrote: > >> >> When I archive an item, into an "_archive" file, the DONE date is >> set to the >> current date, rather than the date the item was completed on. >

[Orgmode] archiving

2007-06-21 Thread J. David Boyd
When I archive an item, into an "_archive" file, the DONE date is set to the current date, rather than the date the item was completed on. Is there a variable, (or could there be) to control this? When I look into an archive file, I would like the DONE dates to be the date that the item was actu

[Orgmode] Re: an annoying indentation

2007-06-12 Thread J. David Boyd
. I > get responses from Carsten, but everyone else carries on as though > they hadn't read them :( > > Cheers > > Will > > On 6/12/07, J. David Boyd <[EMAIL PROTECTED]> wrote: >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >> > On Jun

[Orgmode] Re: an annoying indentation

2007-06-12 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jun 12, 2007, at 17:13, Leo wrote: > >> Dear list, >> >> Anyone else find the following annoying? >> >> *** heading 1 >> - item 1 >> - item 2 >> >> Now hit tabwith cursor right before '-', it becomes, >> >> *** heading 1 >> - item 1 >> - i

[Orgmode] Re: New %-escape for remember-templates

2007-01-31 Thread J. David Boyd
[EMAIL PROTECTED] (Peder O. Klingenberg) writes: > [EMAIL PROTECTED] (J. David Boyd) writes: > >> Because I've noticed that the people that use org-mode tend to keep the >> latest version on hand. The latest is version is 4.63. I was just really >> surprised that

[Orgmode] Re: New %-escape for remember-templates

2007-01-30 Thread J. David Boyd
[EMAIL PROTECTED] (Peder O. Klingenberg) writes: > [EMAIL PROTECTED] (J. David Boyd) writes: > >> Wow! 4.50? > > Yes, why? > Because I've noticed that the people that use org-mode tend to keep the latest version on hand. The latest is version is 4.63. I was just real

[Orgmode] Re: New %-escape for remember-templates

2007-01-30 Thread J. David Boyd
[EMAIL PROTECTED] (Peder O. Klingenberg) writes: > Hi. > > I frequently want to stuff the subject of an email into a heading and > have a link to the mail in the text. For this, I use remember > templates. However, none of the standard templates to quite what I > wish. I want to edit as little

[Orgmode] Re: agenda mode

2007-01-25 Thread J. David Boyd
th timezones - I'll look > into it. > > - Carsten > > On Jan 25, 2007, at 19:11, J. David Boyd wrote: > >> >> Can someone verify something for me? >> >> I thought that, when in agenda mode, using Diary, I saw the day. and >> then the >> dia

[Orgmode] agenda mode

2007-01-25 Thread J. David Boyd
Can someone verify something for me? I thought that, when in agenda mode, using Diary, I saw the day. and then the diary entries. However, now I am seeing the diary entries, then the day. Now, for example, I see Wednesday 24 January 2007 Thursday 25 January 2007 Diary: 13:00.. Go to

[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-10 Thread J. David Boyd
> > On Jan 9, 2007, at 21:42, J. David Boyd wrote: > >> [EMAIL PROTECTED] (J. David Boyd) writes: >> >>> I like to put notes in my TODO items, like >>> >>> *** TODO yadda yadda yadda >>> [CLOCK thing] >>> >>> The purpos

[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-09 Thread J. David Boyd
[EMAIL PROTECTED] (J. David Boyd) writes: > I like to put notes in my TODO items, like > > *** TODO yadda yadda yadda > [CLOCK thing] > > The purpose of this note is to > figure out what I should do with > the whatever, whenever. > > > Howeve

[Orgmode] a '#' at the beginning of my text lines.

2007-01-09 Thread J. David Boyd
I like to put notes in my TODO items, like *** TODO yadda yadda yadda [CLOCK thing] The purpose of this note is to figure out what I should do with the whatever, whenever. However, now I am getting: *** TODO yadda yadda yadda [CLOCK thing] The purpose of this note

[Orgmode] Re: right align times in a clocktable

2006-12-21 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Dec 21, 2006, at 16:00, J. David Boyd wrote: > >> >> >> Is there any way to right align times in a clocktable? I don't see >> a variable >> for it. >> >> It would make things look much n

[Orgmode] right align times in a clocktable

2006-12-21 Thread J. David Boyd
Is there any way to right align times in a clocktable? I don't see a variable for it. It would make things look much neater if I could align them. Right now they look like this: | | | 0:39 | | | | 23:24 | and I would like them to look like: | |

[Orgmode] Re: recurring events, alternative to shift modifier, tag positions, smart [ ], and org-publish questions

2006-12-09 Thread J. David Boyd
"Scott Jaderholm" <[EMAIL PROTECTED]> writes: >2. I use org-mode over ssh and since shift doesn't work along with >other modifiers many of the keystrokes do not work. Has anyone come up >with alternate keystrokes not involving shift that they could share? I are you telling your ss

[Orgmode] Re: Bug fix release 4.59

2006-12-08 Thread J. David Boyd
Xiao-Yong Jin <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (J. David Boyd) writes: > >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >>> M-x load-library RET org RET >>> >>> This will re-read org.elc. Then do >>> >&

[Orgmode] Re: Bug fix release 4.59

2006-12-08 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > M-x load-library RET org RET > > This will re-read org.elc. Then do > > M-x org-mode RET > > in each org-mode buffer, and you should be transparently switched > to the new version. > > This should almost always do the right thing. There are a few > e

[Orgmode] Re: Bug fix release 4.59

2006-12-08 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > Org-mode 4.59 is available at > > http://www.astro.uva.nl/~dominik/Tools/org/ > > This release fixes the issues reported by Bastien and Eddward during > the last few days. > > Please note the the variable regulating indirect buffer display > has been r

[Orgmode] Re: Diary time intervals format

2006-12-01 Thread J. David Boyd
Christopher Kuettner <[EMAIL PROTECTED]> writes: >> As i said in gnu.emacs.help, the output is not quite as i expected. >> Can you give me an example of your agenda display for such a diary >> entry? > > Day-agenda: > Tuesday 12 December 2006 > 8:00.. > 9:00.. xxx

[Orgmode] Re: Diary time intervals format

2006-12-01 Thread J. David Boyd
Bastien <[EMAIL PROTECTED]> writes: > Hi Christopher, > > Christopher Kuettner <[EMAIL PROTECTED]> writes: > >> 17 Nov 2006 16:00 - 18:00 Teambuilding Marketingmeeting there is >> nothing else in the line just this and it works in the org-agenda. > > As i said in gnu.emacs.help, the output is not

[Orgmode] Re: Diary time intervals format

2006-11-30 Thread J. David Boyd
Christopher Kuettner <[EMAIL PROTECTED]> writes: > Bastien wrote: >> i'd like to store an appointment and its *duration*; i expected diary > [...] >> .. so that org-mode could use this properly in the agenda display. > >> Any hint? > > an example right out of my .diary file: > > 17 Nov 2006 16:00

[Orgmode] Re: ascii art in org mode buffer

2006-11-28 Thread J. David Boyd
ed-width section starts with a colon, like > > : |\ | > : | \ | > : | \ | > : | \| > > - Carsten > > On Nov 28, 2006, at 19:47, J. David Boyd wrote: > >> >> >> I've been IRCing with someone that is trying to do ASCII art in an >> ORG mo

[Orgmode] ascii art in org mode buffer

2006-11-28 Thread J. David Boyd
I've been IRCing with someone that is trying to do ASCII art in an ORG mode buffer, and the mode keeps turning his line drawing into tables. (Of course). He was wondering if there is anyway to mark off a section of an org-mode file so that it is left alone, and not processed as part of an org fi

[Orgmode] Re: storing link doesn't work from Gnus

2006-11-28 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 27, 2006, at 21:24, Bernard Adrian wrote: > >> Carsten Dominik <[EMAIL PROTECTED]> a écrit : >> >>> Could someone make a backtrace of this error, with loading uncompiled >>> versions of gnus-sum.el and org.el? The org-mode manual describes how

[Orgmode] Re: Timestamps

2006-11-22 Thread J. David Boyd
[EMAIL PROTECTED] (J. David Boyd) writes: > "Eddward DeVilla" <[EMAIL PROTECTED]> writes: > >> I had to look that up myself. It's 'C-u C-c .'. You may want to look >> up the option org-time-stamp-rounding-minutes also. >> >> E

[Orgmode] Re: Timestamps

2006-11-22 Thread J. David Boyd
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > I had to look that up myself. It's 'C-u C-c .'. You may want to look > up the option org-time-stamp-rounding-minutes also. > > Edd > > On 11/22/06, J. David Boyd <[EMAIL PROTECTED]> wrote:

[Orgmode] Timestamps

2006-11-22 Thread J. David Boyd
Sorry everyone, I thought I saw this in the docs, but I can't find it now. Is there someway to insert a timestamp, rather than a 'date' stamp? Dave ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgm

[Orgmode] clocking time

2006-11-15 Thread J. David Boyd
When I have a TODO item, and I've added time to it by clocking in and out, what happens if I reschedule that item for the next day, to continue working on it, then again clock time in and out? I should say, what is going to happen to the dynamic clock block I have placed at the top of the file.

[Orgmode] Re: agenda buffer cursor highlighting

2006-11-15 Thread J. David Boyd
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > Hi all, > > I have a little trouble with the agenda buffer global todo list. > The cursor is in the first column where the there is no text and the > closest text is the category which for me tends to be the same for > several contiguous lines. Its

[Orgmode] Re: Loop Bug

2006-10-25 Thread J. David Boyd
[EMAIL PROTECTED] (Ryan M. Golbeck) writes: > Has anyone every encountered a problem where org-mode goes into some > modify loop in emacs? > > I am having a problem that when I expand some subtree (with TAB), the > buffer gets modified, and emacs seems to go into a loop. If I save > the buffer, i

<    1   2   3   >