Re: [O] ob-clojure should not tangle with inserting (ns ..) line when no :ns specified.

2018-11-30 Thread Tim Cross
stardiviner writes: > The ob-clojure tangle will insert ~(ns ..)~ from babel header argument :ns or > use defualt ~(ns user)~. > >#+begin_src clojure :eval no :ns "" :tangle > "data/code/xunfei-clj-demo/project.clj" :results link :file > "data/code/xunfei-clj-demo/project.clj" >

Re: [O] Adjust scaling of images on hidpi screens when using org-display-inline-images

2018-11-30 Thread John Kitchin
I am not familiar with that variable. This variable has some influence on the appearance of images: org-image-actual-width. Note it needs imagemagick support which is tricky on windows sometimes. org-image-actual-width is a variable defined in `org.el'. Its value is nil Original value was t

Re: [O] Adjust scaling of images on hidpi screens when using org-display-inline-images

2018-11-30 Thread Nicolas Goaziou
Hello, Nishan Singh Mann writes: > Hello everybody, the images displayed when using org-display-inline-images > are not scaled properly on a hidpi screen (its too small). I'm attaching > the screenshots which show the problem. How do I resolve this? Perhaps by setting `image-scaling-factor'.

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-30 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > > I know nothing about lisp, but I think I understand enough of the structure > to propose the following changes: > > In my testfile, this preserves the current behavior if no #+CAPTION is > present. However, if the #+CAPTION is not empty, the table will be

Re: [O] How to handle an inline multiline noweb reference

2018-11-30 Thread Marcin Borkowski
On 2018-11-28, at 03:08, Grant Rettke wrote: > On Tue, Nov 27, 2018 at 3:57 AM Marcin Borkowski wrote: >> but it's fairly complicated. Any better ideas? > > What is the part that you think is too complicated? I hoped that I could somehow skip the "manually replace newlines with spaces"

Re: [O] Setting timestamp from end time and an interval

2018-11-30 Thread Leo Gaspard
Does anyone else find interest in this, or am I the only one having this want? Does anyone have a better idea of syntax to do this “negative interval”? `11am+-00:30` looks kind of weird, but `-` is already taken. Also, I often find myself inputting minutes in those intervals. Do you think a

Re: [O] How to handle an inline multiline noweb reference

2018-11-30 Thread Marcin Borkowski
On 2018-11-28, at 08:08, Eric S Fraga wrote: > On Tuesday, 27 Nov 2018 at 19:33, Samuel Wales wrote: >> this might be the most ridiculous idea you have ever heard, but does >> babel have a concept similar to stdio pipes? i've often wanted to >> just pipe stuff. dunno if this would help

[O] ob-clojure should not tangle with inserting (ns ..) line when no :ns specified.

2018-11-30 Thread stardiviner
The ob-clojure tangle will insert ~(ns ..)~ from babel header argument :ns or use defualt ~(ns user)~. #+begin_src clojure :eval no :ns "" :tangle "data/code/xunfei-clj-demo/project.clj" :results link :file "data/code/xunfei-clj-demo/project.clj" (defproject xunfei-clj-demo