Re: [O] install org-element, org-db

2015-08-28 Thread Nick Dokos
Nick Dokos writes: >> BTW, how would I run org-element-interpret-data and have it just place the >> output directly into my >> buffer without placing it in the #+RESULTS: output format? I see I can >> customize the #+RESULTS: word >> itself, and, of course, :results raw almost gets it, but stil

Re: [O] install org-element, org-db

2015-08-28 Thread Nick Dokos
Lawrence Bottorff writes: > Yes, I got confused when I did M-x org-element-interpret-data and got > nothing. I used it in a code block > and it worked fine. Beginner question for sure: Why do these functions not > work as M-x commands, rather, > just in elisp code? > It's the difference betwee

Re: [O] install org-element, org-db

2015-08-28 Thread Rasmus
Lawrence Bottorff writes: > Yes, I got confused when I did M-x org-element-interpret-data and got > nothing. I used it in a code block and it worked fine. Beginner question > for sure: Why do these functions not work as M-x commands, rather, just in > elisp code? The technical reason: Function t

Re: [O] install org-element, org-db

2015-08-28 Thread Lawrence Bottorff
Yes, I got confused when I did M-x org-element-interpret-data and got nothing. I used it in a code block and it worked fine. Beginner question for sure: Why do these functions not work as M-x commands, rather, just in elisp code? BTW, how would I run org-element-interpret-data and have it just pla

Re: [O] install org-element, org-db

2015-08-28 Thread Rasmus
Lawrence Bottorff writes: > What's the best way to install latest org-element and org-db? They're not > default, are they? They're not in ELPA. Don't know what org-db is. Re org-element you should probably use the one that comes with your org-package. IOW, you general org version and your org-

[O] install org-element, org-db

2015-08-28 Thread Lawrence Bottorff
What's the best way to install latest org-element and org-db? They're not default, are they? They're not in ELPA.