Bug: :session results in unfriendly error reporting

2021-08-15 Thread James Powell
I write a deliberate syntax error into a code block: : #+begin_src R :session :   x <- 1 :   y xx z : #+end_src I put my cursor in there and C-c C-c. What I expect: a gentle useful report about the error. Maybe even org would move the cursor to the point of the error in the org buffer.  If

bug: Error handling in source blocks.

2021-08-09 Thread James Powell
  Error handling is important and hard to get right.  Me, I prefer to   treat every warning as an error (-Werror in gcc, "options(warn=2)" in   R, etc).  I want the system to grind to a halt at the least sign of   trouble.   When I write some nonsense into a code block as in this example:  

Bug: spurious change in list indent cursor motion [9.4.4 (9.4.4-dist @ /home/powellj/elisp/org-9.4.4/lisp/)]

2021-05-09 Thread James Powell
Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Bug: redundant and undocumented #label is required to link to a table [9.4.4 (9.4.4-dist @ /home/powellj/elisp/org-9.4.4/lisp/)]

2021-04-19 Thread James Powell
aptioned and referenced. - JP On 4/19/21 10:45 AM, Nicolas Goaziou wrote: Hello, James Powell writes: Using Org mode version 9.4.4 I build this document: <> #+NAME: t1 #+begin_src R :exports both   library(tidyverse)   x <- tribble(~a, ~b, 1, 3)   x #+end_src #+CAPTION: Org

Bug: redundant and undocumented #label is required to link to a table [9.4.4 (9.4.4-dist @ /home/powellj/elisp/org-9.4.4/lisp/)]

2021-04-19 Thread James Powell
Using Org mode version 9.4.4 I build this document: <> #+NAME: t1 #+begin_src R :exports both   library(tidyverse)   x <- tribble(~a, ~b, 1, 3)   x #+end_src #+CAPTION: Org Table #+RESULTS: t1 | 1 | 3 | I want to refer to Table [[t1]]. <> What I expect: the latex export will include the table

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

Re: fuzzy link can't be exported when \begin{foo} is there

2021-03-31 Thread James Powell
? Ordinarily here I would say "close the bug" but this is close enough I hope? - JP On 3/29/21 9:45 PM, Kyle Meyer wrote: James Powell writes: First time poster, long time user.  Glad to be here. Welcome. This seems to a bug. [...] When I add some latex in the middle: <> In Tabl

fuzzy link can't be exported when \begin{foo} is there

2021-03-27 Thread James Powell
First time poster, long time user.  Glad to be here. This seems to a bug. - Org mode version 9.4.4 - GNU Emacs 25.3.1 If I write in a little table like this: : In Table [[tableOne]] I show that this site has AADT 143925, by TVT_Detailed_2019.xlsx. : : #+NAME: tableOne : #+CAPTION: Site