Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Yeah, but it's still getting funky when some init files load the built-in version. But nevertheless, I don't seem to see this problem any more. This bug can be closed. On Tue, 26 Dec 2023 at 22:30, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > > :\ that patch doesn'

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
wrote: > > Vladimir Nikishkin writes: > > > org-version variable returns 9.6.13 > > (org-version) function call also returns 9.6.13 > > > > The test.org file itself has the org version stamp. > > I see. What about the latest development version of Org mode

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
org-version variable returns 9.6.13 (org-version) function call also returns 9.6.13 The test.org file itself has the org version stamp. On Tue, 26 Dec 2023 at 21:19, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > > Logs attached, the file is very simple, also attached:

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
On Tue, 26 Dec 2023 at 20:20, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > >> If you are using the latest main, you can set `debug-on-error' to t. > >> Then, you will see the backtrace of the error that you can share. > > > > Did that, but it

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >> So, this might not actually be the case. >> I am getting a lot of org-element-cache errors recently, and I don't >> seem to be able to find what triggers them to appear. >> The error message is always the

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Vladimir Nikishkin writes: > Ihor Radchenko writes: > >> Vladimir Nikishkin writes: >> >>>> May you elaborate about incompatibility? >>>> >>> >>> Yes. With org-eldoc loaded, and having a property '#+date: unpublished' &g

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-11-09 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >>> May you elaborate about incompatibility? >>> >> >> Yes. With org-eldoc loaded, and having a property '#+date: unpublished' >> in an org file, I am having the '*Messages*' buffer filled w

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-20 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >> org-contrib has the following lines 206 and 207 in org-eldoc: >> #+begin_src elisp >> ;;;###autoload >> (add-hook 'org-mode-hook #'org-eldoc-load) >> #+end_src >> >> which set up that

[BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-19 Thread Vladimir Nikishkin
such hooks in the :hook clause of use-package.) -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

[BUG] org-clock-auto-clockout does not actually use x11idle on X11 [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-13 Thread Vladimir Nikishkin
cairo version 1.16.0) of 2023-09-22 Package: Org mode version 9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/) -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

How do I enable exports of code only for the whole file?

2023-09-13 Thread Vladimir Nikishkin
#Exporting Code Blocks]] is pointing to the page: [[info:org#Literal Examples][org#Literal Examples]], but this page does not have that information either. -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

[BUG] src and example blocks do not properly escape headings [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-12 Thread Vladimir Nikishkin
in the past...? Emacs : GNU Emacs 30.0.50 (build 1, x86_64-slackware-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) of 2023-07-31 Package: Org mode version 9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/) -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Re: [BUG] Consider supporting C-x 4 and C-x 5 and C-x t in org-open-at-point [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-07 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >> Emacs has a long established tradition of adjusting presentation mode >> for a command using prefix parameters. > > True. > >> ... One can run C-x 4 C-f to visit a >> file in a new window. (C-x

[BUG] Consider supporting C-x 4 and C-x 5 and C-x t in org-open-at-point [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-06 Thread Vladimir Nikishkin
9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/) -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Re: [BUG] Consider replacing bachload with batch in ob-maxima. [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-02 Thread Vladimir Nikishkin
that it would make the output of ob-maxima be more consistent with what, say, imaxima is doing. However, I thing that there is a way to make it non-breaking, by prepending some maxima code which would make adjust maxima using "batch" to have the same output as "batchload". Something like src_maxima{programmode: true; nolabels: true;} should turn off labels if that is desired. But I would agree with Leo Butler that customisation is the best solution here. Both "full batch", and "pseudo-interactive" modes are useful. -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Marking task creation date or re-scheduling.

2023-06-07 Thread Vladimir Nikishkin
quot;SCHEDULED" until "CLOSED". So, is it possible to add, or maybe there is some built-in way of accommodating for such a use-case? Maybe a way to automatically add a "CREATED" time-stamp for a task? Or maybe hide from agenda the tasks that "have a logbook entry today"? -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

How can I disable "priority penalty" for Scheduled overdue tasks?

2023-06-07 Thread Vladimir Nikishkin
such a slow progress in 3 years. Is it possible to ignore that "scheduled long ago" behaviour? -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Different faces for breadcrumbs and main entry in agenda

2023-05-18 Thread Vladimir Nikishkin
Hello, everyone. Can someone suggest how I could implement different colours for breadcrumbs and for the main entry name in the agenda view? I really need this, in my case it would greatly improve readability. -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Re: Bug: org-adapt-indentation is not compatible with paragraph-indent-minor-mode [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/)]

2021-09-26 Thread Vladimir Nikishkin
gh nothing else has changed. The text is exactly the same, and is valid org markup. On Tue, 7 Sept 2021 at 12:14, Vladimir Nikishkin wrote: > > Hello, everyone. > > Basically, my bug report is roughly about the subject. > `paragraph-indent-minor-mode` is shipped with Emacs by default (

Bug: org-adapt-indentation is not compatible with paragraph-indent-minor-mode [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/)]

2021-09-06 Thread Vladimir Nikishkin
section{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsect

Bug: Add an option for org-html-self-link-headlines to add an anchor-link instead of making the headline a link. [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-2021

2021-05-23 Thread Vladimir Nikishkin
version 9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/) -- Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

add org-ebib-open to ox-bibtex?

2021-02-08 Thread Vladimir Nikishkin
not going to give an expected result. Thank you. -- Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

ox-bibtex incorrectly renders bibtex entries with slashes.

2021-02-08 Thread Vladimir Nikishkin
/Experience_Report.html , search for "DBLP:" Replacing those slashes with underscores makes them render as usual, but this makes fetching entries from dblp a bit less convenient. Does anybody have a workaround for this? Vladimir -- Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Re: [bug] Export to latex truncates long subsections (WE attached)

2020-11-18 Thread Vladimir Nikishkin
be a good candidate for inclusion into org as a canned trick? On Tue, 27 Aug 2019 at 14:57, Vladimir Nikishkin wrote: > > I have indeed investigated the issue, and this is the link: > https://latex.org/forum/viewtopic.php?f=47=32788 > > To make the long story short, the folowing

Re: org-babel prepends <> expansions with the prefix of the <>? Can this be turned off?

2020-09-10 Thread Vladimir Nikishkin
n" #<> ``` Not a very obvious interpretation! At least I would expect the following instead: ``` #printf "test1 \n" printf "test2 \n" printf "test3 \n" printf "test1 \n" printf "test2 \n" printf "test3 \n" ``` Because at least

