Re: [O] How can I convert a org file to a flowchart

2013-12-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat Dec 7 06:54:53 2013, Feng Shu wrote: Rainer M Krug rai...@krugs.de writes: On Fri Dec 6 15:07:56 2013, Bastien wrote: Hi Feng, Feng Shu tuma...@gmail.com writes: I have to draw a flowchart with many many nodes (about 500) and less

Re: [O] text-only plots

2013-12-09 Thread Suvayu Ali
Hi Thierry, On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote: Carsten Dominik carsten.dominik at gmail.com writes: This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be that this could be trouble for the exporters -

Re: [O] Proposal: adjust CLOCK directly in agenda

2013-12-09 Thread Rainer Stengele
Am 02.09.2012 10:46, schrieb Bastien: Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I cannot find a property which shows the start and ending time of an entry, so changing the total time is useless for me as I do not see where the task started or ended. I still consider

Re: [O] text-only plots

2013-12-09 Thread Ivan Andrus
On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Thierry, On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote: Carsten Dominik carsten.dominik at gmail.com writes: This is not a lot of code - I would not mind simply integrating this into org-table.el

[O] Cdlatex and ELPA

2013-12-09 Thread Rasmus
Hi, Since I use multiple computers I'd like to cdlatex in GNU ELPA. An outdated version is currently on Marmelade, but I think that version doesn't work with current Org (v4.0 vs. v4.6). Also, cdlatex deserves to be in GNU ELPA IMO. There's this snip in cdlatex.el: ;; CDLaTeX requires

Re: [O] Cdlatex and ELPA

2013-12-09 Thread Rasmus
Rasmus ras...@gmx.us writes: Perhaps AUCTeX is a too heavy dependency which might 'talk' in favor of distributing textmathp.el separately. However, I'm not sure if package.el supports some kind of either (i) an or statement in 'Package-Requires' or (ii) a 'Package-Provides' for people who

Re: [O] Org mode and shunt exporters?

2013-12-09 Thread Brett Viren
Eric Schulte schulte.e...@gmail.com writes: You can use `org-element-parse-buffer' to convert an Emacs Buffer to a structured Emacs Lisp object. At that point you can use existing tools for converting lisp to JSON or YAML. I've used cl-json for Common Lisp, I would imagine something similar

[O] publishuing in html5

2013-12-09 Thread Catonano
I' m trying to follow the examples at this page http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes to transform #+BEGIN_ASIDE Lorem ipsum #+END_ASIDE in aside pLorem ipsum/p /aside but it doesn't work, I still get div class=aside p Lorem ipsum /p

Re: [O] publishuing in html5

2013-12-09 Thread Catonano
I forgot: my org-mode version is 8.2.4 2013/12/9 Catonano caton...@gmail.com I' m trying to follow the examples at this page http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes to transform #+BEGIN_ASIDE Lorem ipsum #+END_ASIDE in aside pLorem

Re: [O] Cdlatex and ELPA

2013-12-09 Thread Achim Gratz
Rasmus writes: Since I use multiple computers I'd like to cdlatex in GNU ELPA. An outdated version is currently on Marmelade, but I think that version doesn't work with current Org (v4.0 vs. v4.6). Also, cdlatex deserves to be in GNU ELPA IMO. Don't you think that emacs-devel would be a

Re: [O] publishuing in html5

2013-12-09 Thread Catonano
now I see that html5 is mentioned in the exporting section but not in the publishing section. I mistakenly identified the 2. Does org-mode publish to html5 ? 2013/12/9 Catonano caton...@gmail.com I forgot: my org-mode version is 8.2.4 2013/12/9 Catonano caton...@gmail.com I' m trying to

Re: [O] publishuing in html5

2013-12-09 Thread Nick Dokos
Catonano caton...@gmail.com writes: I' m trying to follow the examples at this page http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes to transform      #+BEGIN_ASIDE      Lorem ipsum      #+END_ASIDE in      aside        pLorem ipsum/p      /aside but it doesn't work, I

Re: [O] Org mode and shunt exporters?

2013-12-09 Thread Nicolas Goaziou
Hello, Brett Viren b...@bnl.gov writes: Eric Schulte schulte.e...@gmail.com writes: You can use `org-element-parse-buffer' to convert an Emacs Buffer to a structured Emacs Lisp object. At that point you can use existing tools for converting lisp to JSON or YAML. I've used cl-json for

