Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-04 Thread Rasmus
Hi, Federico Beffa be...@ieee.org writes: The problem with that is that a displayed equation should NOT start a new paragraph (in the generated LaTeX file). This is because if it does then LaTeX puts more (vertical) space than desirable. If this is always the case for you, you can fix this

[O] numbering figure in html ?

2014-08-04 Thread Joseph Vidal-Rosset
Hello everybody, In org-mode exporting \begin{figure} \begin{tikzpicture} \draw[-, =latex][thick] (0,0) -- (1.6,0) node[right] {Subcontrary}; ... end{tikzpicture} \caption{Square of opposition} \end{figure} works well with LateX, but fails with html: each Figure has the same number, i.e. 1.

Re: [O] Multi-line links

2014-08-04 Thread Tobias Getzner
Hello Nicolas, On Sa, 2014-07-26 at 15:32 +0200, Nicolas Goaziou wrote: In the long run, I'm pretty sure the project will benefit more if you bring in your own, temporary, inexperience and start hacking from there. I’ll definitely look into this once I get a hang of Elisp. When I

[O] R code block produces only partial output

2014-08-04 Thread Andreas Kiermeier
Hi all, I've been using Org mode (latest version - see my set up below) to perform some data analysis and have come across a problem evaluating R code blocks. I usually use a session when working and when evaluating a code block with describe (R package rms) and a quantitative variable the

Re: [O] hiding intrusive target-markups-brackets ++ Re: org-special-keyword face not showing in sublevels anymore since commit 69700e1

2014-08-04 Thread Gaston Tridoulos
Bastien bzg at gnu.org writes: Hi, mc mc at aiguphonie.com writes: Please allow me to shortly direct your attention to an open, still uncommented 'feature request’ addressing an optional ‘fontification' or ‘hiding' of the some kind of intrusive target-markups-brackets (),

Re: [O] mathjax vs. imagemagick

2014-08-04 Thread Nicolas Berthier
You wrote: Hello, In order to convert a tikzpicture into html webpage, one needs #+OPTIONS: tex:imagemagick and it means that the other equations are no more converted via Mathjax. Is there a mean to combine the use of imagemagick only for tikzpicture, and keeping the use of Mathjax

Re: [O] R code block produces only partial output

2014-08-04 Thread Eric Schulte
Hi Andreas, Why are you setting the output type to graphics when you are trying to return text? I think that may be the source of your problem. Best, Eric Andreas Kiermeier andreas.kierme...@gmail.com writes: Hi all, I've been using Org mode (latest version - see my set up below) to

Re: [O] [PATCH] ob-shell

2014-08-04 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, On 2014-06-22 14:50, Eric Schulte schulte.e...@gmail.com writes: If this maintains existing functionality, please go ahead and apply it. Has this been applied? I'm still seeing a failing test for ob-shell. 1 unexpected results:

Re: [O] R code block produces only partial output

2014-08-04 Thread Andreas Kiermeier
On 4 August 2014 21:23, Eric Schulte schulte.e...@gmail.com wrote: Why are you setting the output type to graphics when you are trying to return text? I think that may be the source of your problem. Hi Eric, thanks for the quick response. I've had 'graphics' from my main data analysis file ...

Re: [O] R code block produces only partial output

2014-08-04 Thread Eric Schulte
Andreas Kiermeier andreas.kierme...@gmail.com writes: On 4 August 2014 21:23, Eric Schulte schulte.e...@gmail.com wrote: Why are you setting the output type to graphics when you are trying to return text? I think that may be the source of your problem. Hi Eric, thanks for the quick

Re: [O] A way to show time effort estimates in the org-clock-report

2014-08-04 Thread Sebastien Vauban
Alexander Artemenko wrote: Is there a way to show time effort estimates in the org-clock-report? I found only that :properties (Effort) could be specified, but it does not work neither for one level, nor for summing children nodes' estimations. #+COLUMNS: %66ITEM(Task) %6CLOCKSUM(Time)

Re: [O] mathjax vs. imagemagick

