Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread Adam Porter
"David A. Gershman" writes: > FWIW, Eric had the solution: > > #+MACRO: gendate src_perl[:results output raw]{print ($1*5);} Ah, yes, I tend to forget that :results can take multiple args. > P.S. I should start a blog with all I learn on this. Someone could > benefit

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread David A. Gershman
On 09/21/2016 04:49 AM, Adam Porter wrote: > "David A. Gershman" writes: > >> Given the following line: >> >> * Date: src_perl[:results output :exports none]{print 2016;} >> >> The result '2016' is surrounded by '=' so that HTML export results in >> tags surrounding

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread David A. Gershman
Perfect!! Thank you!! I saw this option in the Manual (14.8.2.2) under /Format/, but it said it "The results are interpreted asraw Org mode code..." so it didn't click the results would "left alone". Thanks again! On 09/21/2016 12:11 AM, Eric S Fraga wrote: > On Wednesday, 21 Sep 2016 at

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread Nick Dokos
"David A. Gershman" writes: > Forgive my several questions/emails.  I'm working on getting lecture > notes ready for next week and thus am running into several questions > with Org HTML Export.  Unfortunately, my searches typically result > in manual page hits, but my

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread Adam Porter
"David A. Gershman" writes: > Given the following line: > > * Date: src_perl[:results output :exports none]{print 2016;} > > The result '2016' is surrounded by '=' so that HTML export results in > tags surrounding > the '2016'. > > According to the manual section

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread Eric S Fraga
On Wednesday, 21 Sep 2016 at 06:07, David A. Gershman wrote: > Given the following line: > > * Date: src_perl[:results output :exports none]{print 2016;} How about * Date: src_perl[:results output raw]{print 2016;} ? -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org

[O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread David A. Gershman
Forgive my several questions/emails. I'm working on getting lecture notes ready for next week and thus am running into several questions with Org HTML Export. Unfortunately, my searches typically result in manual page hits, but my problems seem to be a-typical. So... Given the following line: