Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-16 Thread Tim Cross
My guess is that cider is not finding the incanter package in the classpath when the first block attempts to evaluate. Another issue is that your not using any session options, so your two blocks will be evaluated in separate environments - not a real problem with your current example, but will be

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-16 Thread numbch...@gmail.com
I regenerated commit and patch by following changelog formats. ``` >From 9f0b5051bda5ae458242e37923ad18e3189663d9 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Thu, 8 Jun 2017 18:24:53 +0800 Subject: [PATCH] ob-sclang.el: add ob-sclang for sclang Org-mode babel support * ob-sclang.el (org-bab

[O] agenda mode overlapping dates

2017-06-16 Thread Uwe Brauer
Hi Just to test I have the following entry in my diary Mon 8:30-9:30 Project 1 Tue 8:30-9:30 Other data Mon 8:30-9:30 Project 2 Then I use org-agenda and v c But nothing is really done. I don't see any effect of visualizing the conflicting date Monday 8:30-9:30 What do I miss?

Re: [O] compilation error in recent maint

2017-06-16 Thread Samuel Wales
thank you. i was pretty sure we were still supporting 24 :). but then again i use debian stable [software paleontologists will know what that means]. soon to be 25. > Well, I "fixed" it by breaking it `org-parse-time-string' again under > certain circumstances, until our minimal requirement is

[O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-16 Thread numbch...@gmail.com
When Org-mode buffer like this: #+BEGIN_SRC clojure (ns my.kk (:require '[incanter.core :as kk])) #+END_SRC #+BEGIN_SRC clojure (print "hi") (def "hello") #+END_SRC #+RESULTS: When I have `(ns ..)` namespace clojure code in buffer, the second `(print ..)` clojure result nothing. But when

Re: [O] [PATCH] protocol: allow users to disable warning about old style links

2017-06-16 Thread Nicolas Goaziou
Alex Branham writes: > I did report it upstream as a bug. The maintainer is (understandably, > I think) hesitant to change since 1) old style links continue to be > supported But it will break at some point, hence the warning. > and 2) there’s no way for a browser extension to detect the > vers

Re: [O] Just sharing another orgmode use: usability tests

2017-06-16 Thread Eduardo Mercovich
Hi Eric. This mail is just to share with you another great application of orgmode: usability tests. [...] What I believe could be easely done with a bit of work: + automatic task clocking, including automated time stamping of every observation. This should be trivial. Use a capture tem

[O] Bibliograph:ref.bib vs. \printbibliograpy (WAS: Re: Citations with org-ref in apa style)

2017-06-16 Thread Lars Bjørndal
On Fri, May 26, 2017 at 01:24:03PM +0200, Lars Bjørndal wrote: [...] > After a bit of fiddling, I got it. The headers I have now, and which > work, are: > > #+LANGUAGE: no > #+OPTIONS: toc:nil timestamp:nil time:nil > #+LATEX_CLASS: article > #+LaTeX_CLASS_OPTIONS: [a4paper,norsk,12pt,listings-b

Re: [O] [PATCH] protocol: allow users to disable warning about old style links

2017-06-16 Thread Alex Branham
Hi, thanks for the reply. On Fri 16 Jun 2017 at 06:13, Nicolas Goaziou wrote: > Hello, > > Alex Branham writes: > >> This patch allows org mode users to disable the warning issued about >>old org protocol style links. This is important because sometimes (e.g. >>browser extensions), we don’t hav

[O] org-table export to ods/xlsx etc

2017-06-16 Thread Uwe Brauer
Hi I am sometimes in need to send my org-table spreadhseets to colleagues who are using (sigh) excel. I thought sending csv would be enough but it turns out, - that sometimes technical inapt people don't know how to open it, - when using a non english language setting say spanish, num

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-16 Thread Eric S Fraga
On Monday, 12 Jun 2017 at 21:36, ed...@openmail.cc wrote: [...] > Ok. I got it (with a minor glitch). If someone can help me to get the > right colors on the screen (my screen is black; the \tensor symbol is > also black), I would appreciate it. Now I can export to ODT with my > custom symbols

Re: [O] Just sharing another orgmode use: usability tests

2017-06-16 Thread Eric S Fraga
On Thursday, 15 Jun 2017 at 20:08, Eduardo Mercovich wrote: > This mail is just to share with you another great application of > orgmode: usability tests. Thanks. Very interesting. [...] > What I believe could be easely done with a bit of work: > > + automatic task clocking, including automat

Re: [O] Bug in org-insert-link

2017-06-16 Thread Dieter Faulbaum
Hello Nicolas, Nicolas Goaziou writes: > Dieter Faulbaum writes: > >> I think in the function org-insert-link (Org mode version 9.0.8) is a >> bug: >> If I use bbdb for a link, there shouldn't be any "converting" of >> characters (like ' ' -> %20 and all the umlauts too). With this >> converti

Re: [O] Need clarification

2017-06-16 Thread Fabrice Popineau
2017-06-16 9:39 GMT+02:00 Thomas S. Dye : > Aloha Fabrice, > > Fabrice Popineau writes: > > > Hi, > > > > I have this src code block: > > > > #+BEGIN_SRC python :exports output :results output html > > print('Foo!') > > #+END_SRC > > > > I think the problem might be :exports, which takes one of =c

Re: [O] Need clarification

2017-06-16 Thread Thomas S. Dye
Aloha Fabrice, Fabrice Popineau writes: > Hi, > > I have this src code block: > > #+BEGIN_SRC python :exports output :results output html > print('Foo!') > #+END_SRC > I think the problem might be :exports, which takes one of =code=, =results=, =both=, =none=. hth, Tom -- Thomas S. Dye http://

[O] Need clarification

2017-06-16 Thread Fabrice Popineau
Hi, I have this src code block: #+BEGIN_SRC python :exports output :results output html print('Foo!') #+END_SRC I have setup my own mechanism to export org files, based almost on #'org-export-as but I can't get rid of the src block on export. I must be overlooking something. At what point is it