Re: [O] publishuing in html5

2013-12-09 Thread Nicolas Goaziou
Hello, Catonano caton...@gmail.com writes: I tried to both include the directive in the group in the project definition AND using #+HTML_HTML5_FANCY: t in level-0.org There is no such keyword. Use: #+OPTIONS: html5-fancy:t or set `org-html-html5-fancy' to a non-nil value. Regards,

Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-09 Thread Christopher W. Ryan
Thanks, but I'm still having trouble. If the beginning of my org subtree looks like this: ** Review of assessment system for preceptors :PROPERTIES: :EXPORT_FILE_NAME: ReviewOfAssessmentSystemForPreceptors-12-02-2013 :EXPORT_TITLE: Review of our system for assessing students' clinical

Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-09 Thread John Hendy
On Mon, Dec 9, 2013 at 2:12 PM, Christopher W. Ryan cr...@binghamton.edu wrote: Thanks, but I'm still having trouble. [ snip ] \title{Review of our system for assessing students' clinical performance} \author{Christopher w. Ryan, MD MS} \date{\today} \hypersetup{ pdfkeywords={},

[O] hyperlink to customize

2013-12-09 Thread Brady Trainor
As I climb the org-mode (and Emacs) learning curve, I like to have things like hyperlinks to frequently visited places available. I can link to info, but not sure how to link to the customize, er, mode? buffer? I assume I should consider it an external link, or anyways assume I should

[O] emphasis inside source block?

2013-12-09 Thread David Rogoff
Sorry if this has been discussed but I wasn’t able to find info on it. I have lots of source blocks in my org files (tcl, verilog, shell-script, etc). I want to be able to highlight (e.g. *bold*) text in the code but this doesn’t work since it’s using the specified language mode instead of org

Re: [O] hyperlink to customize

2013-12-09 Thread Brady Trainor
Nick Dokos ndokos at gmail.com writes: Brady Trainor algebrat at uw.edu writes: So, my naïve attempt is to use elisp:customize so to call it from an elisp link, you say [[elisp:(customize)]] Thank you for the speedy reply and solution!

Re: [O] hyperlink to customize

2013-12-09 Thread Nick Dokos
Brady Trainor algeb...@uw.edu writes: However, I am curious why I get away with file:~/.emacs, but not elisp:(customize) That is, I can get away with not using square brackets for the file, but we need [[elisp:(customize)]] Not a priority, just a mild curiosity. Actually, I

Re: [O] text-only plots

2013-12-09 Thread Thierry Banel
Ivan Andrus darthandrus at gmail.com writes: On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+linux at gmail.com wrote: Technically speaking, it is not exported as a table since you put it as part of example block. However a quick test tells me, html export will work fine (screenshot

Re: [O] text-only plots

2013-12-09 Thread Suvayu Ali
Hi Thiery, On Mon, Dec 09, 2013 at 10:48:22PM +, Thierry Banel wrote: Ivan Andrus darthandrus at gmail.com writes: On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+linux at gmail.com wrote: Technically speaking, it is not exported as a table since you put it as part of example

[O] how to print org-element of type paragraph as a string?

2013-12-09 Thread Myles English
Hello, This should be an easy question for someone. Given the org file content below, how would you get the result or the source block to be here are the contents? Thanks, Myles * heading here are the contents #+begin_src elisp :results output (dolist (job (org-element-map

Re: [O] how to print org-element of type paragraph as a string?

2013-12-09 Thread Nick Dokos
Myles English mylesengl...@gmail.com writes: Hello, This should be an easy question for someone. Given the org file content below, how would you get the result or the source block to be here are the contents? Thanks, Myles * heading here are the contents #+begin_src elisp :results

Re: [O] hyperlink to customize

2013-12-09 Thread Brady Trainor
elisp:customize should also work as a link, even without the brackets. [...] so the question is why it does not work for you. It does work, I was wrong. That is, `elisp:customize` does in fact work for me. Not sure if I should start a new thread for the following. ---