2014-08-04 Thread Joseph Vidal-Rosset
Many thanks for this help Nicolas. I do not succeed to adapt your example to my file. I am afraid that it is too complicated for me. I meet always difficulties with html export, and now it is a failure of bibtex2html... Thanks again Best regards Jo. 2014-08-04 13:32 GMT+02:00 Nicolas

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-04 Thread Erik Hetzner
At Mon, 04 Aug 2014 00:07:46 -0400, Aaron Ecay wrote: Hi Erik, 2014ko abuztuak 3an, Erik Hetzner-ek idatzi zuen: […] This allows me to search with subject={Bar}, which is very helpful. But it would be nice if org supported multi-valued properties. It does, at least to a first

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-08-04 Thread Sebastien Vauban
Hello Bastien, Still far from keeping up with missed postings, because of holiday time... ;-) Bastien wrote: Sebastien Vauban writes: Rick Frankel wrote: (add-hook 'org-babel-after-execute-hook (lambda () (org-display-inline-images nil t))) I simply had: (add-hook

Re: [O] how to hide titles marked with DONE

2014-08-04 Thread Sebastien Vauban
Hi Bastien, Sebastien Vauban writes: As I do suffer from the same problem, and do not take the time to archive all DONE subtrees, I think that an alternative approach would be that DONE subtrees wouldn't be expanded (by default) in the S-TAB cycles. Does that sound reasonable? Not to me,

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-08-04 Thread Sebastien Vauban
M wrote: Von: Karl Voit devn...@karl-voit.at I was wondering if there are people out there who also need Org-mode features that are *not part of any other software solution*. For the usual question why should I learn Emacs/Org-mode? I'd like to have a list of cool Org-mode features that

Re: [O] some lisp help (for complete 0-knowledge lisp emacs user :))

2014-08-04 Thread Sebastien Vauban
Xebar Saram wrote: Hi list so i know i should start to really learn lisp but real life (uni work, family etc) doesn't really allow me so im marking my 1st year anniversary of using emacs without grasping lisp (plus i am in generally coding inept :)) in any case :) i have this handy

[O] babel: ob-C with Visual C++ and compilation-mode

2014-08-04 Thread Ernesto Durante
Hi, I am using ob-C with gcc and Microsoft Visual C++. These two compilers have two different behaviours for outputting errors. Gcc uses the standard error output and Visual C++ uses the regular output. Under Windows, errors are not displayed because of the way org-babel-eval is coded. To work

