[Orgmode] Re: Deadline count down in working days

2008-03-28 Thread Rainer Stengele

Hi all again,

I also would like to see the work days at work and the real number of days at 
home ...
Maybe define a property which may be set in each agenda file as needed?

+1


rainer

Rick Moynihan schrieb:

Hi all,

I realise this functionality is probably in org already, but I can't 
seem to find it mentioned anywhere (though perhaps I'm not looking very 
hard).


Currently when I look at my agenda I see this:

gtd:   In  5 d.:  TODO [#A] A particular work related task

The 5d countdown includes weekends however.  Is it possible to get org 
to exclude weekends from these countdowns, so I know how many working 
days I have?


As I use org for both, personal and work related stuff what might be 
nice is if org could calculate work tasks in working-days and personal 
tasks in week-days for the agenda view e.g:


Thursday  27 March 2008
gtd:   In  2 wd.:  TODO [#A] A particular work related task 
:WORK:
gtd:   In  4 d. :  TODO [#A] Arrange holiday insurance 
:PERSONAL:


Where both tasks would be due on the same day (Monday 31 March 2008). 
Here I've changed the suffix for the work task to wd to indicated 
working-days and left the d suffix to indicate days.


Thanks again!

R.




___
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





___
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] New structure GIT repository

2008-03-28 Thread Carsten Dominik

Hi,

I have just pushed a major change into the GIT repository.
I would appreciate very much if as many people as possible quickly
switch to the new setup, so that we can find any remaining hick-ups.

Here is what has changed:

  - Org-mode is now a collection of 19 Lisp files.
  - These Lisp files are located in a new directory lisp.
  - The documentation files have been moved to the new doc
subdirectory.

If you are running Org-mode from the GIT repository, here are the
mandatory changes you need to make after the next pull:

  - Run make to compile all the lisp files.  If you do not want to
work with compiled files, run at the very least
make autoloads to create the file org-install.el with the
autoload definitions.

  - Change the setup for load-path in .emacs.  Previously you
were told to point it to the GIT repository main directory,
now you need to point it to the lisp subdirectory.

  - Use

  (require 'org-install)

in .emacs, which is the correct way to install the Org package.
When this file has been loaded, you are in the same state as an  
Emacs
that comes with Org-mode pre-installed.  org.el and all the other  
files

will now be loaded on demand, when they are actually needed.

Using (require 'org) instead may also work, but I am not entirely
sure.  I have tried to make it work because, for example, the Org- 
mode

tutorial still lists this as the method to load the package.


ONLY IF YOU ARE USING THE INFO DOCUMENTATION:

The info file org will now be locate in the doc subdirectory,
so you may need to change your info setup to make sure it finds
the file.  Also the dir file which contains the info directory entry
for Org is now in that directory.


- Carsten



___
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


Re: [Orgmode] Dates in agenda

2008-03-28 Thread Carsten Dominik


On Mar 27, 2008, at 3:25 PM, Richard G Riley wrote:



Is it possible to turn off dates being shown for repeated tasks in the
agenda?

e.g I do not want to see the original creation date here on the pub  
quiz

entry:

,
| Tuesday1 April 2008
|   Shamrock:   21:30.. Pub Quiz 2008-03-25 +1w
|   Diary:  April Fools' Day
`


Yes, put the time stamp on a line by itself.




Also, lets say I have an item with some notes e.g

,
| ** [2008-03-14 Fri 13:22] semantic completion check for eriks  
reply :@home:Online:emacs:

|SCHEDULED: 2008-03-17 Mon 14:00
|2008-03-17 Mon 14:00 Dont forget to remove debug code
|removed all message() calls.
`

I want to add a note without changing TODO state. Is the quickest way
just to move to the end hit C-c . then move to next line and type or
is there some sort of add note function?


That is currently the fastes way, I suppose we could have a special  
command for adding a note independent of any state changes.  Its is on  
my list now.


- Carsten



___
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: New structure GIT repository

2008-03-28 Thread Thomas Baumann
Hi Carsten,

Here's my first feedback:

+ tables ok.
+ orgtbl-mode ok.
+ agenda ok
+ links (bbdb, mhe, files) ok

wouldn't it be appropriate to install org into site-lisp/org?

Thanks
Thomas



___
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


Re: [Orgmode] FR: Two column view enhancements

2008-03-28 Thread Carsten Dominik


On Mar 25, 2008, at 11:30 PM, Daniel J. Sinder wrote:


Two feature requests to make column view a little more polished:

First, it would be nice if hl-line-mode, or something like it,  
worked in column view.  If I've got my emacs frame filling my  
physical screen and %ITEM in the left-most column, sometimes my eyes  
need help with properties in the right-most column to see which item  
they are paired with.


I cannot make hl-line work (I think), because the columns
are using overlays with display properties, and I believe
that this does not merge well with another overlay face.

But what you might want to do is to configure the face
org-column (M-x customize-face RET org-column RET)
and turn on the underline attribute.  Not sure if this helps, though.

Second, sometimes my property values are too long to fit in the  
column width I've allocated (e.g., %20NOTE).  I was thinking it  
would be great if the entire value could be placed in the echo area  
of emacs when I move the cursor into a cell?


That does get a bit noisy for my taste.  Is the v key not enough?   
If not maybe I can make this optionally.


- Carsten


___
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


Re: [Orgmode] Re: BUG-Remember buffer and switching templates

2008-03-28 Thread Carsten Dominik
I can reproduce this bug if I call `remember' in the remember buffer,  
but not if I call `org-remember'.  Which one are you using?  Switching  
templates should use `org-remember'.


- Carsten

On Mar 26, 2008, at 8:43 PM, Bernt Hansen wrote:


Here's a better debug backtrace from the uncompiled org.el file

Debugger entered--Lisp error: (error Marker does not point anywhere)
 jump-to-register(82)
 (progn (kill-buffer (current-buffer)) (jump-to-register remember- 
register))
 (if (equal remember-buffer (buffer-name)) (progn (kill-buffer ...)  
(jump-to-register remember-register)))
 (when (equal remember-buffer (buffer-name)) (kill-buffer (current- 
buffer)) (jump-to-register remember-register))

 remember-destroy()
 (save-restriction (narrow-to-region b e) (if remember-all-handler- 
functions (run-hooks ...) (run-hook-with-args-until-success ...))  
(remember-destroy))
 (let ((b ...) (e ...)) (save-restriction (narrow-to-region b e) (if  
remember-all-handler-functions ... ...) (remember-destroy)))

 remember-region(1 328)
 remember-finalize()
 org-remember-finalize()
 funcall(org-remember-finalize)
 (cond ((or org-clock-overlays org-occur-highlights org-latex- 
fragment-image-overlays) (org-remove-clock-overlays) (org-remove- 
occur-highlights) (org-remove-latex-fragment-image-overlays)  
(message Temporary highlights/overlays removed from current  
buffer)) ((and ... ...) (funcall org-finish-function)) ((org-at- 
property-p) (call-interactively ...)) ((org-on-target-p) (call- 
interactively ...)) ((org-on-heading-p) (call-interactively ...))  
((org-at-table\.el-p) (require ...) (beginning-of-line 1) (re-search- 
forward | ...) (call-interactively ...)) ((org-at-table-p) (org- 
table-maybe-eval-formula) (if arg ... ...) (call-interactively ...))  
((org-at-item-checkbox-p) (call-interactively ...)) ((org-at-item-p)  
(call-interactively ...)) ((save-excursion ... ...) (beginning-of- 
line 1) (org-update-dblock)) ((save-excursion ... ...)  
(cond ... ...)) (t (error C-c C-c can do nothing useful at this  
location.)))
 (let ((org-enable-table-editor t)) (cond (... ... ... ... ...)  
(... ...) (... ...) (... ...) (... ...) (... ... ... ... ...)  
(... ... ... ...) (... ...) (... ...) (... ... ...) (... ...)  
(t ...)))

 org-ctrl-c-ctrl-c(nil)
 call-interactively(org-ctrl-c-ctrl-c)

-Bernt



___
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




___
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


Re: [Orgmode] Re: BUG-Remember buffer and switching templates

2008-03-28 Thread Bernt Hansen
I was using C-M-r which is bound to org-remember.  But with the latest
master it doesn't produce this error anymore for me.

-Bernt


Carsten Dominik [EMAIL PROTECTED] writes:

 I can reproduce this bug if I call `remember' in the remember buffer,
 but not if I call `org-remember'.  Which one are you using?  Switching
 templates should use `org-remember'.

 - Carsten

 On Mar 26, 2008, at 8:43 PM, Bernt Hansen wrote:

 Here's a better debug backtrace from the uncompiled org.el file

 Debugger entered--Lisp error: (error Marker does not point anywhere)
  jump-to-register(82)
  (progn (kill-buffer (current-buffer)) (jump-to-register remember- 
 register))
  (if (equal remember-buffer (buffer-name)) (progn (kill-buffer ...)
 (jump-to-register remember-register)))
  (when (equal remember-buffer (buffer-name)) (kill-buffer (current- 
 buffer)) (jump-to-register remember-register))
  remember-destroy()
  (save-restriction (narrow-to-region b e) (if remember-all-handler- 
 functions (run-hooks ...) (run-hook-with-args-until-success ...))
 (remember-destroy))
  (let ((b ...) (e ...)) (save-restriction (narrow-to-region b e) (if
 remember-all-handler-functions ... ...) (remember-destroy)))
  remember-region(1 328)
  remember-finalize()
  org-remember-finalize()
  funcall(org-remember-finalize)
  (cond ((or org-clock-overlays org-occur-highlights org-latex- 
 fragment-image-overlays) (org-remove-clock-overlays) (org-remove- 
 occur-highlights) (org-remove-latex-fragment-image-overlays)
 (message Temporary highlights/overlays removed from current
 buffer)) ((and ... ...) (funcall org-finish-function)) ((org-at- 
 property-p) (call-interactively ...)) ((org-on-target-p) (call- 
 interactively ...)) ((org-on-heading-p) (call-interactively ...))
 ((org-at-table\.el-p) (require ...) (beginning-of-line 1)
 (re-search- 
 forward | ...) (call-interactively ...)) ((org-at-table-p) (org- 
 table-maybe-eval-formula) (if arg ... ...) (call-interactively ...))
 ((org-at-item-checkbox-p) (call-interactively ...)) ((org-at-item-p)
 (call-interactively ...)) ((save-excursion ... ...) (beginning-of- 
 line 1) (org-update-dblock)) ((save-excursion ... ...)  (cond
 ... ...)) (t (error C-c C-c can do nothing useful at this
 location.)))
  (let ((org-enable-table-editor t)) (cond (... ... ... ... ...)
 (... ...) (... ...) (... ...) (... ...) (... ... ... ... ...)
 (... ... ... ...) (... ...) (... ...) (... ... ...) (... ...)  (t
 ...)))
  org-ctrl-c-ctrl-c(nil)
  call-interactively(org-ctrl-c-ctrl-c)

 -Bernt



 ___
 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


___
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


Re: [Orgmode] thousands of Invalid face attribute messages

2008-03-28 Thread Carsten Dominik
Maybe this is a temporary bug in the redisplay code in the Emacs CVS  
head?

I would hope so

- Carsten

On Mar 27, 2008, at 12:43 AM, David O'Toole wrote:


When I open an org-mode file I start to get these errors in the
message-buffer. Debug-on-error does not seem to work because it's
apparently happening during redisplay.

Invalid face attribute :bold t [1133 times]

I removed all instances of :bold t from my color theme file, so I
don't think it's my code.

This is with current CVS HEAD.


___
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




___
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


Re: [Orgmode] Deadline count down in working days

2008-03-28 Thread Carsten Dominik


On Mar 27, 2008, at 12:52 PM, Rick Moynihan wrote:


Hi all,

I realise this functionality is probably in org already, but I can't  
seem to find it mentioned anywhere (though perhaps I'm not looking  
very hard).


Currently when I look at my agenda I see this:

gtd:   In  5 d.:  TODO [#A] A particular work related task

The 5d countdown includes weekends however.  Is it possible to get  
org to exclude weekends from these countdowns, so I know how many  
working days I have?


As I use org for both, personal and work related stuff what might be  
nice is if org could calculate work tasks in working-days and  
personal tasks in week-days for the agenda view e.g:


Thursday  27 March 2008
gtd:   In  2 wd.:  TODO [#A] A particular work related  
task :WORK:
gtd:   In  4 d. :  TODO [#A] Arrange holiday  
insurance :PERSONAL:


Where both tasks would be due on the same day (Monday 31 March  
2008). Here I've changed the suffix for the work task to wd to  
indicated working-days and left the d suffix to indicate days.


Thanks again!


Hmmm, I personally do not like this idea too much, I would find it  
confusing.
And it is not easy to implement, because you might want to remove  
holidays as well etc.


So what I will do is give you a hook to customize this yourself:

   (setq org-agenda-deadline-leaders '(Deadline:   my-org-deadline- 
leader))


where my-org-deadline-leader is a function that will return the correct
string that you would like to have as a leader.  For inspiration and  
example,

here is on that gives the time in weeks or month if it is too long.


(defun org-deadline-leader (diff date)
  (cond
   (( (abs diff) 61) (format In %3d m.:  (/ diff 30.6)))
   (( (abs diff) 21) (format In %3d w.:  (/ diff 7.0)))
   (t (format In %3d d.:  diff



This is in the git repo now.

- Carsten



___
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


Re: [Orgmode] timestamp rounding question.

2008-03-28 Thread Carsten Dominik


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 discussed in the  
earlier thread.


There is rounding when you press S-up or S-down on the *minute* part  
of a time stamp.  If the cursor is no any other part of the tie stamp,  
that part will be changed and no rounding applied.


- Carsten


(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 that it would not be possible to do  rounding  
when inserting time. However the custom options for 5.23a show that  
there is a variable for rounding during time insertion as well as  
during time modification via the up/down key - my .emacs setting for  
this looks as follows...

 '(org-time-stamp-rounding-minutes (quote (5 5)))

However neither seem to have an effect...
Hmmm

Jose
___
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


___
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


Re: [Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-28 Thread Carsten Dominik

I believe this is fixed now, thanks.

- Carsten

On Mar 27, 2008, at 1:12 PM, Rick Moynihan wrote:

Hi all,

Just found what appears to be a bug with checkboxes when the outline  
they're part of has a cookie, e.g:


* Outline [%]

- [ ] foo
- [ ] bar
- [ ] baz

Marking either foo,bar or baz as done with a C-c causes a Not in  
item error, and doesn't update the cookie.


Interestingly, the following structure works with no error as one  
would expect:


- Main item [33%]
 + [ ] foo
 + [ ] bar
 + [X] baz


R.


___
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


___
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


Re: [Orgmode] HTML export: internal links broken

2008-03-28 Thread Carsten Dominik

Hi Sebastian,

this is not really a bug.  Internal links in Org are fuzzy links, they  
do a text search.
During HTML export I am only implementing explicit targets: pieces of  
text enclosed in ...


So if you write


* Some Heading

** Some other heading

*** Some third heading

   This [[Some Heading][Link]] should link to '*** Some Heading'.

   This [[Some other heading][Link]] should link to '*** Some other  
heading'.


   This [[third][Link]] should link to '*** Some third heading',
   even though only a single word is in the target.



then you will get a properly linked export:


div id=outline-container-1 class=outline-2
  h2 id=sec-11 span class=targetSome Heading/span /h2
  div id=text-1/div

  div id=outline-container-1.1 class=outline-3
h3 id=sec-1.11.1 span class=targetSome other heading/ 
span /h3

div id=text-1.1/div

div id=outline-container-1.1.1 class=outline-4
  h4 id=sec-1.1.11.1.1 Some span class=targetthird/ 
span  heading/h4

  div id=text-1.1.1


p
This a href=#sec-1Link/a should link to '*** Some Heading'.
/p
p
This a href=#sec-1.1Link/a should link to '*** Some other  
heading'.

/p
p
This a href=#sec-1.1.1Link/a should link to '*** Some third  
heading'.

/p
/div
/div
/div
/div


Hope this helps.

- Carsten



___
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] Bug? Link to network file/dir does not work

2008-03-28 Thread Wanrong Lin


Hi,

On my Windows machine, I tried to access a link like this from my org file:

file://host/dir/file_name

It does not work. The error message says:
ShellExecute failed: The system cannot find the file specified.^M
(Note the ^M at the end)

I also tried the back slash version:
file:\\host\dir\file_name

Same result.

On a Linux machine, the above does not work either, but the behavior is 
different. Emacs will just create a buffer with a path 
/host/dir/file_name on the local machine.


I am using Org 5.23a on Emacs 22.2 (just upgraded :-))

Thanks for looking into this.

Wanrong






___
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: Bug? Link to network file/dir does not work

2008-03-28 Thread Thomas Baumann
Wanrong Lin [EMAIL PROTECTED] writes:

 Hi,

 On my Windows machine, I tried to access a link like this from my org file:

 file://host/dir/file_name

shouldn't that be 

file://host:/dir/file_name

note the second colon after host.

Thomas



___
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


Re: [Orgmode] Re: Bug? Link to network file/dir does not work

2008-03-28 Thread Xiao-Yong Jin
Wanrong Lin [EMAIL PROTECTED] writes:

 T
 Thomas Baumann wrote:
 Wanrong Lin [EMAIL PROTECTED] writes:

   
 Hi,

 On my Windows machine, I tried to access a link like this from my org file:

 file://host/dir/file_name
 

 shouldn't that be 

 file://host:/dir/file_name

 note the second colon after host.

 Thomas

   
 Tried that (on windows), does not work either. The error message is:
 No such file:  file://host:/dir/file_name

 I thought ideally whatever file path that is acceptable by the OS
 should be usable in org mode.

If tramp/ssh works for you, the following link definitely
works, at least for me.

file:///ssh:remote.host:path/to/the/file


Xiao-Yong
-- 
c/*__o/*
\ * (__
*/\  


___
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


Re: [Orgmode] Re: Bug? Link to network file/dir does not work

2008-03-28 Thread Wanrong Lin



If tramp/ssh works for you, the following link definitely
works, at least for me.

file:///ssh:remote.host:path/to/the/file


Xiao-Yong
  


Thanks. Good to know tramp links work, as I am sure I will need it sometime.

I have tried to use SSH/Tramp on Windows but the set-up is a challenge 
(putty does not work as a ssh replacement, and Cygwin ssh does not 
work either) . If you have a set up working on Windows, I would be glad 
to hear about it.


But still, even with SSH/Tramp working, I still think ideally whatever 
path that Windows file explorer accepts should work in org-mode too. 
Emacs already does so. If on Windows you do C-x C-f on a path 
\\host\dir\file_name, there is no problem.


Wanrong


___
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


Re: [Orgmode] timestamp rounding question.

2008-03-28 Thread Jose Robins

Carsten,
I found out that when I use the **compiled** version of org.el, when I 
try to do shift up/down on an inactive timestamp, I get an error with 
the following backtrace...


Debugger entered--Lisp error: (void-function signum)
 signum(-1)
 org-timestamp-change(-1)
 org-timestamp-down(1)
 call-interactively(org-timestamp-down)
 org-shiftdown(nil)
 call-interactively(org-shiftdown)

However, if I delete the .elc and after restarting emacs, the shift 
up/down works perfectly.


I tried deleting all the .elcs in the directory and I recompiled org.el 
from within emacs. but the problem 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 discussed in the 
earlier thread.


There is rounding when you press S-up or S-down on the *minute* part 
of a time stamp.  If the cursor is no any other part of the tie stamp, 
that part will be changed and no rounding applied.


- Carsten


(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 that it would not be possible to do  rounding 
when inserting time. However the custom options for 5.23a show that 
there is a variable for rounding during time insertion as well as 
during time modification via the up/down key - my .emacs setting for 
this looks as follows...

 '(org-time-stamp-rounding-minutes (quote (5 5)))

However neither seem to have an effect...
Hmmm

Jose
___
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



___
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


Re: [Orgmode] Bug: repeated task with ++1w does not auto-jump

2008-03-28 Thread Wanrong Lin


Thanks a lot. Look forward to 5.24 (I know, I should have learned git by 
now...)


Wanrong




___
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] s/unser/user/ in lisp/org-table.el

2008-03-28 Thread Jason Riedy
Little, copyright-less change appended.

BTW, while I'm waiting for completion of my copyright assignment,
my little orgtbl changes are sitting in a fork on repo.or.gz:
  http://repo.or.cz/w/org-mode/ejr.git

The changes have been updated to the new structure, and
everything *appears* to work.

You may want to describe forks in README_GIT.  Pulling from a
fork would be a bit more controlled than giving out push access,
removing the various copyright concerns.  I don't know of a
sensible way to manage ChangeLog files.

Jason
--
diff --git a/lisp/org-table.el b/lisp/org-table.el
index ee83da7..fbeb5e8 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -176,7 +176,7 @@ fromaccept as input, do not present for editing
 t:  accept as input and present for editing
   :group 'org-table-calculation
   :type '(choice
- (const :tag Never, don't even check unser input for them nil)
+ (const :tag Never, don't even check user input for them nil)
  (const :tag Always, both as user input, and when editing t)
  (const :tag Convert user input, don't offer during editing 'from)))



___
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] Bruno Haible's git-merge-changelog

2008-03-28 Thread Jason Riedy
A quick search turned up Bruno Haible's git-merge-changelog:
  http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c

Potentially very useful.

Jason



___
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


Re: [Orgmode] FR: Two column view enhancements

2008-03-28 Thread Daniel J. Sinder

On 03/28/2008 06:04 AM, Carsten Dominik wrote:


I cannot make hl-line work (I think), because the columns
are using overlays with display properties, and I believe
that this does not merge well with another overlay face.


Thanks anyway.  I suspected it might be a problem due to overlays, 
but I didn't know enough to know for sure.


I've now noticed that left-right scrolling for very wide column 
views, does not scroll the column headings with the content.  Can 
that be done?




Second, sometimes my property values are too long to fit in the column 
width I've allocated (e.g., %20NOTE).  I was thinking it would be 
great if the entire value could be placed in the echo area of emacs 
when I move the cursor into a cell?


That does get a bit noisy for my taste.  Is the v key not enough?  If 
not maybe I can make this optionally.


v is perfect -- thanks.  I didn't know about it.

Dan




___
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


Re: [Orgmode] timestamp rounding question.

2008-03-28 Thread Carsten Dominik

fixed, thanks.

- Carsten

On Mar 28, 2008, at 9:31 PM, Jose Robins wrote:

Carsten,
I found out that when I use the **compiled** version of org.el, when  
I try to do shift up/down on an inactive timestamp, I get an error  
with the following backtrace...


Debugger entered--Lisp error: (void-function signum)
  signum(-1)
  org-timestamp-change(-1)
  org-timestamp-down(1)
  call-interactively(org-timestamp-down)
  org-shiftdown(nil)
  call-interactively(org-shiftdown)

However, if I delete the .elc and after restarting emacs, the shift  
up/down works perfectly.


I tried deleting all the .elcs in the directory and I recompiled  
org.el from within emacs. but the problem 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 discussed in  
the earlier thread.


There is rounding when you press S-up or S-down on the *minute*  
part of a time stamp.  If the cursor is no any other part of the  
tie stamp, that part will be changed and no rounding applied.


- Carsten


(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 that it would not be possible to do  rounding  
when inserting time. However the custom options for 5.23a show  
that there is a variable for rounding during time insertion as  
well as during time modification via the up/down key - my .emacs  
setting for this looks as follows...

 '(org-time-stamp-rounding-minutes (quote (5 5)))

However neither seem to have an effect...
Hmmm

Jose
___
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





___
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