all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christian Moe <mail@christianmoe.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Keeping an advanced dictionary in Org-mode?
Date: Mon, 06 Jun 2011 11:38:49 +0200	[thread overview]
Message-ID: <4DECA029.2000905@christianmoe.com> (raw)

Hi,

Is anybody using Org-mode to build an advanced dictionary with 
sub-entries, tags etc.? Would you be willing to share a setup?

For example, the obvious way to build a dictionary would be to use a 
dictionary list (I borrow a few English-French lines from the 
wonderful WordReference.com site):

- pine ::
   (/paɪn/)
   1. /m noun/ [bot.] pin; *stripped ~* pin décapé.
   2. /intr verb/ languir (*for* après; *to do* de faire)

This looks nice, but unfortunately, you cannot set tags or properties 
on dictionary terms, so it's not particularly amenable to fancy 
searching, mapping etc.

On the other hand, you could do something like this:

* pine
   :PROPERTIES:
   :Pronunciation: /paɪn/
   :END:
** pin 					:bot:
    :PROPERTIES:
    :Word_class: noun
    :Gender:   m
    :END:							
    *stripped ~* pin décapé.
** languir
    :PROPERTIES:
    :Word_class: verb
    :Transitivity: intr
    :END:
    (*for* après; *to do* de faire)

It's a pain to do, and because of outline folding, it could be a pain 
to look up meanings, and you might need to do some serious 
post-processing on the export to make it look anything like a 
dictionary. But when you're done, you could extract a list of all 
botanical terms (:bot:), or of words and pronunciations only... etc.

So for my growing pile of translation notes, I might like to keep that 
kind of thing. But there are so many ways it could be organized - what 
do you put in subheadings? what in entry text below subheadings? what 
in tags, what in properties? etc. So if someone has an example that 
works for them, I'd like to see one.

(Org may not be the best tool for this job, of course, but it's the 
right tool for me...)

Yours,
Christian

             reply	other threads:[~2011-06-06  9:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06  9:38 Christian Moe [this message]
2011-06-06 14:50 ` Keeping an advanced dictionary in Org-mode? Alan E. Davis
2011-06-06 18:08   ` Christian Moe
2011-06-07 10:21     ` Alan E. Davis
2011-06-07 10:55 ` Julian Bean

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=4DECA029.2000905@christianmoe.com \
    --to=mail@christianmoe.com \
    --cc=emacs-orgmode@gnu.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 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.