Re: [O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-04 Thread Grant Rettke
That is what I was thinking. I had set it to 0. What happened is that instead of a block showing up, the results were delimited with a prepended '=' instead of a ':'. Unfortunately I forgot how this occurred, as I manually wrapped the result with a block instead, so org was happy to use that

Re: [O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-04 Thread Ista Zahn
Hi Grant, I cannot reproduce. Here is what I see: #+BEGIN_SRC emacs-lisp (setq org-babel-min-lines-for-block-output 10) (print 1) #+END_SRC #+RESULTS: : 1 #+BEGIN_SRC emacs-lisp (setq org-babel-min-lines-for-block-output 0) (print 1) #+END_SRC #+RESULTS: #+begin_example 1

[O] Highlighting text for HTML mark tag export?

2014-08-04 Thread 'Mash
Just been looking around and I have not come across a way to highlight text in org-mode to be HTML exported as the mark.../mark tags? Anyone know if this exists? Thanks, -- 'Mash

[O] [feature request] Matching tags and properties

2014-08-04 Thread Daimrod
Hi all, ATM, it is possible to look for date in properties using special keywords such as now, today and tomorrow. Unfortunately, the last two keywords doesn't match on timestamps that include time information. e.g. [2014-08-04 Mon] can be matched, but not [2014-08-04 Mon 21:20]. I think it

Re: [O] HTML lists are including paragraphs (lip…/p/li)

2014-08-04 Thread Nick Dokos
Daniel Clemente n142...@gmail.com writes: Hi. With latest org I'm getting lip…/p/li, which makes no sense; it should be li…/li Aren't there tests to find this type of breakages in export? Example: - hola - uno - dos - tres Is exported to: ul class=org-ul lip hola /p /li

[O] Archive subtrees hierarchical (keep the parent structure)

2014-08-04 Thread Florian Adamsky
Dear all, some of my org-mode files are getting bigger and bigger. So, I decided to use the archive feature to remove old stuff. However, I was not happy with the current archive feature, because it just puts subtrees unorganized in the archive file. I was more looking for a way to archive a

Re: [O] numbering figure in html ?

2014-08-04 Thread Nick Dokos
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: Hello everybody, In org-mode exporting \begin{figure} \begin{tikzpicture} \draw[-, =latex][thick] (0,0) -- (1.6,0) node[right] {Subcontrary}; ... end{tikzpicture} \end{tikzpicture} \caption{Square of opposition}

Re: [O] [PATCH] ob-shell

2014-08-04 Thread Achim Gratz
Alan Schmitt writes: Has this been applied? I'm still seeing a failing test for ob-shell. 1 unexpected results: FAILED ob-shell/bash-uses-assoc-arrays That's to be expected if you use a version of bash that doesn't support assoc arrays. WHat is the backtrace from the test? Babel (and

[O] [Babel] Weaving noweb chunks

2014-08-04 Thread aditya siram
Hi all, When weaving with noweb style chunks is there a way for the noweb references to become links back to the chunk in the exported HTML? For example when the following is woven: ** weaving :PROPERTIES: :tangle: yes :END: #+name: foo#+begin_src emacs-lisp (foo)

[O] Org-mode extensions used to publish a dissertation

2014-08-04 Thread Eric Schulte
Hi List, I thoroughly enjoyed using Org-mode to write my dissertation. I was happy to be able to export (mostly) equivalent versions of the document to HTML and PDF. I'd recommend using Org-mode for such a complex writing task to those who are either willing to hack the exporter, or are willing

Re: [O] R code block produces only partial output

2014-08-04 Thread Andreas Kiermeier
/Documents/.emacs.d/elpa/org-20140804/)) (add-to-list 'load-path (expand-file-name C:/Users/andre_000/Documents/.emacs.d/elpa/ess-20140716.2033/lisp/)) (require 'ess-site) (setq org-babel-R-command C:/Progra~1/R/R-3.1.1/bin/x64/R --slave --no-save) (org-babel-do-load-languages 'org-babel-load

Re: [O] cant get org-protocol right

2014-08-04 Thread Stefan Huchler
wow found a solution. I dont understand why I have to do that, but it seems firefox fucks up some path or other variables and because of that it doesnt find the standard server socket file so when I explizitly specifiy that in the org-protocol.desktop file, it works: [Desktop Entry]

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-04 Thread Eric Abrahamsen
Florian Adamsky fa-orgm...@haktar.org writes: Dear all, some of my org-mode files are getting bigger and bigger. So, I decided to use the archive feature to remove old stuff. However, I was not happy with the current archive feature, because it just puts subtrees unorganized in the archive

[O] column view uses non-existent org-whitespace face

2014-08-04 Thread Eric Abrahamsen
I started using column view (finally), and noticed two things I thought were odd: 1. The %ITEM specification is zero-width by default, while the other special properties default to being as big as they need to be. This just seems a little odd. A column spec of %ITEM %TODO will show the TODO

[O] [PATCH] Couple of small fixes in exporting node.js and css content.

2014-08-04 Thread Josh Berry
I've got a toy paper I'm writing where I ran into a couple of issues exporting to html. The first issue is related to exporting the source of a css block that contains proprietary properties. In short, it looks like a list is generated for the font face, where a single value was expected. The

Re: [O] R code block produces only partial output

2014-08-04 Thread John Hendy
On Mon, Aug 4, 2014 at 7:46 PM, Andreas Kiermeier andreas.kierme...@gmail.com wrote: Hi Eric, I'm running Org 8.2.7c (via ELPA) and ESS 14.05. I've tried to run with a minimal Org setup using only the following in my init file. The shortcut I use to start Emacs (on Windows 8.1) is:

[O] MobileOrg documentation?

2014-08-04 Thread David Masterson
There is not much to the MobileOrg documentation. For instance, how do you 'add' a new heading to an outline? Any examples around on how to use MobileOrg? -- David Masterson Programmer At Large

Re: [O] R code block produces only partial output

2014-08-04 Thread Andreas Kiermeier
On 5 August 2014 13:30, John Hendy jw.he...@gmail.com wrote: I can reproduce with a minimal config and on Linux (to toss in a confirmation). I *also* accidentally just stumbled on a way I can toggle the behavior between correct and incorrect! It arose because my file was not able to use the