Re: Problem with reference

2025-10-01 Thread Eric S Fraga
Maybe try putting the #+name: line before the caption line. -- : Eric S Fraga, with org release_9.7.11 in Emacs 31.0.50

Re: Problem with reference

2025-10-01 Thread Pedro Andres Aranda Gutierrez
Hi, Looking at your example, I can’t understand why you have an empty src code there. Could that be the source of your woes? Best PA Enviado desde mi iPhone > El 1 oct 2025, a las 8:50, glab escribió: > > Hello all. > > My goal is to write a technical document containing images and referenc

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-10 Thread Max Nikulin
On 09/08/2025 22:29, Ihor Radchenko wrote: Uwe Brauer writes: #+begin_src %%% Local Variables: %%% mode: LaTeX %%% TeX-master: t %%% End: #+end_src When I close and reopen the file the buffer is now in LaTeX mode, so the src block was not recognised as src block? Is this a bug? [...] You ma

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I have a org file containing the lines >> >> #+begin_src >> %%% Local Variables: >> %%% mode: LaTeX >> %%% TeX-master: t >> %%% End: >> #+end_src >> >> When I close and reopen the file the buffer is now in LaTeX mode, so the >> src bl

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-09 Thread Ihor Radchenko
Uwe Brauer writes: > I have a org file containing the lines > > #+begin_src > %%% Local Variables: > %%% mode: LaTeX > %%% TeX-master: t > %%% End: > #+end_src > > When I close and reopen the file the buffer is now in LaTeX mode, so the > src block was not recognised as src block? Is this a bug

Re: Problem with finding css file with orgmode blogging setup

2025-04-14 Thread Ashish Panigrahi
Hi Christian, Thanks for pointing that out! It was not super obvious (to me atleast) from Rohit's email but I see your point. Kind regards, Ashish On 4/12/25 19:14, Christian Moe wrote: But is your local stylesheet uploaded to the server, as it has to be for the stylesheet link in your HTML

Re: Problem with finding css file with orgmode blogging setup

2025-04-12 Thread Christian Moe
But is your local stylesheet uploaded to the server, as it has to be for the stylesheet link in your HTML head to locate it? That's what Rohit was getting at, I think. Apologies if this is obvious and your problem is a different one, but it's not clear from your reply. You say that a link to a rem

Re: Problem with finding css file with orgmode blogging setup

2025-04-11 Thread Ashish Panigrahi
Hi, Sorry about the late response. Life got in the way. > Org-publish, by default, only processes org files. If you want to include CSS > > files, images, and other non-org content, you need to process them as > > attachments. Sure, but I don't see a reason why my original snippet wouldn't wor

Re: Problem with finding css file with orgmode blogging setup

2025-03-22 Thread Rohit Patnaik
Org-publish, by default, only processes org files. If you want to include CSS files, images, and other non-org content, you need to process them as attachments. So, for example, this is what I have: (setq org-publish-project-alist '(("website-orgfiles" :base-directory "$HOME/website_src/"

Re: problem in sorting headings that start with timestamps

2025-02-20 Thread Ihor Radchenko
Uwe Brauer writes: >> You can sort alphabetically. But timestamp is considered a part of the >> headline. >> If you need something custom, provide custom key/comparison function for >> `org-sort-entries'. > > So you mean I should write a new sort function myself and use advice to > «connect» it

Re: problem in sorting headings that start with timestamps

2025-02-19 Thread Uwe Brauer
> Uwe Brauer via "General discussions about Org-mode." > writes: > You can sort alphabetically. But timestamp is considered a part of the > headline. > If you need something custom, provide custom key/comparison function for > `org-sort-entries'. So you mean I should write a new sort function

Re: problem in sorting headings that start with timestamps

2025-02-17 Thread Ihor Radchenko
Uwe Brauer via "General discussions about Org-mode." writes: > I am not sure this is a feature or a bug. > Consider the following > > --8<---cut here---start->8--- > * Test 1 > ** <2025-02-08 09:46> First > ** <2025-02-08 09:51> All > --8<---cut h

Re: Problem installing Org using the Emacs packaging system

2024-12-23 Thread Ihor Radchenko
Ihor Radchenko writes: > I think that we should: > 1. Remove this from Org 9.7 manual (bugfix) > 2. Add a note that the one-liner requires Emacs 30 in the Org 9.8-re >manual (main) Fixed, on main, and on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9f5fce73e9 https

Re: Problem installing Org using the Emacs packaging system

2024-12-22 Thread Alain . Cochard
Ihor Radchenko writes on Sun 22 Dec 2024 09:19: > May you please elaborate what you mean? The command from the manual is > indeed not working in Emacs 29. It just was a bit funny to me when you said "Maybe forgot to test on older Emacs", considering that 29.4 is the last version that one can d

Re: Problem installing Org using the Emacs packaging system

2024-12-22 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > > I suspect that it is some kind of bug in Emacs 29. It seems that the > > command is only properly working in Emacs 30. > ... > Thanks a lot for the feedback. I hope Emacs 29 (the current official > version, right?) is not too old already :-) May you please

