Re: [Orgmode] Re: timestamps

2010-02-11 Thread Carsten Dominik


On Feb 9, 2010, at 8:21 AM, Rares Pop wrote:


Thanks for the answer Carsten.

There is any plan to support it in future releases?


No plans yet.

One thing you could do is to use one of the hooks like org-export- 
proprocess-hook to install a function that will find clock tasks and  
format then in a way that they will look nice.


Then you can show us the result and convince us that this would be  
good to have as a built-in option.


How about that?

- Carsten



Thanks,
Rares

On Tue, Feb 9, 2010 at 12:42 AM, Carsten Dominik carsten.domi...@gmail.com 
 wrote:


On Feb 8, 2010, at 5:23 PM, Rares Pop wrote:

Hi Matt,

It worked almost everything, with the exception of publishing and  
exporting.
That doesn't work only if i delete the CLOCK: string before the  
timestamp.


Here is the line:
 CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] =  1:01

I searched through the doco but i didn't not find any solution, to  
export it the way it is.


Can you give some more ideas?

Clock lines are currently unconditionally removed during export.
Mainly because I think they look ugly and nobody wants to see them.

- Carsten


Best regards,
RAres

On Mon, Feb 8, 2010 at 3:14 PM, Matt Lundin m...@imapmail.org wrote:
Rares Pop rares@gmail.com writes:

 I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
 idea is to use it to log my work and i'm facing the following  
issues:


   * insert a constant timestamp (e.g. i forgot to insert an activity
 that i did yesterday, and i want to log it. Ican't insert a  
clock

 with previous start and end date)

You can insert an timestamp with HH:MM by typing C-u C-c !.

Here is a *very simple* function I use to insert a clock line at  
point:


--8---cut here---start-8---
  (defun my-org-insert-old-clock ()
Insert a clock line interactively at point.
(interactive)
(open-line 1)
(insert CLOCK: )
(org-time-stamp-inactive t)
(insert --)
(org-time-stamp-inactive t)
(org-clock-update-time-maybe))
--8---cut here---end---8---

   * change a timestamp inserted with a clock log in (e.g. i booked  
an
 activity to had started at 01:40PM but it actually started at  
02:00

 PM, how can i change it to have it delayed 20 minutes later)

You can change a time stamp by using Shift and the arrow keys. S-left
and S-right move forward and backward by day. S-up and S-down change
individual elements of the clock (hour, minutes, etc.).

See manual section 8.2: Creating timestamps.

   * export the org mode document with the clocks timestamp (e.g. i  
want
 to export the working log with all the timestamp both HTML and  
PDF

 but i have no success. The clock timestamps are not displayed in
 the output file)

Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
inclusion of drawers in export by adding the following line to the top
of your file:

#+OPTIONS: d:t

Or you can set org-export-with-drawers to t.

Hope this helps.
Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






- Carsten





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: timestamps

2010-02-09 Thread Rares Pop
Thanks for the answer Carsten.

There is any plan to support it in future releases?

Thanks,
Rares

On Tue, Feb 9, 2010 at 12:42 AM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 On Feb 8, 2010, at 5:23 PM, Rares Pop wrote:

  Hi Matt,

 It worked almost everything, with the exception of publishing and
 exporting.
 That doesn't work only if i delete the CLOCK: string before the timestamp.

 Here is the line:
  CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] =  1:01

 I searched through the doco but i didn't not find any solution, to export
 it the way it is.

 Can you give some more ideas?


 Clock lines are currently unconditionally removed during export.
 Mainly because I think they look ugly and nobody wants to see them.

 - Carsten


 Best regards,
 RAres

 On Mon, Feb 8, 2010 at 3:14 PM, Matt Lundin m...@imapmail.org wrote:
 Rares Pop rares@gmail.com writes:

  I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
  idea is to use it to log my work and i'm facing the following issues:
 
* insert a constant timestamp (e.g. i forgot to insert an activity
  that i did yesterday, and i want to log it. Ican't insert a clock
  with previous start and end date)

 You can insert an timestamp with HH:MM by typing C-u C-c !.

 Here is a *very simple* function I use to insert a clock line at point:

 --8---cut here---start-8---
   (defun my-org-insert-old-clock ()
 Insert a clock line interactively at point.
 (interactive)
 (open-line 1)
 (insert CLOCK: )
 (org-time-stamp-inactive t)
 (insert --)
 (org-time-stamp-inactive t)
 (org-clock-update-time-maybe))
 --8---cut here---end---8---

* change a timestamp inserted with a clock log in (e.g. i booked an
  activity to had started at 01:40PM but it actually started at 02:00
  PM, how can i change it to have it delayed 20 minutes later)

 You can change a time stamp by using Shift and the arrow keys. S-left
 and S-right move forward and backward by day. S-up and S-down change
 individual elements of the clock (hour, minutes, etc.).

 See manual section 8.2: Creating timestamps.

* export the org mode document with the clocks timestamp (e.g. i want
  to export the working log with all the timestamp both HTML and PDF
  but i have no success. The clock timestamps are not displayed in
  the output file)

 Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
 inclusion of drawers in export by adding the following line to the top
 of your file:

 #+OPTIONS: d:t

 Or you can set org-export-with-drawers to t.

 Hope this helps.
 Matt

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 - Carsten




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: timestamps

