* What are most users worldview of org-mode's data model?
@ 2014-04-05 2:26 Grant Rettke
2014-04-05 3:13 ` Nick Dokos
0 siblings, 1 reply; 3+ messages in thread
From: Grant Rettke @ 2014-04-05 2:26 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hi,
Starting at org-mode files for a while and skimming over WORG it
jumped out at me that
org-mode really looks at its documents like a tree data structure. It
doesn't force that
worldview upon you, it just makes your life so much easier by help you
to utilize it in Emacs.
Questions:
1. Anyone else look at it this way?
2. Are there any brokering functions between the org file and a SEXP?
It would be nice to work
with that since Emacs-Lisp already handles them fine.
Regards,
Grant Rettke | AAAS, ACM, AMA, COG, FSF, IEEE, Sigma Xi
grettke@acm.org | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: What are most users worldview of org-mode's data model?
2014-04-05 2:26 What are most users worldview of org-mode's data model? Grant Rettke
@ 2014-04-05 3:13 ` Nick Dokos
2014-04-05 10:33 ` Thorsten Jolitz
0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2014-04-05 3:13 UTC (permalink / raw)
To: emacs-orgmode
Grant Rettke <gcr@wisdomandwonder.com> writes:
> Hi,
>
> Starting at org-mode files for a while and skimming over WORG it
> jumped out at me that
> org-mode really looks at its documents like a tree data structure. It
> doesn't force that
> worldview upon you, it just makes your life so much easier by help you
> to utilize it in Emacs.
>
> Questions:
>
> 1. Anyone else look at it this way?
Yes, everybody. In fact, org-mode *does* force you to view your document
as a tree and that's one of the most common complaints: people want to
have a piece of a section, followed by a subsection, and then pop up
again with another piece of the original section - org-mode does not let
you do that.
> 2. Are there any brokering functions between the org file and a SEXP?
org-element.el
> It would be nice to work
> with that since Emacs-Lisp already handles them fine.
>
--
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: What are most users worldview of org-mode's data model?
2014-04-05 3:13 ` Nick Dokos
@ 2014-04-05 10:33 ` Thorsten Jolitz
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Jolitz @ 2014-04-05 10:33 UTC (permalink / raw)
To: emacs-orgmode
Nick Dokos <ndokos@gmail.com> writes:
> Grant Rettke <gcr@wisdomandwonder.com> writes:
>> 2. Are there any brokering functions between the org file and a SEXP?
>
> org-element.el
Those '-map' functions are very useful and powerful too:
C-h f org--map TAB
,-----------------------------------------------------------------
| Possible completions are:
| org-babel-map-call-lines org-babel-map-executables
| org-babel-map-inline-src-blocks org-babel-map-src-blocks
| org-block-map org-element-map
| org-goto-map org-set-transient-map
| org-table-map-tables
`-----------------------------------------------------------------
C-h f org-map- TAB
,--------------------------------
| Possible completions are:
| org-map-dblocks org-map-entries
| org-map-region org-map-tree
`--------------------------------
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-05 10:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 2:26 What are most users worldview of org-mode's data model? Grant Rettke
2014-04-05 3:13 ` Nick Dokos
2014-04-05 10:33 ` Thorsten Jolitz
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.