emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Setup Org-mode to write diary.
@ 2014-07-26  3:22 stardiviner
  2014-07-26  7:30 ` Sharon Kimble
  2014-07-28  8:53 ` Charles Philip Chan
  0 siblings, 2 replies; 7+ messages in thread
From: stardiviner @ 2014-07-26  3:22 UTC (permalink / raw)
  To: Org-mode

I want to know how to configure Org-mode to write diary with a easy way.
I hope someone can provide his way.

Here is what I think what Org-mode write diary should have.

- [ ] *open/create* a buffer to write current day's diary quickly.
- [ ] *navigate* diary entry like viewing day entries in Calendar.
- [ ] *manage* diary files with some kind of style like (date, folder, etc).
- [ ] *search* diary content.

If you have some hints, welcome to tell me, thanks in advance.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-26  3:22 Setup Org-mode to write diary stardiviner
@ 2014-07-26  7:30 ` Sharon Kimble
  2014-07-26  8:03   ` SabreWolfy
  2014-07-28  8:53 ` Charles Philip Chan
  1 sibling, 1 reply; 7+ messages in thread
From: Sharon Kimble @ 2014-07-26  7:30 UTC (permalink / raw)
  To: stardiviner; +Cc: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1550 bytes --]

stardiviner <numbchild@gmail.com> writes:

> I want to know how to configure Org-mode to write diary with a easy way.
> I hope someone can provide his way.
>
> Here is what I think what Org-mode write diary should have.
>
> - [ ] *open/create* a buffer to write current day's diary quickly.
> - [ ] *navigate* diary entry like viewing day entries in Calendar.
> - [ ] *manage* diary files with some kind of style like (date, folder, etc).
> - [ ] *search* diary content.
>
> If you have some hints, welcome to tell me, thanks in advance.
>
I've kept a diary in org-mode for a year and a half now, like this -
--8<---------------cut here---------------start------------->8---
* July
** 26 Sat
   blah de blah, etc!
   
** 27 Sun
   not yet, it isn't here yet!
--8<---------------cut here---------------end--------------->8---

Using that way it is auto-menued [is there such a word? I can't think of
a better way of putting it, sorry!] with "Imenu" so it is easy to go
back to a specific day. But I have found that I can't have more that 3
months worth of postings in a buffer, without things slowing down and
seeming to get slightly corrupted. So at the end of every quarter, I
transfer postings over from "2014a.org" to "2014.org", which isn't very
often used or accessed, but its available if its needed.

Hope it helps
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.92.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-26  7:30 ` Sharon Kimble
@ 2014-07-26  8:03   ` SabreWolfy
  2014-07-26 10:13     ` Sharon Kimble
  0 siblings, 1 reply; 7+ messages in thread
From: SabreWolfy @ 2014-07-26  8:03 UTC (permalink / raw)
  To: emacs-orgmode

Sharon Kimble <boudiccas <at> skimble.plus.com> writes:

> But I have found that I can't have more that 3
> months worth of postings in a buffer, without things slowing down and
> seeming to get slightly corrupted.

That would be three main headings and about 30 sub-headings under each,
giving a total of 120 sub-headings. Do you have line-numbering on?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-26  8:03   ` SabreWolfy
@ 2014-07-26 10:13     ` Sharon Kimble
  2014-07-28  7:28       ` SabreWolfy
  0 siblings, 1 reply; 7+ messages in thread
From: Sharon Kimble @ 2014-07-26 10:13 UTC (permalink / raw)
  To: SabreWolfy; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

SabreWolfy <sabrewolfy@gmail.com> writes:

> Sharon Kimble <boudiccas <at> skimble.plus.com> writes:
>
>> But I have found that I can't have more that 3
>> months worth of postings in a buffer, without things slowing down and
>> seeming to get slightly corrupted.
>
> That would be three main headings and about 30 sub-headings under each,
> giving a total of 120 sub-headings. Do you have line-numbering on?
>
Yes, but I don't take much notice of it. 

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.92.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-26 10:13     ` Sharon Kimble
@ 2014-07-28  7:28       ` SabreWolfy
  0 siblings, 0 replies; 7+ messages in thread
From: SabreWolfy @ 2014-07-28  7:28 UTC (permalink / raw)
  To: emacs-orgmode

Sharon Kimble <boudiccas <at> skimble.plus.com> writes:

> Yes, but I don't take much notice of it. 

See my question and the answers here[1] about slow performance in Org files
when line-numbering is enabled.

[1]
http://stackoverflow.com/questions/5229705/emacs-org-mode-turn-off-line-numbers

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-26  3:22 Setup Org-mode to write diary stardiviner
  2014-07-26  7:30 ` Sharon Kimble