2010-02-08 Thread Matt Lundin
Rares Pop rares@gmail.com writes:

 I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
 idea is to use it to log my work and i'm facing the following issues: 

   * insert a constant timestamp (e.g. i forgot to insert an activity
 that i did yesterday, and i want to log it. Ican't insert a clock
 with previous start and end date)

You can insert an timestamp with HH:MM by typing C-u C-c !. 

Here is a *very simple* function I use to insert a clock line at point:

--8---cut here---start-8---
(defun my-org-insert-old-clock ()
  Insert a clock line interactively at point.
  (interactive)
  (open-line 1)
  (insert CLOCK: )
  (org-time-stamp-inactive t)
  (insert --)
  (org-time-stamp-inactive t)
  (org-clock-update-time-maybe))
--8---cut here---end---8---

   * change a timestamp inserted with a clock log in (e.g. i booked an
 activity to had started at 01:40PM but it actually started at 02:00
 PM, how can i change it to have it delayed 20 minutes later)

You can change a time stamp by using Shift and the arrow keys. S-left
and S-right move forward and backward by day. S-up and S-down change
individual elements of the clock (hour, minutes, etc.).

See manual section 8.2: Creating timestamps.

   * export the org mode document with the clocks timestamp (e.g. i want
 to export the working log with all the timestamp both HTML and PDF
 but i have no success. The clock timestamps are not displayed in
 the output file)

Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
inclusion of drawers in export by adding the following line to the top
of your file:

#+OPTIONS: d:t

Or you can set org-export-with-drawers to t.

Hope this helps.
Matt


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: timestamps

2010-02-08 Thread Rares Pop
Hi Matt,

It worked almost everything, with the exception of publishing and exporting.
That doesn't work only if i delete the CLOCK: string before the timestamp.

Here is the line:
 CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] =  1:01

I searched through the doco but i didn't not find any solution, to export it
the way it is.

Can you give some more ideas?

Best regards,
RAres

On Mon, Feb 8, 2010 at 3:14 PM, Matt Lundin m...@imapmail.org wrote:

 Rares Pop rares@gmail.com writes:

  I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
  idea is to use it to log my work and i'm facing the following issues:
 
* insert a constant timestamp (e.g. i forgot to insert an activity
  that i did yesterday, and i want to log it. Ican't insert a clock
  with previous start and end date)

 You can insert an timestamp with HH:MM by typing C-u C-c !.

 Here is a *very simple* function I use to insert a clock line at point:

 --8---cut here---start-8---
(defun my-org-insert-old-clock ()
  Insert a clock line interactively at point.
  (interactive)
  (open-line 1)
  (insert CLOCK: )
  (org-time-stamp-inactive t)
  (insert --)
  (org-time-stamp-inactive t)
  (org-clock-update-time-maybe))
 --8---cut here---end---8---

* change a timestamp inserted with a clock log in (e.g. i booked an
  activity to had started at 01:40PM but it actually started at 02:00
  PM, how can i change it to have it delayed 20 minutes later)

 You can change a time stamp by using Shift and the arrow keys. S-left
 and S-right move forward and backward by day. S-up and S-down change
 individual elements of the clock (hour, minutes, etc.).

 See manual section 8.2: Creating timestamps.

* export the org mode document with the clocks timestamp (e.g. i want
  to export the working log with all the timestamp both HTML and PDF
  but i have no success. The clock timestamps are not displayed in
  the output file)

 Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
 inclusion of drawers in export by adding the following line to the top
 of your file:

 #+OPTIONS: d:t

 Or you can set org-export-with-drawers to t.

 Hope this helps.
 Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Timestamps only for workdays

2008-10-21 Thread Bernt Hansen
Friedrich Delgado Friedrichs [EMAIL PROTECTED] writes:

 I'm using org with the same set of files both at work and at home
 (synchronized via svn at the moment).

 I have regular tasks that I do every day, but some only on workdays.

 I'd like to have a robust way to specify that a certain task should be
 executed Monday-Friday. When I tick it as DONE on Friday, the schedule
 should switch to the next Monday.

 I've tried specifying several timestamps with ++1w, each for a
 different day, but that is not robust. For some reason, org will
 always switch the first timestamp one week forward, in addition to the
 one for the current day.

 ( just +1w doesn't help either )

 Is there a solution for this already? Otherwise I guess this is a
 feature request. :)

I copy the task into 5 tasks and make them repeat weekly (Monday,
Tuesday, ..., Friday)  That works well enough for me but I don't have
lots of these types of tasks.

-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


Re: [Orgmode] Re: Timestamps only for workdays

2008-10-21 Thread Friedrich Delgado Friedrichs
Bernt Hansen schrieb:
 I copy the task into 5 tasks and make them repeat weekly (Monday,
 Tuesday, ..., Friday)  That works well enough for me but I don't have
 lots of these types of tasks.

I don't like that workaround, as I can't have a lot of information
added to those tasks that way... or I'd need to replicate or link it.

My current workaround is to simply manually shift the tasks over the
weekend on monday :) It's only 2 keystrokes per task, but still I'd
like org to handle that.

-- 
Friedrich Delgado Friedrichs [EMAIL PROTECTED]


pgpvFIKsJZEz5.pgp
Description: PGP signature
___
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: 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.

 Edd

 On 11/22/06, J. David Boyd [EMAIL PROTECTED] wrote:

 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


 Thanks guys.  This is what I was looking for, and lead me to the corollary,
 C-u C-c ! for making non-active timestamps with the time in them.


s/lead me/led me/




___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode