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

2016-09-20 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:

Re: [O] Inline HTML?

2016-09-20 Thread Adam Porter
This may be what you're looking for: http://orgmode.org/manual/Quoting-HTML-tags.html

Re: [O] Inline HTML?

2016-09-20 Thread David A. Gershman
Finally! Found the answer in 12.6.5 of the manual: Here is line the long line */@@html:@@ /*I had tried the '@@' but did not put the "html:". Hope this helps someone else. --dag On 09/20/2016 05:28 PM, David A. Gershman wrote: > I'm struggling trying to get an .org file exported and showi

[O] Inline HTML?

2016-09-20 Thread David A. Gershman
I'm struggling trying to get an .org file exported and showing how I typically structure my HTML results. At this point, I'm trying to figure out how to get a "" inserted to force continuation on the next line. My org file has: This is line one. This is line two. but the HTML export mak

Re: [O] Something to watch out for when including files

2016-09-20 Thread Charles C. Berry
On Tue, 20 Sep 2016, Eric S Fraga wrote: Hello all, just wanted to help others avoid spending a long time trying to figure out some strange (well, unexpected) behaviour in org... I have a document for which the LaTeX export was ignoring a #+begin_abstract ... #+end_abstract construct near the

Re: [O] (no subject)

2016-09-20 Thread Nicolas Goaziou
Hello, John Brodie writes: > I'm creating a literate program using org-babel with python. If I change > the output of a source block to 'raw' the results are not replaced on > each run, they are appended. This is quite annoying, because it means > manual editing everytime I need to re-run my pro

Re: [O] Generate new babel code blocks and/or initialized code/data?

2016-09-20 Thread Thomas S. Dye
Aloha Lawrence, Lawrence Bottorff writes: > So I can run code for a REPL-type language like Clojure in a babel code > block and get "results," e.g., a Clojure code block takes in a vector of > mappings and produces new "results": > > #+RESULTS[abc5c51bb569a82c19c4eea1c385c74e839922c7]: > symmetri

[O] (no subject)

2016-09-20 Thread John Brodie
From: brodiej@SEA-9901331265.i-did-not-set--mail-host-address--so-tickle-me To: emacs-orgmode@gnu.org Subject: Bug: Babel :results raw doesn't replace results. [8.3.4 (8.3.4-72-gddd58f-elpa @ c:/Users/brodiej/AppData/Roaming/.emacs.d/elpa/org-20160530/)] Date: Mon, 19 Sep 2016 09:35:36 -0700 Messag

[O] Generate new babel code blocks and/or initialized code/data?

2016-09-20 Thread Lawrence Bottorff
So I can run code for a REPL-type language like Clojure in a babel code block and get "results," e.g., a Clojure code block takes in a vector of mappings and produces new "results": #+RESULTS[abc5c51bb569a82c19c4eea1c385c74e839922c7]: symmetrize-body-parts-test | :name | head| :size |

Re: [O] working with tables can be quite painful...

2016-09-20 Thread Eric S Fraga
On Tuesday, 20 Sep 2016 at 08:54, Jacob Nielsen wrote: > Eric S Fraga writes: > > Hi, I've had these lines in my org files for a long time. Perhaps they > help ? > > # -*- cache-long-scans: nil; -*- > # This makes forward-line much faster and thus org-goto-line > # and thus org-table-sum (C-c +)

Re: [O] Something to watch out for when including files

2016-09-20 Thread Adam Porter
Eric S Fraga writes: > Took me a very long time to figure out... the simple solution was to > remove that noexport section entirely from the preamble file. Those are the worst to track down! Thanks for sharing. This would make a good blog post too. :)

Re: [O] Capture with org-directory not working?

2016-09-20 Thread Adam Porter
Rainer Krug writes: > Could you please provide an example? It is not clear to me what you mean - I > prefer simpler! Sure, here's an abbreviated example of custom-set-variables from my init.el: #+BEGIN_SRC elisp (custom-set-variables ;; custom-set-variables was added by Custom. ;; If y

[O] Something to watch out for when including files

2016-09-20 Thread Eric S Fraga
Hello all, just wanted to help others avoid spending a long time trying to figure out some strange (well, unexpected) behaviour in org... I have a document for which the LaTeX export was ignoring a #+begin_abstract ... #+end_abstract construct near the start of the document. The text was simply

Re: [O] Capture with org-directory not working?

2016-09-20 Thread Rainer Krug
> On 20 Sep 2016, at 17:00, Adam Porter wrote: > > Rainer M Krug writes: > >> Thanks! the problem was the missing comma, as I had the backquote >> already there. This must have changed some time ago, as I used these >> templates before. This is working now. >> >> But now I realized that my ot

Re: [O] Capture with org-directory not working?

2016-09-20 Thread Adam Porter
Rainer M Krug writes: > Thanks! the problem was the missing comma, as I had the backquote > already there. This must have changed some time ago, as I used these > templates before. This is working now. > > But now I realized that my other in-file capture templates are giving > the same message.

[O] xwidgets

2016-09-20 Thread William Denton
Emacs 25.1 supports xwidgets, which Mickey Petersen explains as [1]: This is a really cool feature. You can embed other widgets inside Emacs buffers. It’s a feature that Windows users will handily recognize as OLE integration – a staple feature of Windows since the 90s. This feature is more li

Re: [O] [OT] List member's email cracked?

2016-09-20 Thread Adam Porter
Clément Pit--Claudel writes: > Do you have reasons to believe it was actually from that address? > (email headers are very easy to spoof) Yeah, this is known as a "joe-job." Never trust any headers in spam except the ones that come from your mail server.

Re: [O] Calc: Multiply time (hours) with a float

2016-09-20 Thread Karl Voit
* Michael Welle wrote: > Hello, > >> | time [h:m:s] | value | product | >> |--+-+-| >> | 09:15:00 | 2.54321 | #ERROR | >> >> #+TBLFM: @2$3='(org-time-string-to-hours $1) > I'm just back from a 20km hike and in the woods my mind came up with a > silly question ;)

Re: [O] Calc: Multiply time (hours) with a float - solved by updating Org

2016-09-20 Thread Michael Welle
Hello, Karl Voit writes: > * Karl Voit wrote: >> >> | time [h:m:s] | value | product | >> |--+-+-| >> | 09:15:00 | 2.54321 | #ERROR | >> #+TBLFM: @2$3='(org-time-string-to-hours $1) >> >> OK, this is my current issue then. >> >> I'm using Org from git/maint ve

Re: [O] Calc: Multiply time (hours) with a float - solved by updating Org

2016-09-20 Thread Karl Voit
* Karl Voit wrote: > > | time [h:m:s] | value | product | > |--+-+-| > | 09:15:00 | 2.54321 | #ERROR | > #+TBLFM: @2$3='(org-time-string-to-hours $1) > > OK, this is my current issue then. > > I'm using Org from git/maint version 8.3.4 > (release_8.3.4-33-gd522fc

[O] Building big document from multiple files

2016-09-20 Thread Christophe Garion
Hi, I have been using Orgmode for several years as a planner/organizer and I am currently writing lecture notes with Orgmode for the first time. The lecture notes are splitted into chapters and target different audiences, so all chapters will be included for some students and selected chapters for

Re: [O] [OT] List member's email cracked?

2016-09-20 Thread Clément Pit--Claudel
On 2016-09-20 05:07, Philip Hudson wrote: > Bastien, assuming you're either still on the list or somebody knows > how to reach you, I just found I received a spam message 5 days ago > from what appears to be your account 'bastien.gue...@free.fr' Do you have reasons to believe it was actually fro

[O] [OT] List member's email cracked?

2016-09-20 Thread Philip Hudson
Bastien, assuming you're either still on the list or somebody knows how to reach you, I just found I received a spam message 5 days ago from what appears to be your account 'bastien.gue...@free.fr', which I'm guessing is at the French FSF. Thought you'd like to know. I can forward it to you if you

Re: [O] working with tables can be quite painful...

2016-09-20 Thread Jacob Nielsen
Eric S Fraga writes: Hi, I've had these lines in my org files for a long time. Perhaps they help ? # -*- cache-long-scans: nil; -*- # This makes forward-line much faster and thus org-goto-line # and thus org-table-sum (C-c +) Best regards, Jacob > Hello, > > I am working with a table. It has a

Re: [O] Capture with org-directory not working?

2016-09-20 Thread Rainer M Krug
Nick Dokos writes: > Rainer M Krug writes: > >> Hi >> >> I have the following capture template: >> >> , >> | ("T" "TODO to be logged in notes.org" >> |entry (file+headline (concat org-directory "/notes.org") "Tasks") >> >> |;; entry (file+headline "~/org/notes.or