From: Torsten Wagner <torsten.wagner@gmail.com>
To: Tim <wiskey5alpha@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Using org-mode for laboratory notes.
Date: Fri, 21 Sep 2012 11:20:41 +0900 [thread overview]
Message-ID: <CAPaq-gM_W-9OzJLhXObZLFhHfhsLK0Sx+WoDNBPgNH+=_fvJuA@mail.gmail.com> (raw)
In-Reply-To: <87vcf8p1oh.wl%wiskey5alpha@gmail.com>
Hey,
this is a nice idea and makes me wonder if it would be possible to use
templates to automatically commit all recent changes in a git repro,
and start a new day by a new fresh working space in git.
git links are already possible. The template could create a link to
the just checked in status in a extra org-file. You would end-up with
a link for each date and file that changed and following this links,
your files would magically be set-back to that particular timestamp.
Furthermore, having the capabilities to see the diff and to see the
history of not only complete files but of single headlines in org-mode
would be then very helpful.
I believe having a more tied integration of git capabilities within
org-mode could really come up with some nice solutions.
Torsten
On 21 September 2012 11:09, Tim <wiskey5alpha@gmail.com> wrote:
> At Wed, 19 Sep 2012 12:08:21 -0500,
> Russell Adams wrote:
>
> On Wed, Sep 19, 2012 at 09:15:35AM -0700, Eric Lubeck wrote:
>> One of my particular concerns is this: I'm accustomed to using a
>> chronological laboratory notebook for recording all of my data. The
>> agenda views in org-mode seem to provide a means to retrieve
>> chronological information out of my outlines, but I would than need
>> to timestamp every single entry in my outline. Is there a means for
>> doing this? Currently I am manually typing C-u C-c ! , but it would
>> be helpful to have something automatically configured to timestamp
>> and place the time in a drawer for any entry in a particular file.
>
> Hello,
>
> I have the following setup in order to keep cronological notes.
>
> * In my capture templates I have the following :
>
> #+begin_src elisp
> ("j" "Journal entry" entry
> (file make-journal-file-name )
> "* %? :journal:REVIEW: \n %u")
> #+end_src
> and I've defined the function like so :
>
> #+begin_src elisp
> (defun make-journal-file-name ()
> (concat "~/Planner/Journal/" (format-time-string "%Y.%m.%d.%a" nil) ".org" )
> )
> #+end_src
> That way, to create a new entry I just hit 'C-c c j'
>
> which gives me the following :
> * :journal:REVIEW:
> [2012-09-20 Thu]
>
> in the file ~/Planner/Journal/2012.09.20.Thu.org
>
> Please let me know if any of that is unclear.
>
>
> Hope that helps,
>
> -T
>
next prev parent reply other threads:[~2012-09-21 2:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-19 16:15 Using org-mode for laboratory notes Eric Lubeck
2012-09-19 17:08 ` Russell Adams
2012-09-21 2:09 ` Tim
2012-09-21 2:20 ` Torsten Wagner [this message]
2012-09-21 2:37 ` Tim
2012-09-19 18:49 ` Eric Schulte
2012-09-20 1:44 ` Torsten Wagner
2012-09-20 3:18 ` Eric Lubeck
2012-09-20 3:53 ` John Hendy
2012-11-28 22:01 ` Nick Dokos
2012-09-20 4:03 ` John Hendy
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAPaq-gM_W-9OzJLhXObZLFhHfhsLK0Sx+WoDNBPgNH+=_fvJuA@mail.gmail.com' \
--to=torsten.wagner@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=wiskey5alpha@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.