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.

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

2013-12-09 Thread Nick Dokos
Myles English 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 output >

[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 (org-element

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 gmail.com> writes: > > On Dec 9, 2013, at 5:19 AM, Suvayu Ali gmail.com> > wrote: > > > Technically speaking, it is not exported as a table since you put it as > > > part of example block. However a quick te

Re: [O] text-only plots

2013-12-09 Thread Thierry Banel
Ivan Andrus gmail.com> writes: > > On Dec 9, 2013, at 5:19 AM, Suvayu Ali 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 attached). However LaTeX

Re: [O] hyperlink to customize

2013-12-09 Thread Nick Dokos
Brady Trainor 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 took

Re: [O] hyperlink to customize

2013-12-09 Thread Brady Trainor
Nick Dokos gmail.com> writes: > > Brady Trainor 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!

[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 m

Re: [O] hyperlink to customize

2013-12-09 Thread Nick Dokos
Brady Trainor writes: > 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 exter

[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

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 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={}, > pdfsubject={}, >

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 performance

Re: [O] publishuing in html5

2013-12-09 Thread Nicolas Goaziou
Hello, Catonano 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, -- Nicolas

Re: [O] Org mode and "shunt" exporters?

2013-12-09 Thread Nicolas Goaziou
Hello, Brett Viren writes: > Eric Schulte 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

Re: [O] publishuing in html5

2013-12-09 Thread Nick Dokos
Catonano 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 > >       >        Lorem ipsum >       > > but it doesn't work, I still get > > >

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 > I forgot: my org-mode version is 8.2.4 > > > 2013/12/9 Catonano > >> I' m trying to follow the examples at this p

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
I forgot: my org-mode version is 8.2.4 2013/12/9 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 > > > >Lorem ipsum >

[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 Lorem ipsum but it doesn't work, I still get Lorem ipsum I tried to both include the dire

Re: [O] Org mode and "shunt" exporters?

2013-12-09 Thread Brett Viren
Eric Schulte 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 exists for Emacs L

Re: [O] Cdlatex and ELPA

2013-12-09 Thread Rasmus
Rasmus 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 have > AU

[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 texmathp

Re: [O] text-only plots

2013-12-09 Thread Ivan Andrus
On Dec 9, 2013, at 5:19 AM, Suvayu Ali wrote: > Hi Thierry, > > On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote: >> Carsten Dominik 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 >>> t

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 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 the ability to e

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 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 - or have yo

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 writes: > >> On Fri Dec 6 15:07:56 2013, Bastien wrote: >>> Hi Feng, >>> >>> Feng Shu writes: >>> I have to draw a flowchart with many many nodes (about 500) and less construct

Re: [O] [ESS] Keyboard shortcut - is there a principle behind them?

2013-12-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks a lot everybody - the key bindings in emaaqcs are (a little b it) clearer now. Cheers Rainer On 12/07/13, 07:35 , Matthew Fidler wrote: > See > > http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html > > On D