Re: Problem installing Org using the Emacs packaging system

2024-12-21 Thread Alain . Cochard
Ihor Radchenko writes on Mon 16 Dec 2024 19:08: > I suspect that it is some kind of bug in Emacs 29. It seems that the > command is only properly working in Emacs 30. > > I am not sure how I overlooked the problem. Maybe forgot to test things > on older Emacs somehow. > > I think that we

Re: Problem installing Org using the Emacs packaging system

2024-12-16 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Hello. About 2 weeks ago I already sent the following message. I just > realized that I must have failed in removing all the 'In-Reply-To:' and > similar fields, so it is part of another thread. I was thinking this might > be the reason why it was ignored and

Re: Problem installing Org using the Emacs packaging system

2024-12-16 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Hello. An excerpt of the page > > https://orgmode.org/manual/Installation.html > > is > ... >emacs -Q -batch -eval "(progn (require 'package) (package-initialize) >(package-refresh-contents) (package-upgrade 'org))" > > I have used the emacs batch comm

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-16 Thread Ihor Radchenko
Uwe Brauer via "General discussions about Org-mode." writes: > Ok understood, but then, who can I add hlines to table that does not > possess any? #+name: test | 1 | 2 | | 3 | 4 | #+name: add-hlines #+begin_src emacs-lisp :var table='(1 2) :results value (let (result) (when table (unless

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-16 Thread General discussions about Org-mode.
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer via "General discussions about Org-mode." > writes: >> #+NAME: many-cols >> | a | b | c | >> | d | e | f | >> | g | h | i | >> >> #+NAME: hline-please >> #+BEGIN_SRC python :var tab=many-cols :hlines yes >> return tab >> #+END_SRC >> >> #+RESULT

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread Ihor Radchenko
Uwe Brauer via "General discussions about Org-mode." writes: > #+NAME: many-cols > | a | b | c | > | d | e | f | > | g | h | i | > > #+NAME: hline-please > #+BEGIN_SRC python :var tab=many-cols :hlines yes > return tab > #+END_SRC > > #+RESULTS: hline-please > | a | b | c | > | d | e | f | > | g

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread General discussions about Org-mode.
> Uwe Brauer via "General discussions about Org-mode." > writes: > No, this is because you customized `org-src-preserve-indentation' or > `org-edit-src-content-indentation', while the provided example only > works with default indentation settings. Python is sensitive to > whitespace and your c

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread Ihor Radchenko
Uwe Brauer via "General discussions about Org-mode." writes: > I tried to use the examples of the above link > ... > #+NAME: no-hline > #+BEGIN_SRC python :var tab=many-cols :hlines no > return tab > #+END_SRC > > Now already the first failed: > , > | > | File "", line 4 > | return t

Re: problem with org-map-entries and the doc for export hooks

2023-06-09 Thread Victor A. Stoichita
Le 08 Jun 2023, Ihor Radchenko a écrit : > "Victor A. Stoichita" writes: > >> I still see the problem with org version 9.6.6 and your latest example >> code. >> >> I also checked with emacs -Q which has org version 9.6.1. >> >> I’m testing this on the attached file. > > Thanks for providing a

Re: problem with org-map-entries and the doc for export hooks

2023-06-08 Thread Ihor Radchenko
"Victor A. Stoichita" writes: > I still see the problem with org version 9.6.6 and your latest example > code. > > I also checked with emacs -Q which has org version 9.6.1. > > I’m testing this on the attached file. Thanks for providing an example! You encountered a bug. Fixed, on bugfix. https

Re: problem with org-map-entries and the doc for export hooks

