emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rares Pop <rares.pop@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Matt Lundin <mdl@imapmail.org>, emacs-orgmode@gnu.org
Subject: Re: Re: timestamps
Date: Tue, 9 Feb 2010 09:21:45 +0200	[thread overview]
Message-ID: <7b60ffe51002082321j7d53ce7dm512ee00643c54fd1@mail.gmail.com> (raw)
In-Reply-To: <ADF3DA75-911F-4E3D-BEC1-089EAE8C2B19@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3121 bytes --]

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.dominik@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 <mdl@imapmail.org> wrote:
>> Rares Pop <rares.pop@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
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 4725 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

  parent reply	other threads:[~2010-02-09  7:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08  8:54 timestamps Rares Pop
2010-02-08 13:14 ` timestamps Matt Lundin
2010-02-08 16:23   ` timestamps Rares Pop
     [not found]     ` <ADF3DA75-911F-4E3D-BEC1-089EAE8C2B19@gmail.com>
2010-02-09  7:21       ` Rares Pop [this message]
2010-02-11 16:14         ` timestamps Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b60ffe51002082321j7d53ce7dm512ee00643c54fd1@mail.gmail.com \
    --to=rares.pop@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).