captioned named table in org-babel R is dangling link in latex export

2021-04-06 Thread James Powell
I have a goal: make a table in R using org-babel and have it appear in the latex export.  I also want to be able to refer to the table by name in the org file and have that become a hypertext link in the latex export. Using Org mode version 9.4.4 I build this document: <> #+NAME: t1 #+begin_src

Bug: Display Inline Images from Subdirectory [9.4.4 (9.4.4-33-g5450d6-elpaplus @ /home/ded/.emacs.d/elpa/org-plus-contrib-20210322/)]

2021-04-06 Thread Daniel E. Doherty
I have a hook function (cribbed from Emacs Stack Exchange) to re-display inline images in the current subtree after execution of a source block if the header argument contains, ':results graphics'. As its last action, it calls: (org-display-inline-images nil nil beg end) where beg and

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread Juan Manuel Macías
Hi physiculus, physiculus writes: > Hello, > i use LuaTex / LuaLatex successfully after some configs and readings. > The result (quality and speed) for me is better then with the old latex > engine. > I'm satisfied. > BUT one thing isn't working and as far as i read here, there is no > solution

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread tomas
On Tue, Apr 06, 2021 at 09:03:27PM +0200, physiculus wrote: > Hello, > i use LuaTex / LuaLatex successfully after some configs and readings. > The result (quality and speed) for me is better then with the old latex > engine. > I'm satisfied. > BUT one thing isn't working and as far as i read

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread Juan Manuel Macías
Hi Tomas, to...@tuxteam.de writes: > AFAIK Lua(La)Tex can output dvi (and Juan Manuel's answer implies > thati, too). Either via the option --output-format=dvi or invoking > it as "dviluatex". > > But perhaps I missed something. Yes, the first option I have commented in my previous mail (setq

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread physiculus
Hello, i use LuaTex / LuaLatex successfully after some configs and readings. The result (quality and speed) for me is better then with the old latex engine. I'm satisfied. BUT one thing isn't working and as far as i read here, there is no solution yet :-( The latex-preview inside org-mode is not

org-refile using the ID of the target

2021-04-06 Thread Jack Bauer
I take a lot of notes using MobileOrg in my phone, and after syncing, they go into in.org (my gtd "in basket"). From there, I do the capturing process. Thing is, sometimes there's a *lot* of notes that I just want to refile to the "Notes" subtree from the corresponding project/context. A quick

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread Ypo
Thanks, Juan Manuel, if LuaTeX just solved the "symbols problem" it would be a great feature. But.., why nothing in TeX seems to be easy?! ;D lualatex: security risk: running with elevated privileges This is LuaHBTeX, Version 1.12.0 (MiKTeX 20.11)  system commands enabled.

Re: Bug: org-attach-follow with wrong-number-of-arguments [ ( @ /home/sbrass/.emacs.d/elpa/org-9.4.4/)]

2021-04-06 Thread Simon Braß
Thanks for an answer, in any place first :). Am Di., 6. Apr. 2021 um 05:46 Uhr schrieb Kyle Meyer : > [ Sorry for the slow reply. ] > > Simon Braß writes: > > > Hi all, > > > > I've tried to open an attached file (added with org-attach-attach), > however, > > when I try to open it with C-c C-o I

Re: Bug: Display Inline Images from Subdirectory [9.4.4 (9.4.4-33-g5450d6-elpaplus @ /home/ded/.emacs.d/elpa/org-plus-contrib-20210322/)]

2021-04-06 Thread Nick Dokos
"Daniel E. Doherty" writes: > I have a hook function (cribbed from Emacs Stack Exchange) to re-display > inline images in the current subtree after execution of a source block > if the header argument contains, ':results graphics'. As its last > action, it calls: > >

Re: "#+STARTUP: hideblocks" has no effect?

2021-04-06 Thread Nick Dokos
autofrettage writes: > I recently read about the #+STARTUP parameter "hideblocks", but it > doesn't seem to have any effect in my set-up. All the blocks kept > laughing straight in my face. :-( > > Any ideas about what could have gone wrong? > > I use Org Mode 9.4.5 with Emacs 26.3, and I also

Re: Bug: org-link-descriptive needs to be buffer-local [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-04-06 Thread Kyle Meyer
Ingo Lohmar writes: > On Mon, Apr 05 2021 22:36 (-0400), Kyle Meyer wrote: >> Hmm, I think a problem with `:local t' (or, equivalently, >> make-variable-buffer-local for backward compatibility reasons) is that >> then you'd interfere with user customization that directly sets this >> after ol.el

Re: Bug: Incompatible return type in org-babel C when using a table of doubles with a header as a variable [9.4.4 (release_9.4.4-272-ga9f38b @ /home/richard/.emacs.d/straight/build/org/)]

2021-04-06 Thread tbanelwebmin
Richard, yourbug submission uncovered 3 problems. From minor to major: 1. Missing delimitersin your example change   :includes stdio.h to   :includes 2. The function strcmp() is undefined A patch has already been committed to fix that, in early January. 3. A mess between char* and double

Re: life on the eading bledge

2021-04-06 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Greg Minshall writes: > >> hi. running c881b60593b3beeed7b8c7a2bada64157cd9940a, the following >> >> >> *** this =equals= that >> >> and, so on >> >> >> exporting [C-e l o], gives >> : replace-regexp-in-string: Wrong type argument: arrayp, nil > > Thanks

Re: Can no longer org-set-link-parameters with "fuzzy" link types

2021-04-06 Thread Adam Sneller
Thank you both for the replies! Nicholas - can you recommend how to best implement this with font-lock-add-keywords? Best regards, -Adam > On 6 Apr 2021, at 13:06, Nicolas Goaziou wrote: > > Hello, > > Kyle Meyer writes: > >> [ Sorry for the slow response. ] >> >> Adam Sneller writes: >>

Re: "#+STARTUP: hideblocks" has no effect?

2021-04-06 Thread autofrettage
Kyle> Are you leaving org-startup-folded at showeverything Yes I do. Kyle> That will prevent org-startup-folded and "#+startup: Kyle> hideblocks" from having an effect: I must admit I was pig ignorant of that. Kyle> For example, try this: Specifying "#+startup: nofold" together with

Re: Can no longer org-set-link-parameters with "fuzzy" link types

2021-04-06 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > [ Sorry for the slow response. ] > > Adam Sneller writes: > >> I have a function that searches for broken fuzzy links in org-mode and >> applies org-warning face to anything it finds: >> >> (org-link-set-parameters >> "fuzzy" >> :face (lambda (path) >> (let

Re: life on the eading bledge

2021-04-06 Thread Greg Minshall
Nicolas, thanks, your fix also seem to solve the problem i was having. cheers, Greg

[PATCH] org-protocol: decode "+" in query part as space

2021-04-06 Thread Maxim Nikulin
Hi, Some time ago, when I tried org-protocol, I was quite surprised that query parameters generated using URLSearchParams JavaScript class are decoded incorrectly. "+" characters representing space are passed as is. I hope, I have found a proper place in the code to handle such case. It

Re: Using backticks for the inline code delimeter?

2021-04-06 Thread Maxim Nikulin
On 05/04/2021 06:06, Nicolas Goaziou wrote: Joost Kremers writes: I tend to agree that allowing local modifications of Org's syntax is pretty much pointless, but then why is `org-emphasis-alist` a user option? In practice, the faces, i.e., the values, are meant to be customizable, not the

Re: Bug: org-link-descriptive needs to be buffer-local [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-04-06 Thread Ingo Lohmar
On Mon, Apr 05 2021 22:36 (-0400), Kyle Meyer wrote: >> I suggest a simple fix that I just tested: make `org-link-descriptive' >> automatically buffer-local, by adding ":local t" to the defcustom. > > Hmm, I think a problem with `:local t' (or, equivalently, > make-variable-buffer-local for