[Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Jose Robins
I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not

[Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Jose Robins
I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not interpret

Re: [Orgmode] problems cloning the org mode git repo

2008-03-20 Thread Jose Robins
for any others, the problem was solved by doing the following ... git clone git://repo.or.cz/org-mode.git I replaced the string http with git I removed the /w part in the path... Jose Robins wrote: I tried to get the git repo by cloning and I got the following error. I'm just getting into git

[Orgmode] xemacs bug report with version 5.23a

2008-03-22 Thread Jose Robins
I was using org-mode 5.21 with xemacs 21.4.21 till now and I decided to upgrade to org mode 5.23a. When I try to open an org mode file, org mode fails to start with the following backtrace (attached as well) ... I believe I removed the org mode bytecode to make sure the backtrace has the

[Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins
I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of a task, the time stamps don't seem to round off to 5 minutes as I have specified in the custom settings. Isn't that what the time stamping rounding setting is supposed to do? Or do I have that wrong? Thanks, Jose

[Orgmode] org mode columns don't work on xemacs 21

2008-03-22 Thread Jose Robins
I use org-mode 5.21 with xemacs 21.4.21. When I try to use the column features in org -mode, I get a message that emacs 22 is needed for this to work. Question: - Is there any patch or something that I can apply to xemacs 21.4 for this work? - What specific feature in emacs 22 helps this to

Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins
'(org-todo-keywords (quote ((sequence TODO WIP DONE - Original Message From: Manish [EMAIL PROTECTED] To: Jose Robins [EMAIL PROTECTED] Cc: emacs-orgmode@gnu.org Sent: Saturday, March 22, 2008 9:47:35 AM Subject: Re: [Orgmode] Timestamp rounding not working On Sat, Mar 22, 2008

Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins
the Shift-cursor keys (on the standard ISO display and not custom display) on the resulting time stamps.. , the clock still do not seem to do rounding. I'm still coming into terms with all these time stamps ... - Carsten On Mar 22, 2008, at 5:08 PM, Jose Robins wrote: I use org-mode 5.21

Re: [Orgmode] Re: Timestamp rounding not working

2008-03-23 Thread Jose Robins
That's fair. If at some point there is sufficient interest in requesting an option to allow this feature, that could be considered, I guess. Regardless, the workaround of using Shift arrow keys should work for me. - Original Message From: Carsten Dominik [EMAIL PROTECTED] To: Bernt

Re: [Orgmode] org mode columns don't work on xemacs 21

2008-03-23 Thread Jose Robins
to you... Jose Carsten Dominik wrote: On Mar 22, 2008, at 5:18 PM, Jose Robins wrote: I use org-mode 5.21 with xemacs 21.4.21. When I try to use the column features in org -mode, I get a message that emacs 22 is needed for this to work. Question: - Is there any patch or something that I can

[Orgmode] timestamp rounding question.

2008-03-27 Thread Jose Robins
Using org-mode 5.23a with emacs 22.1, I still don't see timestamprounding working during clock in/clock out (OR shift up/down on the timestamp). Also, I'm slightly confused by an earlier thread we had on this subject. At that time I was using 5.20 (or 5.21, I don't remember) and it was mentioned

Re: [Orgmode] timestamp rounding question.

2008-03-28 Thread Jose Robins
still remains... Any idea why this could be. Thanks, Jose Carsten Dominik wrote: On Mar 28, 2008, at 5:55 AM, Jose Robins wrote: Using org-mode 5.23a with emacs 22.1, I still don't see timestamp rounding working during clock in/clock out There is no rounding on clock-in and clockout, as we

[Orgmode] Displaying a standalone timer window based on clock-in/out

2008-04-01 Thread Jose Robins
Before I was aware of org-mode, I developed this small superkaramba timer application which would display which task I was working on, when I started it, how much time was left, and also the current time. I've attached a snapshot of that app to this email. Now I'm using org-mode extensively

[Orgmode] Using column view on a sparse tree displaying only a few tags.

2008-04-03 Thread Jose Robins
Let's say I have a org tree with some tasks tagged with the keyword :today:. Now I do a sparse tree matching the today tag and this would limit the display to only items with tag today. Now if I would like to do a column view on that sparse tree by doing C-c C-x C-c. However this does not

[Orgmode] Re: Using column view on a sparse tree displaying only a few tags.

2008-04-03 Thread Jose Robins
guess the only way is to redefine the standard column properties, so that the column properties that I want are displayed in the agenda view as well... thanks, Jose Bernt Hansen wrote: Jose Robins [EMAIL PROTECTED] writes: Let's say I have a org tree with some tasks tagged with the keyword

[Orgmode] opinion+suggestions: Check boxes on headlines and cookies to take care of this into account...

2008-04-04 Thread Jose Robins
I like working with checkboxes, more than with headlines with a TODO keyword. Unfortunately, right now checkboxes are lightweight and so do not enjoy all the privileges enjoyed by headlines - especially clocking in and out (which is very important for me). I wish that regular checkboxes were

Re: [Orgmode] opinion+suggestions: Check boxes on headlines and cookies to take care of this into account...

2008-04-04 Thread Jose Robins
Jose Robins wrote: I like working with checkboxes, more than with headlines with a TODO keyword. Unfortunately, right now checkboxes are lightweight and so do not enjoy all the privileges enjoyed by headlines - especially clocking in and out (which is very important for me). I wish

Re: [Orgmode] opinion+suggestions: Check boxes on headlines and cookies to take care of this into account...

2008-04-04 Thread Jose Robins
Sebastian Rose wrote: Yes, sorry - was just trying this on in exactly this moment :-/ The clocking works too, but then the TODO - STARTED - DONE is added automatically. Sorry Sebastian, did not exactly catch your point about clocking works too. For me, if I try to clock in/out on a regular

Re: [Orgmode] Displaying a standalone timer window based on clock-in/out

2008-04-07 Thread Jose Robins
Carsten Dominik wrote: On Apr 1, 2008, at 8:14 PM, Jose Robins wrote: Before I was aware of org-mode, I developed this small superkaramba timer application which would display which task I was working on, when I started it, how much time was left, and also the current time. I've attached

[Orgmode] Agenda view for logging?

2008-04-08 Thread Jose Robins
I'm slowly getting familiar with the agenda view. I see that the agenda view shows the time-of-day-specification in the time column. Is there any way to show the time stamps based on the logbook entries? So e.g. If the clock properties for a headline1 is from 9:20 am to 9:55 am, and headline2

Re: [Orgmode] Agenda view for logging?

2008-04-09 Thread Jose Robins
Thanks Manish for the response. I didn't realize I had to schedule it as well. Now it works... Thanks, Manish wrote: On Wed, Apr 9, 2008 at 1:01 AM, Jose Robins wrote: I'm slowly getting familiar with the agenda view. I see that the agenda view shows the time-of-day

Re: [Orgmode] Agenda view for logging?

2008-04-09 Thread Jose Robins
Carsten Dominik wrote: On Apr 9, 2008, at 7:00 PM, Jose Robins wrote: Thanks Manish for the response. I didn't realize I had to schedule it as well. Now it works... Well, how else should the agenda know on which date the entry should be shown... - Carsten My (apparently flawed

Re: [Orgmode] Agenda view for logging?

2008-04-11 Thread Jose Robins
shortcuts (or you're going to go crazy with emacs, much less org-mode!) Respectfully yours, Ben On 2008-04-10 Thu, at 16:35, [EMAIL PROTECTED] wrote: Message: 6 Date: Thu, 10 Apr 2008 08:09:21 -0700 From: Jose Robins [EMAIL PROTECTED] Subject: Re: [Orgmode] Agenda view for logging? To: Joel J

Re: [Orgmode] Abbrevs and Org Tables

2008-04-20 Thread Jose Robins
On a related note, I have some emphasis formatting/cell width problems within tables. I have some custom emphasis alist along with hiding the emphasis markers defined so... '(org-emphasis-alist (quote ((* bold b /b) (/ italic i /i) (_ underline u /u) (= org-code code /code verbatim) (~

Re: [Orgmode] Abbrevs and Org Tables

2008-04-21 Thread Jose Robins
Carsten Dominik wrote: On Apr 20, 2008, at 4:09 PM, Jose Robins wrote: On a related note, I have some emphasis formatting/cell width problems within tables. I have some custom emphasis alist along with hiding the emphasis markers defined so... '(org-emphasis-alist (quote ((* bold b /b

[Orgmode] Question on faces used in the column view mode in the agenda view buffer

2008-04-22 Thread Jose Robins
I have turned on priority highlighting such that [A] priority items get highlighted in red and such in agenda view. In the agenda Day view buffer however if I turn on the column view mode, the face of the column turn to some sort of a default face for all the lines regardless of the

[Orgmode] Minor bug in time grid view in agenda buffer

2008-04-29 Thread Jose Robins
_*Bug Description*_ Let's say I have a scheduled entry which I've scheduled for today with the time of 7:15-8:30 am (using a time string on the item) and I have another entry for 8:30 am to 10:00am. Now I have set it up such that the default times to be shown are whatever is set by default. I

Re: [Orgmode] TODOs only shown when others are marked as done

2008-05-13 Thread Jose Robins
Hmm.. I never knew of it's existence. This seems like something that would be useful to me. BTW, maybe it would be nice to annotate/document these kind of features which are in the contrib directory in an appendix of the info documentation. It would seem a shame if some of these features are

[Orgmode] Repeater interval using weekdays

2008-07-14 Thread Jose Robins
Hi, When I schedule a repeating task which I'd like to repeat daily (e.g. daily morning meetings etc.), I do so with a +1d specifier. However, looks like when I mark today's as done, it will schedule a task for tomorrow. However, it also seems to schedule for sat and sundays. Is there any way

Re: [Orgmode] clocktable bug?

2008-07-22 Thread Jose Robins
needs to have a value ? - Carsten On Jul 21, 2008, at 3:59 PM, Jose Robins wrote: When you have a clocktable with :tstart :tend, step and link, the step does not seem to be working (essentially the whole week or month is presented in one big chunk). the presence of link seems to be problem

[Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-23 Thread Jose Robins
I've been extensively using column mode in the agenda buffer to plan my day/week. I have columns set up for scheduled and deadline. However, I was wondering if it'd be possible to expose just the time part of the scheduled timestamp as a property so that I could have a column for the time part

Re: [Orgmode] Feature Request - Customisable chars for table drawing

2008-07-24 Thread Jose Robins
+1. I was actually thinking along the same lines the other day. It would also be cool especially in the clock report tables. Jose Phil Jackson wrote: Hey, It would be really cool if the chars used to draw the various bits of the table were configurable. This way we could use the pretty

Re: [Orgmode] How to produce an agenda that filters on both todo keyword and tag?

2008-07-24 Thread Jose Robins
Richard G Riley wrote: Giovanni Ridolfi [EMAIL PROTECTED] writes: --- Gio 24/7/08, Manish [EMAIL PROTECTED] ha scritto: Da: Manish [EMAIL PROTECTED] On Thu, Jul 24, 2008 at 3:55 AM, Carsten Dominik wrote: The Tags view is really called the tags view for historical reasons.

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-25 Thread Jose Robins
Carsten Dominik wrote: Hi Robin, On Jul 23, 2008, at 9:57 AM, Jose Robins wrote: I've been extensively using column mode in the agenda buffer to plan my day/week. I have columns set up for scheduled and deadline. However, I was wondering if it'd be possible to expose just the time part

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-27 Thread Jose Robins
at the variable `org-columns-modify-value-for-display-function'. HTH - Carsten On Jul 25, 2008, at 5:33 AM, Jose Robins wrote: Carsten Dominik wrote: Hi Robin, On Jul 23, 2008, at 9:57 AM, Jose Robins wrote: I've been extensively using column mode in the agenda buffer to plan my day/week

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-27 Thread Jose Robins
, at 6:03 AM, Jose Robins wrote: Hi Carsten, Thank you so much. Here is a dumb question. What is the return value datatype and the value for the function? Right now I'm running edebug to trace what is going on there to figure this out Thanks, Jose Carsten Dominik wrote: If you get

[Orgmode] Using effort property to automatically calculate end time...

2008-07-29 Thread Jose Robins
Since we already have an effort property, if I were to schedule a task let's say to today using the C-s key, and I also put in a time of 9:00 am, is there a way for org to automatically add the effort property to the start time so as to calculate the end time? Advantage with this is that if

[Orgmode] Using effort property to automatically calculate end time...

2008-07-30 Thread Jose Robins
Since we already have an effort property, if I were to schedule a task let's say to today using the C-s key, and I also put in a time of 9:00 am, is there a way for org to automatically add the effort property to the start time so as to calculate the end time? Advantage with this is that if

Re: [Orgmode] Deadlines with Time

2008-08-01 Thread Jose Robins
There is a customize variable called org deadline warning days - Maybe this setting has something to do with what you are seeing? Jose Florian Beck wrote: Hi, sometimes I want to specify a deadline with a certain time. Without a time, there is no problem. The deadline shows up a couple of

[O] issue with org-clock modeline total for *today*?

2018-02-01 Thread Jose Robins
I'm in the pacific time zone, and I've set the org-clock-mode-line-total to today. The modeline display that shows the current time for today seems to consider 'today' as UTC midnight to UTC midnight and does not respect my timezone. I have to set the org-extend-today-until variable to 8 (PST-UTC

[O] Patch for fixing a missing autoload for the function org-clock-sum-today

2018-02-01 Thread Jose Robins
org-clock.el: Add an autoload entry for the function org-clock-sum-today * lisp/org-clock.el: When the org-mode is called for the very first time any functionality that requires the org-clock-sum-today used to fail. (e.g. a column that calculates CLOCKSUM_T) Jose

Re: [O] issue with org-clock modeline total for *today*?

2018-02-05 Thread Jose Robins
Awesome, thank you so much. I pulled in the new commits and it seems to be working now without the earlier workaround of changing the org-extend-today-until variable. Regards, Jose On Thu, Feb 1, 2018 at 1:43 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Jose R

Re: [O] Patch for fixing a missing autoload for the function org-clock-sum-today

2018-02-05 Thread Jose Robins
Thank you, Nicolas. I have not signed FSF. But I will do so for any bigger patches that I submit. Regards, Jose On Sun, Feb 4, 2018 at 2:37 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Jose Robins <jose.rob...@gmail.com> writes: > > > org-c