Re: org-babel opens the error output of a block in a separate window... unless :stdin is given, but how are they connected?

2020-09-10 Thread Vladimir Nikishkin
trol flow doesn't even use this function. So my question, perhaps, would be "would it be possible to modify org-babel-sh-evaluate" so that only one function be used for code evaluation? Perhaps the one that is used with the (or stdin cmdline) route, as it seems more functional (and can be f

Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value?

2020-09-10 Thread Vladimir Nikishkin
e solution for your > workflow would be to advise org-babel-expand-src-block to insert the > shebang. Best, > Tom > > On Wed, Sep 9, 2020 at 11:53 PM Vladimir Nikishkin > wrote: > > > > So, my point is the following. A shebang is an almost universally > > accepted

Re: Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-09-10 Thread Vladimir Nikishkin
n . "empty") (:tangle . "no") (:hlines . "no") (:noweb . "no") (:cache . "no") (:session . "none")) "" nil 63 "(ref:%s)")) org-ctrl-c-ctrl-c(nil) funcall-interactively(org-ctrl-c-ctrl-c nil) #(org-ctrl-c-ctrl-c nil

Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value?

2020-09-10 Thread Vladimir Nikishkin
s it is, because non-interactive usage probably means that the code will be used later as a part of something, and therefore does not need a shebang. Vlad On Sat, 5 Sep 2020 at 15:13, Bastien wrote: > > Vladimir Nikishkin writes: > > > I'll try to do one this week, but I can't sub

What are the #+bibliography: statement and the org-reftex-citation command?

2020-06-08 Thread Vladimir Nikishkin
s obsolete. What's their role in the org 9.3? -- Yours sincerely, Vladimir Nikishkin

Re: [Patch] Add support for geiser-scheme-implementation to lisp/ob-scheme.el