2023-06-07 Thread Victor A. Stoichita
Le 07 Jun 2023, Ihor Radchenko a écrit : > 1. Update Org mode. I do not see any hangs with the latest stable > Org release. > 2. Use alternative example. The current example may not work if you have >headings not separated by contents or empty lines. >See > https://git.savannah.gnu.org/

Re: problem with org-map-entries and the doc for export hooks

2023-06-07 Thread Ihor Radchenko
"Victor A. Stoichita" writes: > I’m trying to use the example given here in the manual for "Export > hooks": https://orgmode.org/manual/Advanced-Export-Configuration.html > ... > However the export process hangs indefinitely emacs after evaluating this. > I have to C-g to quit. > The same happen

Re: problem interaction between jinx-mode and org mode

2023-04-06 Thread Fraga, Eric
Hello Ihor, On Thursday, 6 Apr 2023 at 12:04, Ihor Radchenko wrote: > This is one long paragraph containing ~..., which is matching a possible > ~code~ markup. org-element-code-parser tries to search the matching the > closing "~", running regexp search until the end of the paragraph. Thank you

Re: problem interaction between jinx-mode and org mode

2023-04-06 Thread Ihor Radchenko
"Fraga, Eric" writes: > --8<---cut here---start->8--- > ┌ Debug: Placing hot node > │ node = n29 > └ @ HeatExchangerNetworkDesign > ~/s/research/julia/HeatExchangerNetworkDesign/src/HeatExchangerNetworkDesign.jl:1102 > ┌ Debug: Layout for node > │ node = n1

RE: Problem with let/cl-letf binding stuff with org-capture

