[BUG] ob-octave.el

2021-12-19 Thread Tobias Zawada
Currently, evaluating the Org-mode source block #+NAME: bug #+BEGIN_SRC octave :exports results ["one"; "two"; "three"] #+END_SRC gives #+RESULTS: bug : ottnwheor e e Substituting ~fprintf~ in ~org-babel-octave-wrapper-method~ with ~fdisp~ changes the output to #+NAME: bug #+BEGIN_SRC

[bug] File mode specification error: (void-function file-attribute-inode-number)

2021-12-19 Thread Samuel Wales
emacs 25.1 does not have this function. this error occurs upon find-file on an org file in org 9.5. File mode specification error: (void-function file-attribute-inode-number) -- The Kafka Pandemic A blog about science, health, human rights, and misopathy: https://thekafkapandemic.blogspot.com

Re: next-error for agenda searches

2021-12-19 Thread Samuel Wales
manual> These commands can also be used in ‘*grep*’ buffers, where the hyperlinks are search matches rather than error messages (*note Grep Searching::). --- (info "(emacs) Compilation Mode") it is likely common to have grep and compilation mode open at the same time. i think this is like your

Re: next-error for agenda searches

2021-12-19 Thread Samuel Wales
[as an example, i should not have brought up the follow mode example at all. it seems to have only confused readers. i was trying to forestall any suggestions that follow-mode exists and can do the job that next-error can is all. it can't do the same job.] On 12/19/21, Samuel Wales wrote: >

Re: next-error for agenda searches

2021-12-19 Thread Samuel Wales
On 12/19/21, Ihor Radchenko wrote: > multiple agenda views is not an uncommon workflow. You may have daily i think this is a strong objection. multiple simultaneous agenda views seems to sink my suggestion. can one have multiple simultaneous c-c / buffers? and multiple grep/occur/compilation

Re: next-error for agenda searches

2021-12-19 Thread Ihor Radchenko
Samuel Wales writes: > btw, if anybody has difficulty understanding why i mention a bug or > suggest a feature [such as why anbydoy would want it], please feel > free to say so, otherwise i don't know that that is the case. [please > go easy on me though.] This is a difficult query. There are

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-19 Thread Ihor Radchenko
Michael Eliachevitch writes: > I found a potential bug in org which I can reproduce with a > minimal configuration. Can you try the attached patch? Best, Ihor >From c0e5f708a2b027ca701267bca383d367b7fee51f Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Sun, 19 Dec 2021

Re: Bug: completion-at-point wrongly called within shell code block [9.4 (9.4-17-g9a6689-elpaplus @ /Users/uSukhavati/.emacs.d/elpa/org-plus-contrib-20201005/)]

2021-12-19 Thread Ihor Radchenko
"Mailbox.org" writes: > --text follows this line-- > > What exactly did you do? > I include a source code block for shell in an org-files. > Example: > > #+begin_src shell > foo > #+end_src > Within that source code block I type RET (Return) FYI, I am unable to reproduce this. Best, Ihor

bug#45915: 28.0.90; deletechar distorts org-table

2021-12-19 Thread Ihor Radchenko
Tak Kunihiro writes: > I confirm that there still is the problem with org-table on Emacs > 28.0.90 pretest with org-version 9.5.1. > > Here is a recipe to reproduce the problem. I still have to stick to > 26.3. I was able to reproduce. Can you try the attached fix? Best, Ihor >From

Re: org-persist cache for remote files

2021-12-19 Thread Ihor Radchenko
Lele Gaifax writes: > I couldn't test yet, but I saw a couple of other glitches, sorry for not > noticing first. Thanks for the proof reading. I updated the patch accordingly. Best, Ihor >From 557e7cec6dd22b09468b82650feed2020f97d781 Mon Sep 17 00:00:00 2001 Message-Id:

Re: [BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-19 Thread Ihor Radchenko
Kaushal Modi writes: >> On latest main, your example file is exported without any warnings. >> > > I just verified that. Also, I did not even need to add > `(org-element-cache-reset)' in `org-hugo--get-pre-processed-buffer' after > the `(insert ..)' in the temp buffer. > > Is that expected?

Re: Removing obsolete function `org-truely-invisible-p'.

2021-12-19 Thread Ihor Radchenko
Karl Fogel writes: > Should we just remove `org-truely-invisible-p'? Or at least > correct the spelling of its name ("truely" should be "truly")? I feel slightly reluctant about removal. If nothing, this function can be a reminder about visible-mode and keeping it has little downside. Though

Re: [PATCH] org-test: Create a collaborative test set for Org buffer parser

2021-12-19 Thread Max Nikulin
Sorry for delay. I expected that a next step with inline raw AST fragments would be easier, but I have got working example for parser tests grouped in single file earlier. Certainly org files may be source for parser tests. They are readable enough to be convenient for developers and, I hope,