2020-06-08 Thread Vladimir Nikishkin
Could someone with a right of commit apply this patch? 2020-05-31 12:40 GMT+08:00, Vladimir Nikishkin : > Hello, everyone > > ob-scheme doesn't seem to be respecting geiser-scheme-implementation, > which is a buffer-local variable to specify which implementation in > particular t

Re: issue tracker?

2020-06-02 Thread Vladimir Nikishkin
Does any other email client apart from Gnus support adding additional headers? -- Yours sincerely, Vladimir Nikishkin

[Patch] Add support for geiser-scheme-implementation to lisp/ob-scheme.el

2020-05-30 Thread Vladimir Nikishkin
, Vladimir Nikishkin From f7b0277b1de47305dbfaeab614cd4530e07921c1 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sun, 31 May 2020 12:34:53 +0800 Subject: [PATCH] Add support for geiser-scheme-implementation in ob-scheme.el --- lisp/ob-scheme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp

Bug: org export rewrites the org buffer. if Emacs crashes during the export, the file gets corrupted [9.3.4 (9.3.4-5-ga0f3bb-elpa @ /home/lockywolf/.emacs.d/elpa/org-20200210/)]

2020-05-28 Thread Vladimir Nikishkin
k-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-latex-packages-alist '((#1="" "color") (#1# "listings")) org-image-actual-width nil org-html-use-infojs t org-latex-classes '(("acmart" "\\documentclass[sigplan,anonymous,review,timestamp,natbib=false]{acmart}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-sub-superscripts '{} org-latex-listings-options '(("numbers" "left") ("frame" "single")) org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/Personal_Planner/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Bug: Subtle bug with calling "noweb" blocks with already computed :results output code and :cache yes [9.3.4 (9.3.4-5-ga0f3bb-elpa @ /home/lockywolf/.emacs.d/elpa/org-20200210/)]

2020-05-27 Thread Vladimir Nikishkin
rg-org-src-mode-hook '((lambda nil (modify-syntax-entry 60 ".") (modify-syntax-entry 62 ".")) ) org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-latex-packages-alist '((#1="" "color") (#1# "listings")) org-image-actual-width nil org-html-use-infojs t org-latex-classes '(("acmart" "\\documentclass[sigplan,anonymous,review,timestamp,natbib=false]{acmart}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-sub-superscripts '{} org-latex-listings-options '(("numbers" "left") ("frame" "single")) org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/Personal_Planner/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: Replace Org's C-TAB with C-M-TAB - objection?

2020-05-26 Thread Vladimir Nikishkin
on by default (an not turning it on is an offence punishable by Grammar Nazi), this binding will be shadowed. All this is a mess. -- Yours sincerely, Vladimir Nikishkin

Bug: why does org-goto call org-latex-preview?

2020-05-26 Thread Vladimir Nikishkin
, and in total is 65000 lines long, so I can't really wait till the regeneration finishes, just takes too much time. -- Yours sincerely, Vladimir Nikishkin

Re: [bug] Should #+attr_latex affect image display within the org buffer itself?

2020-05-25 Thread Vladimir Nikishkin
At the moment, I'm working around this by setting the width in "TeX points": #+attr_latex: :width 224pt The exported image becomes 224 points wide (roughly 8 cm), and the embedded image is 224 pixels wide, which is okay. 2020-05-26 12:01 GMT+08:00, Vladimir Nikishkin : > Hello, ev

[bug] Should #+attr_latex affect image display within the org buffer itself?

2020-05-25 Thread Vladimir Nikishkin
in the org-buffer. This seems wrong. -- Yours sincerely, Vladimir Nikishkin

How do I set attr_latex for the babel-block outputs?

2020-05-24 Thread Vladimir Nikishkin
tially org-mode-text. Is it possible to set proper width attributes? -- Yours sincerely, Vladimir Nikishkin

Re: How do I make TikZ pictures (babel) that are both viewable as block results, _and_ properly exportable? (invert colours?)

2020-05-24 Thread Vladimir Nikishkin
Additionally, what does the :buffer on header argument do? I seem to see it in the examples, but can't find in the info document. 2020-05-25 11:10 GMT+08:00, Vladimir Nikishkin : > Hello, everyone > > So... > > I have the following block: > > #+name: figure-1-2 > #+

How do I make TikZ pictures (babel) that are both viewable as block results, _and_ properly exportable? (invert colours?)

2020-05-24 Thread Vladimir Nikishkin
> org -> TikZ -> LaTeX -> Viewer -- Yours sincerely, Vladimir Nikishkin

Is there a way to export only a subtree of a document to LaTeX (or anywhere)?

2020-05-24 Thread Vladimir Nikishkin
I have a huge document written in org, which takes a lot of time to export. I want to preview chapters/sections as I'm writing, before finishing the whole book. Is it possible without copying a subtree to a temporary buffer? -- Yours sincerely, Vladimir Nikishkin

Re: Clock connection between the files

2020-05-24 Thread Vladimir Nikishkin
t;mis-coupling". But I sent faithfully reenact the setup of March. Sorry Bastien 於 2020年5月24日 週日 19:54 寫道: > Hi Vladimir, > > Vladimir Nikishkin writes: > > > How come org knows the connection between the first and the second > > file? There are not any references t

Re: How to properly set up reminders for paying cellphone fees in org?

2020-04-30 Thread Vladimir Nikishkin
arning period last > DEADLINE: <2005-10-01 Sat +1m -3d> However, the manual may be incomplete. Thank you, problem seems to be solved. Kyle Meyer 於 2020年4月30日 週四 13:02 寫道: > Vladimir Nikishkin writes: > > > I need to pay a fee by every 28th of the month, and I wa

How to properly set up reminders for paying cellphone fees in org?

2020-04-29 Thread Vladimir Nikishkin
s! -- Yours sincerely, Vladimir Nikishkin

Bug: org-preview-latex-process-alist's :latex-header should not fall back to org-format-latex-header [9.3.4 (9.3.4-5-ga0f3bb-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20200210/)]

2020-04-28 Thread Vladimir Nikishkin
(#3="mailto" :follow #[257 #2# [#3# browse-url #4#] 5 #5#]) (#6="https" :follow #[257 #2# [#6# browse-url #4#] 5 #5#]) (#7="http" :follow #[257 #2# [#7# browse-url #4#] 5 #5#]) (#8="ftp" :follow #[257 #2# [#8# browse-url #4#] 5 #5#]) ("help" :follow org-link--open-help) ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp) ("doi" :follow org-link--open-doi)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-link-elisp-confirm-function 'yes-or-no-p org-org-src-mode-hook '((lambda nil (modify-syntax-entry 60 ".") (modify-syntax-entry 62 ".")) ) org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-sub-superscripts '{} org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/Personal_Planner/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: Specifying the execution function and/or nested major mode for babel blocks

2020-04-26 Thread Vladimir Nikishkin
>> (add-to-list 'org-src-lang-modes '("f90" . fortran)) Language alignment is fine. What needs to be done is to make org-babel use org-babel-execute:fortran for both begin_src fortran, and for begin_src f90. пн, 27 апр. 2020 г. в 12:12, Kyle Meyer : > > Vlad

Specifying the execution function and/or nested major mode for babel blocks

2020-04-26 Thread Vladimir Nikishkin
esn't know that f90 and fortran have the same evaluation (compilation) function. I feel that this is a super minor thing that can be solved in, like, one line of code. But I don't seem to be able to find which one. Any suggestions? Vlad -- Yours sincerely, Vladimir Nikishkin

Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value?

2020-03-12 Thread Vladimir Nikishkin
. However, when I expand the block, the shebang line is not added to the top. The top line could also be potentially used for file type detection, and what is also annoying, errors reported by the interpreter are off by 1 (due to the missing first line). -- Yours sincerely, Vladimir Nikishkin

Clock connection between the files

2020-03-10 Thread Vladimir Nikishkin
eally open? (y, or n)" How come org knows the connection between the first and the second file? There are not any references to the second file in the first one whatsoever. Thanks everyone. -- Yours sincerely, Vladimir Nikishkin

How do I diff the outputs of two blocks in org-babel?

2020-03-04 Thread Vladimir Nikishkin
shell :results output code :wrap src patch output1=$( cat <> EOF ) output2=$( cat <> EOF ) diff -s -u <(echo "$output1") <(echo "$output2") #+end_src But this looks a bit too complicated. Any better solution? -- Yours sincerely, Vladimir Nikishkin

org-babel prepends <> expansions with the prefix of the <>? Can this be turned off?

2020-02-24 Thread Vladimir Nikishkin
omehow? -- Yours sincerely, Vladimir Nikishkin

org-babel opens the error output of a block in a separate window... unless :stdin is given, but how are they connected?

2020-02-24 Thread Vladimir Nikishkin
*. I would like to ask how these two things, stdin, and stderr are connected. Perhaps, this is a bug? -- Yours sincerely, Vladimir Nikishkin

Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-02-24 Thread Vladimir Nikishkin
rowse-url #4#] 5 #5#]) (#8="ftp" :follow #[257 #2# [#8# browse-url #4#] 5 #5#]) ("help" :follow org-link--open-help) ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp) ("doi" :follow org-link--open-doi)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-link-elisp-confirm-function 'yes-or-no-p org-org-src-mode-hook '((lambda nil (modify-syntax-entry 60 ".") (modify-syntax-entry 62 ".")) ) org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: Bug or not a bug? dot expansion in ob-shell

2020-02-19 Thread Vladimir Nikishkin
d expect this. But that's maybe because > I do use the shell a lot. > > I think there's a clear distinction between value and output for src > blocks and blurring this distinction for shell src blocks would be > misleading. The option to request the output as the outcome of the src > block is already there. > -- > : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-345-g415083 > -- Yours sincerely, Vladimir Nikishkin

Bug or not a bug? dot expansion in ob-shell

2020-02-19 Thread Vladimir Nikishkin
Hello, everyone Could you check if the following block behaves as expected? #+begin_src shell echo . #+end_src -- Yours sincerely, Vladimir Nikishkin

How to make org-babel expand <> but _not_ evaluate the code fed into another block?

2020-02-17 Thread Vladimir Nikishkin
but they both seem to be not expanding <>. Any recommendations? Lockywolf -- Yours sincerely, Vladimir Nikishkin

Re: ob-scheme doesn't support :stdin?

2020-01-20 Thread Vladimir Nikishkin
I just thought that practically speaking, I no interpreter should really need stdin, right? Since everything that is prepended with a shebang: #! interpreter is at the same time a valid shell script, isn't it? сб, 18 янв. 2020 г. в 13:02, Kyle Meyer : > > Vladimir Nikishkin

ob-scheme doesn't support :stdin?

2020-01-17 Thread Vladimir Nikishkin
Hello, friends. Is it true that ob-scheme doesn't support :stdin ? I just tried, and doesn't seem to work, although it works with ob-shell. (This is not a complaint, I just would like to confirm that I understand things correctly.) -- Yours sincerely, Vladimir Nikishkin

How do I add #+name: to a structured template?

2020-01-08 Thread Vladimir Nikishkin
. etc. How can I do that with the new template expansion mechanism? -- Yours sincerely, Vladimir Nikishkin

Re: Bug: org-babel-expand-noweb-references is very slow [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2020-01-08 Thread Vladimir Nikishkin
rgument do that the name cannot? Nicolas Goaziou 於 2020年1月9日 週四 01:23 寫道: > Hello, > > Vladimir Nikishkin writes: > > > I am attaching the file in which tangling is still slow. > > > > The file is quite big, but that alone doesn't seem to be the reason > >

Bug: org-attach dispatcher has no obvious way to scroll it [9.3 (9.3-8-geab7c4-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191209/)]

2020-01-04 Thread Vladimir Nikishkin
257 #2# [#6# browse-url #4#] 5 #5#]) (#7="http" :follow #[257 #2# [#7# browse-url #4#] 5 #5#]) (#8="ftp" :follow #[257 #2# [#8# browse-url #4#] 5 #5#]) ("help" :follow org-link--open-help) ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp) ("doi" :follow org-link--open-doi)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-link-elisp-confirm-function 'yes-or-no-p org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-mairix-display-hook 'org-mairix-gnus-display-results org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-ref-cite-onclick-function 'org-ref-cite-onclick-minibuffer-menu org-use-speed-commands t org-mairix-gnus-select-display-group-function 'org-mairix-gnus-select-display-group-function-gg org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: Question mark not supported in structured templates?

2019-10-29 Thread Vladimir Nikishkin
\begin{equation} " '> n p > n "\\end{equation}" >) > " > (tempo-define-template "org-displaymath" > '("# begin math" n >"\\[" p n

Re: Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]

2019-10-29 Thread Vladimir Nikishkin
That's probably a working solution, but I still wonder why org 8 doesn't have this problem. Thanks anyway. ср, 30 окт. 2019 г. в 00:40, Fraga, Eric : > > On Tuesday, 29 Oct 2019 at 23:50, Vladimir Nikishkin wrote: > > The MWE would be the following: > > > > #+begin_src sc

Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]

2019-10-29 Thread Vladimir Nikishkin
h ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-texinfo-format-inlinetask-function 'org-texinfo-format-inlinetask-default-function org-texinfo-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-tab-before-tab-emulation-hook '(org-tempo-complete-tag) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-mairix-display-hook 'org-mairix-gnus-display-results org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-ref-cite-onclick-function 'org-ref-cite-onclick-minibuffer-menu org-use-speed-commands t org-mairix-gnus-select-display-group-function 'org-mairix-gnus-select-display-group-function-gg org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: Org 9.2 not inhibiting electric-pair-mode in the beginning of lines?

2019-10-29 Thread Vladimir Nikishkin
Please, consider visitiong M-x info-display-manual RET org RET section 15.2, paragraph 4. вт, 29 окт. 2019 г. в 18:08, Fraga, Eric : > > On Tuesday, 29 Oct 2019 at 17:06, Vladimir Nikishkin wrote: > > No it is not, please, don't disinform people. > > Not intending to do so

Re: Org 9.2 not inhibiting electric-pair-mode in the beginning of lines?

2019-10-29 Thread Vladimir Nikishkin
And this question is _not_ about the template expansion, but about the electric-pair-mode. вт, 29 окт. 2019 г. в 17:06, Vladimir Nikishkin : > > No it is not, please, don't disinform people. > > вт, 29 окт. 2019 г. в 17:03, Fraga, Eric : > > > > On Tuesday, 29 Oct

Re: Org 9.2 not inhibiting electric-pair-mode in the beginning of lines?

2019-10-29 Thread Vladimir Nikishkin
No it is not, please, don't disinform people. вт, 29 окт. 2019 г. в 17:03, Fraga, Eric : > > On Tuesday, 29 Oct 2019 at 16:50, Vladimir Nikishkin wrote: > > I think, these are two different mechanisms. C-c C-, works as expected. > > The "<" mechanism comes from or

Re: Question mark not supported in structured templates?

2019-10-29 Thread Vladimir Nikishkin
cement mechanism? вт, 29 окт. 2019 г. в 16:23, Fraga, Eric : > > On Tuesday, 29 Oct 2019 at 15:57, Vladimir Nikishkin wrote: > > The problem is that for ob-plantuml I need the value of point be right > > after the :file header parameter, because plantuml always requires

Re: Org 9.2 not inhibiting electric-pair-mode in the beginning of lines?

2019-10-29 Thread Vladimir Nikishkin
I think, these are two different mechanisms. C-c C-, works as expected. The "<" mechanism comes from org-tempo, and is faster, because you don't have to choose anything. вт, 29 окт. 2019 г. в 16:21, Fraga, Eric : > > On Tuesday, 29 Oct 2019 at 16:09, Vladimir Nikishkin wrot

Org 9.2 not inhibiting electric-pair-mode in the beginning of lines?

2019-10-29 Thread Vladimir Nikishkin
recommended way of making paired parentheses in org 9.2? Shall I inhibit electric-pair-mode somehow myself, and instead rely on org-cdlatex-mode? What would be the correct incantation to put in the .emacs file? Thanks! -- Yours sincerely, Vladimir Nikishkin

Question mark not supported in structured templates?

2019-10-29 Thread Vladimir Nikishkin
after the :file header parameter, because plantuml always requires a file name. For scheme, however, there is no need to write a file name, there are no files. Is there no way to specify where to put the point in the new version of org? -- Yours sincerely, Vladimir Nikishkin

Re: [O] Bug: Problems with ob-scheme in geiser-eval--retort-output [9.2.6 (9.2.6-4-ge30905-elpa @ /home/lockywolf/.emacs.d/elpa/org-20191021/)]

2019-10-21 Thread Vladimir Nikishkin
On 21/10/2019 23:24, Vladimir Nikishkin wrote: > Well, checking for "output" doesn't seem to be useful any way, since > "output" is never 'nil. > > Regarding the fact that the error should be reported to the geiser > mailing list, that's entirely true. The pro

[O] Bug: Problems with ob-scheme in geiser-eval--retort-output [9.2.6 (9.2.6-4-ge30905-elpa @ /home/lockywolf/.emacs.d/elpa/org-20191021/)]

2019-10-20 Thread Vladimir Nikishkin
ot;doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

[O] Bug: org-babel-expand-noweb-references is very slow [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2019-10-14 Thread Vladimir Nikishkin
p:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

[O] LaTeX org-mode tikz with a dark background plots with black on black

2019-09-09 Thread Vladimir Nikishkin
k on white). Any suggestions welcome. -- Yours sincerely, Vladimir Nikishkin

[O] Bug: (org-babel-script-escape) is whitespace at the end of line dependent. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2019-08-29 Thread Vladimir Nikishkin
path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: [O] [bug] Export to latex truncates long subsections (WE attached)

2019-08-27 Thread Vladimir Nikishkin
be considered for inclusion in 'org' officially? I mean, having lists of empty headings is a perfectly standard use case for org. пн, 26 авг. 2019 г. в 17:47, Nicolas Goaziou : > > Hello, > > Vladimir Nikishkin writes: > > > I have a problem in that when I try to export an .or

[O] [bug] Export to latex truncates long subsections (WE attached)

2019-08-25 Thread Vladimir Nikishkin
. -- Yours sincerely, Vladimir Nikishkin temp-for-publish.org Description: Binary data

[O] :noweb expansion happens before :prologue expansion. Why?

2019-08-20 Thread Vladimir Nikishkin
lity of attaching common headers to blocks is greatly reduced, since they are not expanded at all. Would it make more sense to expand the :prologue and :epilogue _before_ :noweb rather than after and do it in a uniform way (that is, simply concatenate)? I am ready to make a patch, as long as it won't b

[O] Bug: Re: ob-scheme.el has two problems: not killing a misbehaving interpreter and sometimes returns nil [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-08-18 Thread Vladimir Nikishkin
9-07-18 Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/) -- -- Vladimir Nikishkin (MiEr, lockywolf)

[O] Bug: ob-scheme.el has two problems: not killing a misbehaving interpreter and sometimes returns nil [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-08-18 Thread Vladimir Nikishkin
t;http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-latex-format-headline-function 'org-latex-format-headline-default-function org-agenda-start-with-follow-mode t org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-image-actual-width nil org-html-use-infojs t org-html-format-headline-function 'org-html-format-headline-default-function org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-use-speed-commands t org-latex-bib-compiler "biber" org-default-notes-file "~/org/notes.org" ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

Re: [O] Bug: org manual 15.10.2 Packages that conflict with Org mode doesn't include EDE [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
the official manual would be bumping into. It's not some obscure tiny extension no-one is using, it is an official part of Emacs, just as Org is. On Sun, Jul 7, 2019, 05:05 Nicolas Goaziou wrote: > Hello, > > Vladimir Nikishkin writes: > > > Although they ac

[O] Bug: org manual 15.10.2 Packages that conflict with Org mode doesn't include EDE [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
quot;https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

[O] Bug: babel plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate ) -- -- Vladimir Nikishkin (MiEr, lockywolf)

[O] Bug: babel-plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)]

2019-07-06 Thread Vladimir Nikishkin
rating multipage documents as of version 1.2019.6, but I didn't find how to show all pages (two in my case) in an org buffer. Emacs : GNU Emacs 26.2 (build 1, x86_64-slackware-linux-gnu, Motif Version 2.3.8) of 2019-05-30 Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /usr/sha