2023-02-15 Thread arthur miller
Ämne: Re: Problem with let/cl-letf binding stuff with org-capture Arthur Miller writes: > > Anyway, a follow question: Where is the source code?! lisp/textmodes/string-edit.el > Normally the help window says "... is a Lisp function in ." > My Emacs tells me it's an a

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-15 Thread Bruno Barbier
Arthur Miller writes: > > Anyway, a follow question: Where is the source code?! lisp/textmodes/string-edit.el > Normally the help window says "... is a Lisp function in ." > My Emacs tells me it's an autoloaded function with the usual link. Bruno

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-15 Thread Arthur Miller
Ihor Radchenko writes: > Arthur Miller writes: > >> Based on a Reddit thread: >> >> https://www.reddit.com/r/emacs/comments/10xhvd8/a_little_readstring_utility_using_an_org_mode/j7xziao/?context=3 >> >> I did a small experiment to see if I can re-use org-capture, to just capture >> a >> string

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-13 Thread Bruno Barbier
Ihor Radchenko writes: > Note that Emacs 29 has `read-string-from-buffer'. I completely missed the fact that it was already in Emacs. I'll definitely use the string-edit version (the version with callbacks). Thanks Ihor. Bruno

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-13 Thread Bruno Barbier
Arthur Miller writes: > Bruno Barbier writes: > >> > > That looks very nice indeed. I am not aware of that package, I will definitely > use it somewhere, sometime. But with that we are getting now into 1K extra > sloc > solution. With this experiment, I was mostly interesting to see how I can

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-12 Thread Ihor Radchenko
Arthur Miller writes: > And for the last time: I am not using this version of read-string, I don't > need > it myself; it was just me thinking how to implement something after reading a > blog post. Anyway, thanks for the input, it was valuable to me. Note that Emacs 29 has `read-string-from-bu

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-12 Thread Arthur Miller
Bruno Barbier writes: > Hi Arthur, > > Arthur Miller writes: > >> Bruno Barbier writes: >> >> ... but I feel a >> bit of passive aggressivity here, for no good reason tbh. > > I'm just trying to help, giving some valid or invalid advices. I'm > sorry that what I wrote, and how I wrote it, mad

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-12 Thread Bruno Barbier
Hi Arthur, Arthur Miller writes: > Bruno Barbier writes: > > ... but I feel a > bit of passive aggressivity here, for no good reason tbh. I'm just trying to help, giving some valid or invalid advices. I'm sorry that what I wrote, and how I wrote it, made you feel that way. >> >> Yes, let b

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-11 Thread Arthur Miller
Bruno Barbier writes: > Arthur Miller writes: > >> Bruno Barbier writes: >> >>> Arthur Miller writes: >>> >>> The hook `org-capture-mode-hook' will be run in your special >>> capture buffer. You can override the "C-c C-c" binding only there. >> >> Yes and in every other capture buffer > > No.

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-11 Thread Bruno Barbier
Arthur Miller writes: > Bruno Barbier writes: > >> Arthur Miller writes: >> >> The hook `org-capture-mode-hook' will be run in your special >> capture buffer. You can override the "C-c C-c" binding only there. > > Yes and in every other capture buffer No. If you modify the hook only during you

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-11 Thread Ihor Radchenko
Arthur Miller writes: > Based on a Reddit thread: > > https://www.reddit.com/r/emacs/comments/10xhvd8/a_little_readstring_utility_using_an_org_mode/j7xziao/?context=3 > > I did a small experiment to see if I can re-use org-capture, to just capture a > string from a buffer, without actually writin

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-11 Thread Arthur Miller
Bruno Barbier writes: > Arthur Miller writes: > >>> Bruno Barbier writes: >>> If you really want to just get the piece of text, you might be able to >>> use the hook `org-capture-mode-hook' to replace the key binding to >>> 'C-c C-c' in the capture buffer, so that it calls your own function tha

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread Bruno Barbier
Arthur Miller writes: >> Bruno Barbier writes: >> If you really want to just get the piece of text, you might be able to >> use the hook `org-capture-mode-hook' to replace the key binding to >> 'C-c C-c' in the capture buffer, so that it calls your own function that >> will take the string and c

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread Arthur Miller
Bruno Barbier writes: > Arthur Miller writes: > >> However I see that the binding for the org-capture-finalizer, in capture >> buffer, >> is still the default 'org-capture--default-finalize' and not my lambda. >> >> I am really not an expert on emacs lisp; and I do understand that this is >> so

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread Bruno Barbier
Arthur Miller writes: > However I see that the binding for the org-capture-finalizer, in capture > buffer, > is still the default 'org-capture--default-finalize' and not my lambda. > > I am really not an expert on emacs lisp; and I do understand that this is > somewhat "creative" use of org-capt

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread Arthur Miller
Ruijie Yu writes: > Hi Arthur, > > Please excuse my brevity and semi-random line of thought, as I’m replying on > mobile right now. See below. > >> On Feb 10, 2023, at 23:11, Arthur Miller wrote: >> >>  >> Based on a Reddit thread: >> >> https://www.reddit.com/r/emacs/comments/10xhvd8/a_li

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread General discussions about Org-mode.
Hi Arthur, Please excuse my brevity and semi-random line of thought, as I’m replying on mobile right now. See below. > On Feb 10, 2023, at 23:11, Arthur Miller wrote: > >  > Based on a Reddit thread: > > https://www.reddit.com/r/emacs/comments/10xhvd8/a_little_readstring_utility_using_an_o

Re: Problem with footnotes for sub-items in Beamer export

2023-01-09 Thread Guillaume MULLER
Hi all, Sorry, I launched a private discussion with Eric. As he found a solution (see below), I'm sharing it here for those interested. THANKS Eric! I didn't know we could use directly on the \footnote command! On 1/6/23 18:59, Fraga, Eric wrote: Ah, my bad: I didn't look at your full exampl

Re: Problem with footnotes for sub-items in Beamer export

2023-01-06 Thread Fraga, Eric
Untested but what happens if you put \onslide within the footnote itself? -- : Eric S Fraga, with org release_9.6-190-g82cc6f in Emacs 30.0.50

Re: Problem with multi-occur search when restricted to region

2022-12-29 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Ihor Radchenko writes on Tue 27 Dec 2022 13:43: > > > Can you try the attached patch? > > It did not work with the version I initially used: > >release_9.6-149-g554935.dirty > > but it works OK with > >release_9.6-149-g554935 Fixed on main then. For the

Re: Problem with multi-occur search when restricted to region

