Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Nicolas Goaziou writes: > "Basil L. Contovounesios" writes: > >> Severity: minor >> >> 0. emacs -Q >> 1. M-x toggle-debug-on-error RET >> 2. Evaluate the following: >> >> (require 'org) >> (org-string-display >>(propertize " " 'display '(image :type svg >>

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread Colin Baxter
> ben lamothe writes: > I've been able to implement the functionality I wanted using a > buffer-local variable in an org-mode hook: >> >> (defun bl/completion-use-ido () "Set the current buffer's >> completing read engine to IDO." (setq-local >>

Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > Severity: minor > > 0. emacs -Q > 1. M-x toggle-debug-on-error RET > 2. Evaluate the following: > > (require 'org) > (org-string-display >(propertize " " 'display '(image :type svg > :file

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread Colin Baxter
Dear Ben, > ben lamothe writes: > I've been able to implement the functionality I wanted using a > buffer-local variable in an org-mode hook: >> >> (defun bl/completion-use-ido () "Set the current buffer's >> completing read engine to IDO." (setq-local >>

Re: [O] First row results are ignored when updating the results of a range formula in a spreadsheet

2018-09-03 Thread Eric S Fraga
On Saturday, 1 Sep 2018 at 22:40, Lem Ming wrote: > I am trying to update this: > | 1 | 2 | | | > | 3 | 4 | | | > | 5 | 6 | | | > #+TBLFM: @1$3..@3$4=$-2 [...] > The first row results are ignored. I get the same (wrong) behaviour with my current org setup. Asking to debug the table update

[O] Latex export of figure with multiline caption and label results in additional space

2018-09-03 Thread Max Beutelspacher
Hi, I have a problem when I'm exporting a figure with a multiline caption and a label to pdf via latex. Here is an example #+BEGIN_SRC org +LATEX_HEADER: \usepackage{caption} +LATEX_HEADER: #\captionsetup{format=hang} +NAME: test +CAPTION:Cras placerat #accumsan nulla. Aliquam posuere.

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
I've been able to implement the functionality I wanted using a buffer-local variable in an org-mode hook: > > (defun bl/completion-use-ido () > "Set the current buffer's completing read engine to IDO." > (setq-local completing-read-function #'ido-completing-read)) (add-hook 'org-mode-hook

[O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Severity: minor 0. emacs -Q 1. M-x toggle-debug-on-error RET 2. Evaluate the following: (require 'org) (org-string-display (propertize " " 'display '(image :type svg :file "/path/to/image.svg"))) This gives the following error backtrace: Debugger

[O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
Hi. I see from the org-mode 9.0 changelog that the "org-completion-use-ido" option was removed: > *Remove all options related to ido or iswitchb* > This includes org-completion-use-iswitchb and org-completion-use-ido. > Instead Org uses regular functions,

[O] First row results are ignored when updating the results of a range formula in a spreadsheet

2018-09-03 Thread Lem Ming
I am trying to update this: | 1 | 2 | | | | 3 | 4 | | | | 5 | 6 | | | #+TBLFM: @1$3..@3$4=$-2 to this: | 1 | 2 | 1 | 2 | | 3 | 4 | 3 | 4 | | 5 | 6 | 5 | 6 | #+TBLFM: @1$3..@3$4=$-2 doing C-c C-c on the TBLFM line. All I get is this: | 1 | 2 | | | | 3 | 4 | 3 | 4 | | 5 | 6 | 5 | 6 | #+TBLFM:

Re: [O] newbie which LaTeX for PDF publish

2018-09-03 Thread Joseph Vidal-Rosset
Hello Adam, As Ubuntu and Debian user, I agree with Robert: the install of texlive via texlive-full is the best solution. Other packages can after be installed in ~/texmf/tex/latex/local/ (idem for ~/texmf/bibtex/ ) and everything should run smoothly. Best wishes, Jo. Le lun. 3 sept. 2018 à

Re: [O] org-element-adopt-elements, append before children

2018-09-03 Thread Nicolas Goaziou
Hello, Ivan Tadeu Ferreira Antunes Filho writes: > Org element insert before would insert the new element before the selected > element, not as the first element child (I think) > > > At the moment I'm finding the first child, checking if it is non nil, and > if it is not nil, dolist insert

Re: [O] Bug: Org Table Performance Issue/Regression

2018-09-03 Thread Nicolas Goaziou
Hello, Tim Baumgard writes: >> On Jun 26, 2018, at 4:58 AM, Nicolas Goaziou wrote: >> >> Could you send the result of your profiling (using both Elp and >> profiler would be nice) on an uncompiled Org? > > I've attached ten profiler results: Two are from 25.3 with the garbage > collector >