@ 2014-07-28  8:53 ` Charles Philip Chan
  2014-07-30  7:20   ` numbchild
  1 sibling, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2014-07-28  8:53 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

stardiviner <numbchild@gmail.com> writes:

> I want to know how to configure Org-mode to write diary with a easy way.
> I hope someone can provide his way.
>
> Here is what I think what Org-mode write diary should have.
>
> - [ ] *open/create* a buffer to write current day's diary quickly.

Set up a capture template using a date tree. For example, this is taken
directly from section 9.1.3 of the org-mode manual:

,----
| ("j" "Journal" entry (file+datetree "~/org/journal.org")
|              "* %?\nEntered on %U\n  %i\n  %a")
`----

> - [ ] *navigate* diary entry like viewing day entries in Calendar.

Use the imenu menu or just fold and unfold the outline.

> - [ ] *manage* diary files with some kind of style like (date, folder,
> etc).  - [ ] *search* diary content.

Add the file to the variable "org-agenda-text-search-extra-files" and/or
set up a custom agenda view to search the file.

Charles

-- 
"...Deep Hack Mode--that mysterious and frightening state of
consciousness where Mortal Users fear to tread."
(By Matt Welsh)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Setup Org-mode to write diary.
  2014-07-28  8:53 ` Charles Philip Chan
@ 2014-07-30  7:20   ` numbchild
  0 siblings, 0 replies; 7+ messages in thread
From: numbchild @ 2014-07-30  7:20 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]

This org-capture looks a way, I want to try it.
But need a more advanced way, because a single file for write diary is
really not a good idea. I will be slow. (I think....)
Maybe add a logic in the org-capture template.

I'm trying this way.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://nagatopain-blog.logdown.com/


On Mon, Jul 28, 2014 at 4:53 PM, Charles Philip Chan <cpchan@bell.net>
wrote:

> stardiviner <numbchild@gmail.com> writes:
>
> > I want to know how to configure Org-mode to write diary with a easy way.
> > I hope someone can provide his way.
> >
> > Here is what I think what Org-mode write diary should have.
> >
> > - [ ] *open/create* a buffer to write current day's diary quickly.
>
> Set up a capture template using a date tree. For example, this is taken
> directly from section 9.1.3 of the org-mode manual:
>
> ,----
> | ("j" "Journal" entry (file+datetree "~/org/journal.org")
> |              "* %?\nEntered on %U\n  %i\n  %a")
> `----
>
> > - [ ] *navigate* diary entry like viewing day entries in Calendar.
>
> Use the imenu menu or just fold and unfold the outline.
>
> > - [ ] *manage* diary files with some kind of style like (date, folder,
> > etc).  - [ ] *search* diary content.
>
> Add the file to the variable "org-agenda-text-search-extra-files" and/or
> set up a custom agenda view to search the file.
>
> Charles
>
> --
> "...Deep Hack Mode--that mysterious and frightening state of
> consciousness where Mortal Users fear to tread."
> (By Matt Welsh)
>

[-- Attachment #2: Type: text/html, Size: 2666 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-30  7:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-26  3:22 Setup Org-mode to write diary stardiviner
2014-07-26  7:30 ` Sharon Kimble
2014-07-26  8:03   ` SabreWolfy
2014-07-26 10:13     ` Sharon Kimble
2014-07-28  7:28       ` SabreWolfy
2014-07-28  8:53 ` Charles Philip Chan
2014-07-30  7:20   ` numbchild

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).