2022-12-27 Thread Alain . Cochard
Ihor Radchenko writes on Tue 27 Dec 2022 13:43: > Can you try the attached patch? It did not work with the version I initially used: release_9.6-149-g554935.dirty but it works OK with release_9.6-149-g554935 Thanks -- EOST (École et Observatoire des Sciences de la Terre) ITE (I

Re: Problem with multi-occur search when restricted to region

2022-12-27 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: >* h1 >foo >* h2 >foo bar > > I make the 1st two lines the region. Then I do > >M-x org-agenda << / foo > > and I see > >2 matches for "foo" in buffer: debug.org >2:foo >4:foo bar Thanks for reporting! Can you try the attac

Re: Problem in org-inlinetask-min-level's docstring?

2022-12-12 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Ihor Radchenko writes on Fri 25 Nov 2022 10:33: > > alain.coch...@unistra.fr writes: > > > > I do not understand the last sentence, even assuming that the 1st > > > 'of' is 'or'. Is my English the problem? > > > > That sentence is indeed screwed up. > >

Re: Problem in org-inlinetask-min-level's docstring?

2022-12-12 Thread Alain . Cochard
Ihor Radchenko writes on Fri 25 Nov 2022 10:33: > alain.coch...@unistra.fr writes: > > I do not understand the last sentence, even assuming that the 1st > > 'of' is 'or'. Is my English the problem? > > That sentence is indeed screwed up. > > Does `org-cycle-max-level' docstring sound bet

Re: Problem in org-inlinetask-min-level's docstring?

2022-11-25 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > The last paragraph of this docstring is: > >It is strongly recommended that you set ‘org-cycle-max-level’ not >at all, or to a number smaller than this one. In fact, when >‘org-cycle-max-level’ is not set, it will be assumed to be one less >than

Re: Problem when tangling source blocks with custom coderefs

2022-11-09 Thread Ihor Radchenko
Luis Osa writes: > I would like to tangle source code blocks that contain coderefs. I have > found that the coderefs are correctly filtered out from the tangled files > if they follow the default format, i.e. "(ref:%s)", but not if I try to > customize the format using the documented "-l" switch

Re: Problem when tangling source blocks with custom coderefs

2022-10-23 Thread Ihor Radchenko
Tom Gillespie writes: >I don't think you are doing anything wrong. IIRC the portion of the > patch that allowed the customization to propagate to the tangled code > was not included. Given that I am no longer the only one who is > looking for/expecting this behavior, maybe it is worth revisit

Re: problem with the on-line manual

2022-10-11 Thread Ihor Radchenko
Giuseppe Lipari writes: > I would like to point out that the following link in the org-mode on-line > manual is broken : > > https://orgmode.org/manual/Images-in-LaTeX-export.html > > can someone please fix/restore it ? Fixed. At least for now. We are currently adjusting server rewrite rules.

Re: problem with the on-line manual

2022-10-08 Thread Ihor Radchenko
Giuseppe Lipari writes: > By further investigating the problem I had, I tried to export the > following snippet: > > --- > ** Example > *** Temperature control :B_example: > :PROPERTIES: > :BEAMER_env: example > :END: > > Let us make a simp

Re: problem with the on-line manual

2022-10-08 Thread Giuseppe Lipari
Thank you very much, Max. By further investigating the problem I had, I tried to export the following snippet: --- ** Example *** Temperature control :B_example: :PROPERTIES: :BEAMER_env: example :END: Let us make a simple example of tempe

Re: problem with the on-line manual

2022-10-08 Thread Max Nikulin
On 08/10/2022 15:58, Giuseppe Lipari wrote: I would like to point out that the following link in the org-mode on-line manual is broken : https://orgmode.org/manual/Images-in-LaTeX-export.html can someone please fix/restore it ? See the following thread: Tim Landscheidt. Some links in onl

Re: Problem with installation

2022-09-08 Thread Ihor Radchenko
anilomjf writes: > Shoud org-version be in the lisp directory when I clone the repository? > > It is not. org-version.el should be generated by make script. Best, Ihor

Re: Problem with installation

2022-09-08 Thread Ihor Radchenko
[ Adding the org mailing list back to the CC ] anilomjf writes: > Here: > > https://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development > > > > It is stated that: > > Yes. You can install org-latest.zip or > org-latest

Re: Problem with installation

2022-09-08 Thread Ihor Radchenko
[ Adding the org mailing list back to the CC ] anilomjf writes: > Thank you for your rapid response. > > My emacs version is 27.1 I tested using Emacs 27.2 on Gentoo Linux using your exact steps. Still unable to reproduce. Best, Ihor

Re: Problem with installation

2022-09-08 Thread Ihor Radchenko
anilomjf writes: > Hi, > > I execute in kubuntu 22.04: > >> git clone https://git.savannah.gnu.org/git/emacs/org-mode.git >> cd org-mode >> make autoloads > > and get the messages: > ... > Loading /home/javi/org-mode/lisp/org-compat.el (source)... > Eager macro-expansion failure: (file-missing "

Re: Problem with defining stuck projects

2022-07-08 Thread Bob Heffernan
On 22-07-08 12:51, Ihor Radchenko wrote: > "^[ \t]*\\(SCHEDULED:\\|DEADLINE:\\)" Ihor, This seems to work. Thank you. Regards, Bob

Re: Problem with defining stuck projects

2022-07-07 Thread Ihor Radchenko
Bob Heffernan writes: > I want the following: > 1. A project is a level 1 header marked as TODO > 2. A project is not stuck if it has any sub-header that is scheduled but > not closed. > > So, in the example above Project 1 counts as stuck, but Project 2 does not. > > What I've got so far is

Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe >> On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote: > Sorry I don't have matlab and I have never used the solutionorbox > environment, but I believe you can generate latex directly. For example > with R I can to the following. > #+begin_src R :exp

Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> However when I wrap a solutionorbox around it (which I need when >> exporting to latex) all text between the «+» >> gets a strikeout. >> >> >> #+begin_solutionorbox >> #+begin_src matlab :exports results :eval never-export :results ou

Re: problem with unwanted strikeout in src blocks

2022-05-23 Thread Ihor Radchenko
Uwe Brauer writes: > However when I wrap a solutionorbox around it (which I need when > exporting to latex) all text between the «+» > gets a strikeout. > > > #+begin_solutionorbox > #+begin_src matlab :exports results :eval never-export :results output latex > disp('P(\text{Covid19}|\text{+})&=

Re: problem with unwanted strikeout in src blocks

2022-05-23 Thread Jeremie Juste
Hello Uwe > On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote: Sorry I don't have matlab and I have never used the solutionorbox environment, but I believe you can generate latex directly. For example with R I can to the following. #+begin_src R :exports results :eval yes :results output latex

Re: Problem with org-babel and geiser

2022-05-08 Thread Ihor Radchenko
Rudolf Adamkovič writes: > P.S. > > We should add 'testing/lisp/test-ob-scheme.el' or it will break again > sooner or later. Can we make the Org test suite depend on Geiser and > Guile? Given that Org uses Geiser out of the box, I think we should. > What do you think? Sounds reasonable. Patche

Re: problem with diary sexps

2022-04-08 Thread Eric S Fraga
On Friday, 8 Apr 2022 at 10:59, Ihor Radchenko wrote: > Should be fixed now in f6813dbe. See Confirmed. Thank you! -- : Eric S Fraga, with org release_9.5.2-426-gf6813d in Emacs 29.0.50

Re: problem with diary sexps

2022-04-07 Thread Ihor Radchenko
Eric S Fraga writes: > On Tuesday, 5 Apr 2022 at 19:22, Ihor Radchenko wrote: >> More accurate error can be found after setting calendar-debug-sexp to t. >> I got the following backtrace clearly indicating lexical scope issue: > > Which makes sense. The diary code does use entry and date as glo

Re: problem with diary sexps

2022-04-05 Thread Max Nikulin
On 05/04/2022 18:22, Ihor Radchenko wrote: Christian Stuermer writes: And the problem is gone, after reverting (result (if calendar-debug-sexp (eval sexp t) (condition-case nil (eval sexp t) back to (result (if calendar-debug-sexp (

Re: problem with diary sexps

2022-04-05 Thread Eric S Fraga
On Tuesday, 5 Apr 2022 at 19:22, Ihor Radchenko wrote: > More accurate error can be found after setting calendar-debug-sexp to t. > I got the following backtrace clearly indicating lexical scope issue: Which makes sense. The diary code does use entry and date as global variables so really needs

Re: problem with diary sexps

2022-04-05 Thread Ihor Radchenko
Christian Stuermer writes: > And the problem is gone, after reverting > >(result (if calendar-debug-sexp (eval sexp t) > (condition-case nil > (eval sexp t) > > back to > >(result (if calendar-debug-sexp (eval sexp) > (conditi

Re: problem with diary sexps

2022-04-05 Thread Eric S Fraga
On Tuesday, 5 Apr 2022 at 12:28, Christian Stuermer wrote: > I've had the same problem after updating org from git with entries like > The commit introducing it is > https://github.com/bzg/org-mode/commit/6d73cd34a07796c33f9435bfc8c9a19e67656c7a > > And the problem is gone, after reverting > >

Re: problem with diary sexps

2022-04-05 Thread Christian Stuermer
Hello! Eric S Fraga writes: I updated org today and now get Bad sexp at line 461 in /home/ucecesf/s/notes/diary.org: (let ((entry ) (date '(4 19 2022))) (diary-float t 2 3)) for a line that looks like <%%(diary-float t 2 3)> This has been in my diary for a very long time with no error.

Re: Problem with org-babel and geiser

2022-03-27 Thread Rudolf Adamkovič
Zelphir Kaltstahl writes: Hi Zelphir, > Geiser seems to work, if I use /bin/sh with some arguments instead of > GNU Bash. I have no idea it means to "use /bin/sh with some arguments instead of GNU Bash" in the context of Org Babel, Geiser, and Guile. Then, please see my other mail, the reply t

Re: Problem with org-babel and geiser

2022-03-27 Thread Rudolf Adamkovič
Neil Jerram writes: Hi Neil! > What do you see if you add ":results output" to the "#+begin_src" > line, and then C-c C-c again? #+BEGIN_SRC scheme :results output verbatim (+ 1 1) #+END_SRC #+RESULTS: : Geiser Interpreter produced no output > Did the patch help in your case? I had to update

Re: Problem with org-babel and geiser

2022-03-23 Thread Neil Jerram
Hi Rudy, On Thu, 17 Mar 2022 at 17:07, Rudolf Adamkovič wrote: > > Bob Heffernan writes: > > > I did as you described and the patched version of ob-scheme.el *does* > > seem to solve the problem. > > Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found > that the #+RESULTS: alw

Re: Problem with org-babel and geiser

2022-03-22 Thread Zelphir Kaltstahl
Hello Rudy! On 3/22/22 21:51, Rudolf Adamkovič wrote: Zelphir Kaltstahl writes: Hello Zelphir! At some point something changed, I think, […] In Geiser or in Org? I use Geiser for work heavily and it works like magic. I ask because if the problem resides in Geiser, we could report a new bu

Re: Re: Problem with org-babel and geiser

2022-03-22 Thread Rudolf Adamkovič
Zelphir Kaltstahl writes: Hello Zelphir! > At some point something changed, I think, […] In Geiser or in Org? I use Geiser for work heavily and it works like magic. I ask because if the problem resides in Geiser, we could report a new bug there. Rudy -- "One can begin to reason only when a

Re: Re: Problem with org-babel and geiser

2022-03-18 Thread Zelphir Kaltstahl
Hello Rudy! On 3/18/22 17:00, emacs-orgmode-requ...@gnu.org wrote: Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found that the #+RESULTS: always come back empty. Oh, well! I use Guile and have everything configured correctly. Has anyone merged the patch discussed in this t

Re: Problem with org-babel and geiser

2022-03-17 Thread Rudolf Adamkovič
Bob Heffernan writes: > I did as you described and the patched version of ob-scheme.el *does* > seem to solve the problem. Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found that the #+RESULTS: always come back empty. Oh, well! I use Guile and have everything configured cor

Re: Problem with org-babel and geiser

2022-02-05 Thread Bob Heffernan
On 22-02-05 19:39, Ihor Radchenko wrote: > It's not a good idea to modify Org packaged together with Emacs. For > testing, you can just use the attached version of ob-scheme.el. Load > your Emacs and Org mode, open the attached ob-scheme.el, and run M-x > eval-buffer. That should be sufficient to t

Re: Problem with org-babel and geiser

2022-02-05 Thread Ihor Radchenko
Bob Heffernan writes: > Thank you for your response. > The patch you linked does seem to be intended to fix this issue. > > However, I have no experience with applying a patch (to Emacs or anything > else). > On my system, ob-scheme.el.gz can be found at > /usr/share/emacs/27.2/lisp/org > can I

Re: Problem with org-babel and geiser

2022-02-04 Thread Bob Heffernan
On 22-02-04 15:00, Ihor Radchenko wrote: > Does the patch in > https://orgmode.org/list/3462869.oopU1TnKvU@felipe-thinkpad-x200 help? Ihor, Thank you for your response. The patch you linked does seem to be intended to fix this issue. However, I have no experience with applying a patch (to Emacs

Re: Problem with org-babel and geiser

2022-02-03 Thread Ihor Radchenko
Bob Heffernan writes: > I am having trouble with evaluating scheme source-blocks in org-mode. > Specifically, in a minimal example such as this: > > #+title: Test > #+PROPERTY: header-args :session *scheme* > > #+begin_src scheme > (+ 1 1) > #+end_src > > When I evaluate the src block, the resu

Re: Problem when tangling source blocks with custom coderefs

2022-01-19 Thread Luis Osa
Hi Tom, The simplest fix right now would be to prepend your coderef > with the python comment symbols # |hello| so that at the very least it > won't break your tangled files. Actually, that is exactly what I have done as a quick fix. It has a minor inconvenience: anything else included on the li

Re: Problem when tangling source blocks with custom coderefs

2022-01-18 Thread Tom Gillespie
Hi Luis, I don't think you are doing anything wrong. IIRC the portion of the patch that allowed the customization to propagate to the tangled code was not included. Given that I am no longer the only one who is looking for/expecting this behavior, maybe it is worth revisiting the decision. The s

Re: problem with columnview and the match option

2021-10-18 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ** All groups >> #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 >> :skip-empty-rows t :indent nil :format "%5TODO(Status) %5Id(Group) >> %5Ex(Exercise) %5Sheet(Sheet) %7ST1(Status){X/}" >> | Status | Group | Exercise | Sheet | Sta

Re: problem with columnview and the match option

2021-10-17 Thread Ihor Radchenko
Uwe Brauer writes: > ** All groups > #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 :skip-empty-rows t > :indent nil :format "%5TODO(Status) %5Id(Group) %5Ex(Exercise) > %5Sheet(Sheet) %7ST1(Status){X/}" > | Status | Group | Exercise | Sheet | Status | > |+---+--+-

Re: Problem inserting meeting in agenda using "pm" time indicators

2021-06-18 Thread Eric S Fraga
On Friday, 18 Jun 2021 at 14:14, Nicolas Goaziou wrote: > Duh. Fixed. Thank you. Confirmed! Thank you. :-) -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-557-gceb78e : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: Problem inserting meeting in agenda using "pm" time indicators

2021-06-18 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Ummm partly? The parsing seems to have been fixed but now my agenda > view is completely wrong. Timed entries are not showing in the time > line and the actual times for those entries are not appearing. Duh. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: Problem inserting meeting in agenda using "pm" time indicators

2021-06-18 Thread Eric S Fraga
On Thursday, 17 Jun 2021 at 19:30, Nicolas Goaziou wrote: >> Eric S Fraga writes: >>> When I try this now, with org up to date from git, I get this backtrace: >>> >>> , >>> | Debugger entered--Lisp error: (error "Invalid duration format: \"3pm\"") > > Fixed > > (hopefully) Ummm partly? The p

Re: Problem inserting meeting in agenda using "pm" time indicators

2021-06-17 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > Eric S Fraga writes: >> When I try this now, with org up to date from git, I get this backtrace: >> >> , >> | Debugger entered--Lisp error: (error "Invalid duration format: \"3pm\"") > > Confirmed Fixed (hopefully) Regards, -- Nicolas Goaziou

Re: Problem inserting meeting in agenda using "pm" time indicators

2021-05-29 Thread Ihor Radchenko
Eric S Fraga writes: > When I try this now, with org up to date from git, I get this backtrace: > > , > | Debugger entered--Lisp error: (error "Invalid duration format: \"3pm\"") Confirmed

Re: Problem with org-ref

2021-03-09 Thread Kyle Meyer
Marvin M. Doyley writes: > Hi there, > > When I use crossref-add-bibtex-entry it download the BibTeX entry but cannot > download the associated pdf. > I get the following error (wrong-type-argument stringp > ("/Users/doyley/Dropbox/Filing_Cabinet/B/refs/pdf/“)) > > I configured org-ref as follo

Re: Problem with custom links

2021-02-12 Thread Thomas S. Dye
Aloha Kyle, Thanks for taking a look at this, and also for the instructions how to test. I get the results you report. Separately, off list, John Kitchin kindly noted that my symptoms might be caused by org-ref. A bit of snooping led me to understand that org-ref was installed on my system

  1   2   3   4   >