[O] Tangling the same file in v8.2 and v.8.5 produces different results?

2016-08-03 Thread Grant Rettke
Good evening, I'm tangling this example in a file named test3.org --snip-- #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh <> #+END_SRC * the mount point of the fullest disk :PROPERTIES: :noweb-ref: fullest-disk :END: ** query all mounted disks #+BEGIN_SRC sh df \ #+END_SRC **

Re: [O] seeking good practices for writing about org using org

2016-08-03 Thread Cook, Malcolm
Hi, Additionally, if I change to #+BEGIN_SRC org :exports both :results value html I do not want the html rendered in the browser when I export to html. Rather, I want to see the html that was created. Actually, having the option to see BOTH would be ideal. Similarly, if I change to

Re: [O] seeking good practices for writing about org using org

2016-08-03 Thread Cook, Malcolm
Thanks. Much closer. Still some issues. Mind taking another gander (hoping the attached jpeg of the webpage rendered comes through as an attachment) If my emacs buffer holds... -- #+BEGIN_SRC org :exports both :results value ascii ,*

Re: [O] seeking good practices for writing about org using org

2016-08-03 Thread Charles C. Berry
On Wed, 3 Aug 2016, Cook, Malcolm wrote: Hi, I am seeking good practices for writing about org using , erhm, well, org itself. (doh!) I'd use these practices, for example, when writing examples of using org, or lessons in using org, or bug reports about org. I reached of ob-org thinking

[O] seeking good practices for writing about org using org

2016-08-03 Thread Cook, Malcolm
Hi, I am seeking good practices for writing about org using , erhm, well, org itself. (doh!) I'd use these practices, for example, when writing examples of using org, or lessons in using org, or bug reports about org. I reached of ob-org thinking this is what it was for, and wrote the

[O] org-html-list-of-tables ODD BEHAVIOR in producing in html export a hyperlinked table of figures to result tables

2016-08-03 Thread Cook, Malcolm
Hi, I understand that Including in my org file: #+TOC: tables Produces a list of all captioned tables in my document. If the table lacks a caption, it does not appear in the list of tables. Alas, they are not hyperlinked to the table unless I add a #+NAME directive. Oddly, the #+NAME: may

Re: [O] Scaling of image previews in org-mode

2016-08-03 Thread Giri Prashanth
I think you need to build emacs with ImageMagick support for image scaling to work. On Wed, Aug 3, 2016 at 12:20 PM, Johannes Brauer wrote: > Hi! > > If I insert a jpg in my org-mode document, I can preview it but not scale > its width, like so: > > Add the following

[O] How to use symbolic names to refer to spreadsheet fields containing irregular values

2016-08-03 Thread Christoph LANGE
Dear all, I would like to make the following work (with Org 8.3.5): |---+--++---| | |13:13 | - | 1 | | ^ |h | s | n | |---+--++---| | | 13:13:00 | #ERROR | 1 | |---+--++---| #+TBLFM: @3$2=$h;T::@3$3=$s::@3$4=$n I can give

[O] Scaling of image previews in org-mode

2016-08-03 Thread Johannes Brauer
Hi! If I insert a jpg in my org-mode document, I can preview it but not scale its width, like so: Add the following code to my init.el file: (setq org-image-actual-width nil) Then insert this code in my document, where I want the image to appear: #+ATTR_ORG: :width 20 [[./test.jpg]] No matter

Re: [O] [ANN] thi.ng/org-spec template for tech specs & HTML export theme

2016-08-03 Thread Karsten Schmidt
Thanks Kaushal! :) I also think that we generally need more examples showing how flexible & powerful org-mode is for these use cases. The majority raves about Markdown, but for me it just lacks a ton of features I've become so accustomed to w/ org-mode, especially when it comes to writing and

Re: [O] crash when editing R blocks in org

2016-08-03 Thread Rainer M Krug
Xebar Saram writes: > Hi all > > i have emacs crashing on me when i edit R code blocks in org > > here is the terminal output: > > https://paste.xinu.at/xg6/ > > does that give any clues? should i file a bug in org or emacs? > > how do proceed with trying to figure out whats

[O] crash when editing R blocks in org

2016-08-03 Thread Xebar Saram
Hi all i have emacs crashing on me when i edit R code blocks in org here is the terminal output: https://paste.xinu.at/xg6/ does that give any clues? should i file a bug in org or emacs? how do proceed with trying to figure out whats causing this? best Z