Re: org-table-row face

2024-05-14 Thread Fraga, Eric
On Monday, 13 May 2024 at 21:16, Colin Baxter wrote: > Thanks, so presumably I just use set-face-attribute. For many/most face aspects, I find the customize interface the easiest to use. Simply M-x customize-face RET org-table-row RET (and then probably click on "Show all attributes"). You

Re: MathML and ODT export: inline possible?

2024-04-22 Thread Fraga, Eric
On Friday, 19 Apr 2024 at 23:19, Max Nikulin wrote: > MathJax may be your friend. LaTeXML and katex do not add as well. MathJax works well but for websites; my context is that I need to prepare a Word document to share with others. > Actually I asked to confirm that your troubles are not with

Re: strange export problem with a file: link

2024-04-22 Thread Fraga, Eric
On Saturday, 20 Apr 2024 at 12:25, Ihor Radchenko wrote: > Fixed, on main. Thank you! -- : Eric S Fraga, with org release_9.6.23-1320-g1be2f9 in Emacs 30.0.50

Re: MathML and ODT export: inline possible?

2024-04-18 Thread Fraga, Eric
On Thursday, 18 Apr 2024 at 15:38, Leo Butler wrote: > Eric, > I think there is a bug in the way the exporter handles odt fragments. > > Explanation: Maxima can print output in mathml. Oh, this is actually excellent news! I use maxima all the time... > But when I export to odt, something weird

Re: strange export problem with a file: link

2024-04-18 Thread Fraga, Eric
On Thursday, 18 Apr 2024 at 21:46, Max Nikulin wrote: > Sorry that I was not clear enough. Org code should be fixed. For a > while you may revert that commit in your local repository. Ah, okay! Thank you. I'll leave my documents as they are then. :-) -- : Eric S Fraga, with org

Re: MathML and ODT export: inline possible?

2024-04-18 Thread Fraga, Eric
Hi Max, On Thursday, 18 Apr 2024 at 22:05, Max Nikulin wrote: > I am still curious if pandoc can handle your math expressions. The short answer: not quite but definitely much better than latexmlmath. The longer answer: my equation has a number of terms with subscripts where the subscripts

Re: MathML and ODT export: inline possible?

2024-04-18 Thread Fraga, Eric
Hi Max, On Thursday, 18 Apr 2024 at 21:44, Max Nikulin wrote: > #+begin_export odt > ... > #+end_export I thought I had tried that but must have done something different/wrong. This works beautifully, once I figured out I had to wrap the ... within a . Many thanks, eric PS - also thanks for

Re: strange export problem with a file: link

2024-04-18 Thread Fraga, Eric
On Thursday, 18 Apr 2024 at 19:08, Max Nikulin wrote: > It is a side effect of > > 72b0e9ff0 2024-02-05 16:39:05 +0100 Ihor Radchenko: org-export: Do not > strip link type by default during export Thank you Max. I have now checked the ORG-NEWS file, which I probably should have looked at before

MathML and ODT export: inline possible?

2024-04-18 Thread Fraga, Eric
Hello all, I am having (for my sins) to write some Word documents. I don't even have Word on my system but that's by the by. The documents have some mathematical expressions. In the past, I have used LaTeX to create images of these expressions (and hence my earlier post today). But I'm told

strange export problem with a file: link

2024-04-18 Thread Fraga, Eric
Hello all, I have a file that consists of these three lines: --8<---cut here---start->8--- #+begin_src latex :results file raw :exports results :file function.png \[ y = f(x) \] #+end_src --8<---cut here---end--->8--- With

Re: none

2024-04-11 Thread Fraga, Eric
On Thursday, 11 Apr 2024 at 16:43, Sébastien Gendre wrote: > When I try to execute a block of PlantUML in an Org document, I get an > error message: > [...] > (setq plantuml-default-exec-mode 'executable) > (setq org-plantuml-exec-mode 'plantuml) I don't have either of these setq lines but I do

Re: When src block result is an image, how to define caption, html and latex attributes ?

2024-04-10 Thread Fraga, Eric
On Tuesday, 9 Apr 2024 at 18:58, Sébastien Gendre wrote: > If I name the source block, it work. Excellent. > Is it because: > > * When a source block is named, it's result is also named > > * When a result is named, Org-mode can locate it and replace its value > > * But when a result is not

Re: When src block result is an image, how to define caption, html and latex attributes ?

2024-04-09 Thread Fraga, Eric
On Tuesday, 9 Apr 2024 at 16:11, Sébastien Gendre wrote: > If I add them manually after the result generation, and generate again > the result, the #+CAPTION, #+LATEX_ATTR and #+HTML_ATTR are moved after > the result. Does this happen if your src block is NAMEd? -- : Eric S Fraga, with org

Re: Support for whitespace prefix for :noweb-prefix

2024-04-03 Thread Fraga, Eric
Ah, okay. Thank you. -- : Eric S Fraga, with org release_9.6.23-1314-g945046 in Emacs 30.0.50

Re: [PATCH] Add support for tables in Calc src block :var

2024-04-03 Thread Fraga, Eric
On Saturday, 30 Mar 2024 at 18:34, Visuwesh wrote: >> Specifically, I would love to make reference to calc variables, >> especially those defined using embedded calc, in org tables. > > Can you please provide a minimal example for me to play around with? I > realise I would like something like

Re: Support for whitespace prefix for :noweb-prefix

2024-04-03 Thread Fraga, Eric
On Friday, 29 Mar 2024 at 09:43, Ihor Radchenko wrote: > Doerthous writes: >> #+begin_src elisp >> (let ((a 0) >> (let ((b 1)) >>`(,a ,b)) >> #+end_src >> >> ~(let (~ is the prefix of <>. >> >> I thought we can replace just the prefix in current code[1] with >> ~(setq prefix

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
On Monday, 18 Mar 2024 at 20:59, Visuwesh wrote: > You give me far too credit: I merely placed an edebug trigger for > calc-push-list and used a simple-minded ' [1,2,3;4,5,6] RET to figure > out the vector format (then later I found the commentary). Cute! > If I get the time, I will try to look

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
Thank you for this. Potentially very useful. As you have managed to understand calc internals (to a much greater degrees than I have ever managed), do you know if there is any way to go the other way? Specifically, I would love to make reference to calc variables, especially those defined using

Re: Table column formula with remote reference

2024-03-18 Thread Fraga, Eric
On Sunday, 17 Mar 2024 at 10:29, Wu Ming wrote: > Haven’t tried Org export options yet. What is your organization system > with tables? I don't have a system! Often, tables in my documents are the output of some other code and the tables are the results that need further processing (or

Re: Table column formula with remote reference

2024-03-14 Thread Fraga, Eric
On Thursday, 14 Mar 2024 at 09:16, Wu Ming wrote: > Unrelated, but appeared on the same trial, noticed a cell was > mis-calculated. [...] This made me worry about reliability of simple > biz calculations I am trying on Org spreadsheet for the first > time. Please advise. I've not seen any

Re: Emacs slow-down

2024-03-08 Thread Fraga, Eric
On Friday, 8 Mar 2024 at 07:54, Pedro Andres Aranda Gutierrez wrote: > In this case, one of the root causes for my insufferable > slowdown was not org-mode but jinx (the spell checker). I turned jinx off as well. The other culprit, for me, was wc-mode. I now count words explicitly when needed

Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Fraga, Eric
On Friday, 1 Mar 2024 at 12:33, Pedro Andres Aranda Gutierrez wrote: > I needed to go back to stock org-mode (as included in Emacs) because > the ‘orgframe’ as defined right now kills my slide decks. > I have been using the construct > > ** Title >:PROPERTIES: >:BEAMER_act: >:END: I

Re: [DISCUSSION] What should we do with undocumented x^(superscript inside /round/ braces) syntax?

2024-02-19 Thread Fraga, Eric
On Saturday, 17 Feb 2024 at 14:06, Ihor Radchenko wrote: > Inconsistent with LaTeX syntax, Org mode not only allows > x^{superscript}, but also x^(superscript) with round braces used for > grouping. Inconsistent with LaTeX is not a sufficient reason for removing this, in my opinion. Org has

Re: detangling with babel :var header entries

2024-02-19 Thread Fraga, Eric
On Saturday, 17 Feb 2024 at 16:18, Ihor Radchenko wrote: > I also have no idea. I'm afraid that detangling can only be used in > simple cases as it is implemented now. I had the feeling this would be the case. No worries. Thank you. -- : Eric S Fraga, with org release_9.6.18-1158-g8e2ed4 in

detangling with babel :var header entries

2024-02-16 Thread Fraga, Eric
Hello all, I'm looking for some advice. I do most (if not all) of my coding within org, using src blocks which are tangled to create the actual code to run. Although I usually edit the code from within the org file, using org-edit-special, I sometimes, when debugging, edit the tangled code file

Re: error during appt/agenda initialization

2024-02-09 Thread Fraga, Eric
Hi Ihor, On Friday, 9 Feb 2024 at 20:35, Ihor Radchenko wrote: > Try the latest main. Thank you but, unfortunately, initialization is still failing, although the backtrace is subtly different: --8<---cut here---start->8--- Debugger entered--Lisp error:

error during appt/agenda initialization

2024-02-09 Thread Fraga, Eric
Hello all, I upgraded (on a different system) org-mode from git and I now find that my emacs start-up hangs. If I C-g out of it, I get the following backtrace: --8<---cut here---start->8--- Debugger entered--Lisp error: (quit) #f(compiled-function (node)

Re: [BUG] No result exporting combined org-agenda files to icalendar [9.6.15 (release_9.6.15 @ z:/emacs-i686/share/emacs/29.2/lisp/org/)]. It was: org-icalendar export problems

2024-02-03 Thread Fraga, Eric
On Saturday, 3 Feb 2024 at 13:13, Ypo wrote: > I think I will keep waiting till somebody shares an easy and robust > way to get an .ics calendar from org files. Not sure what you are expecting but I can show you my (elided) shell script that generates a single ics file from multiple org files:

Re: org-->latex and beamer, avoid blocks

2024-01-21 Thread Fraga, Eric
On Friday, 19 Jan 2024 at 08:01, Uwe Brauer via "General discussions about Org-mode." wrote: > Well, right. I just realized that for example > when I export the document to LatReX article, then cosntructs like > > > *** Code > :PROPERTIES: > :BEAMER_env: ignoreheading > :END: > > Get

Re: org-->latex and beamer, avoid blocks

2024-01-18 Thread Fraga, Eric
On Thursday, 18 Jan 2024 at 16:40, Uwe Brauer via "General discussions about Org-mode." wrote: > Any suggestion how to tell the converter not convert > > *** First step > > To a block? Add the :B_ignoreheading: tag and the following property to the headline: :PROPERTIES: :BEAMER_env:

Re: Developing Moodle resources/sites with Org Mode

2024-01-17 Thread Fraga, Eric
This sounds very good! I am particularly impressed with being able to use maxima to create questions that have a random element. I wish I'd had what you have done back at the start of the pandemic when I had to create quizzes for my moduless. In answer to your actual question: no, I do not

Re: Basic citations: should default citation style have a name and style code?

2024-01-10 Thread Fraga, Eric
Hi Bill, On Thursday, 11 Jan 2024 at 05:25, William Denton wrote: > The basic citation processor is a proof of concept and shouldn't be > used for real work, so this is probably never going to result in a > real problem. Proof of concept or not, the fact that it exists means people (e.g. me)

Re: strange error exporting to ascii

2023-12-27 Thread Fraga, Eric
On Sunday, 24 Dec 2023 at 11:20, Ihor Radchenko wrote: > Should work now. I reverted the problematic commit. Confirmed. Thank you! -- : Eric S Fraga, with org release_9.6.13-1003-g872c1b in Emacs 30.0.50

Re: strange error exporting to ascii

2023-12-23 Thread Fraga, Eric
On Saturday, 23 Dec 2023 at 09:52, Ihor Radchenko wrote: > ... me adding one innocent require to ox.el Complex systems... :-) Fantastic video, by the way. -- : Eric S Fraga, with org release_9.6.13-1003-g872c1b in Emacs 30.0.50

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 16:36, Ihor Radchenko wrote: > > This is most likely a bug with internal dependencies. > I need some time to figure out how to approach it. Okay, thank you. For the record, I've re-built Emacs from git and the problem persists so it's not (necessarily) Emacs itself.

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
Another data point: if I do a make cleanall and then start emacs without org compiled, exporting (to both targets) works, although there are complaints initially about the autoload file not being present etc. Slow, mind you. ;-) But I can live with this in the short term so I can get my work

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 15:58, Ihor Radchenko wrote: > This is a problem with Org mode compilation. Try to reinstall. Problem persists. I've done make update restart emacs: fails to export. Then make cleanall make and restart emacs but also fails to export, both times with same error

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 15:14, Ihor Radchenko wrote: [...] > This is also something from ox-bibtex.el. I suspect that you do not need > ox-bibtex.el. It is an old library predating Org's native citation support. > > Also, merely loading ox-bibtex.el changes Org export behaviour. Be careful.

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
Hi Ihor, thank you for the response. On Friday, 22 Dec 2023 at 13:53, Ihor Radchenko wrote: > Looks like your #+bibliography does not follow > > #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d > > format. It does not but the documentation does not say anything about a format at

strange error exporting to ascii

2023-12-21 Thread Fraga, Eric
Hello, I am working on a paper which includes citations. Exporting to LaTeX and to ODT worked just fine. For my sins, I now have to incorporate changes made to the ODT version back into the org and I thought the best way was to compare text versions (I did try using pandoc on the ODT version to

Re: Strange behaviour detected today

2023-12-13 Thread Fraga, Eric
On Wednesday, 13 Dec 2023 at 13:07, Ihor Radchenko wrote: > The documentation explicitly states that :line-width 1 is the same as > :line-width (1 . 1). I see no reason to change anything on Org side. I was not suggesting a change in Org for the moment, just suggesting the OP tried to see if that

Re: Strange behaviour detected today

2023-12-13 Thread Fraga, Eric
On Wednesday, 13 Dec 2023 at 11:15, Ihor Radchenko wrote: > (defface org-beamer-tag '((t (:box (:line-width 1 :color "grey40" > "The special face for beamer tags." > :group 'org-export-beamer) > > in the code. > > This :box spec is correct, according to the manual. > So, something is

Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-06 Thread Fraga, Eric
Hi Leo, On Tuesday, 5 Dec 2023 at 20:18, Leo Butler wrote: > I think it should be easy to provide this for a few data types (matrix, > string, maybe list), but I think the conversion from a Lisp sexp to an > ELisp sexp will need a lot of assumptions. E.g. how to convert the > Maxima list: > >

Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-05 Thread Fraga, Eric
On Tuesday, 5 Dec 2023 at 16:59, Leo Butler wrote: > You mentioned returning a value from a maxima code block. By this, I mean the value of the last sexp as some other src blocks do (elisp? octave? Not sure which...). It's what I would expect to see if I were to specify ":results value". And

Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-05 Thread Fraga, Eric
On Tuesday, 5 Dec 2023 at 16:42, Leo Butler wrote: > With recent versions of ob-maxima.el, you can set header arguments to > get the behaviour Eduardo expected: Thank you. This is great news. I'm going to have to upgrade as the version I'm currently using (from 1-2 months ago, I think) doesn't

Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-05 Thread Fraga, Eric
On Tuesday, 5 Dec 2023 at 08:34, Eduardo Ochs wrote: > Ouch! I'm so used to using Maxima from its REPL that I forgot to test > that... thanks and sorry! =/ No apology required. It would be good if ob-maxima had implemented the concept of returning the last value, as some other language

Re: ODT export failing

2023-12-05 Thread Fraga, Eric
On Tuesday, 5 Dec 2023 at 12:54, Ihor Radchenko wrote: > Still fine on my side... Okay, thank you. Strange but one of those mysteries, I guess. If I run into this again, I'll explore more fully. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: ODT export failing

2023-12-05 Thread Fraga, Eric
On Tuesday, 5 Dec 2023 at 12:11, Ihor Radchenko wrote: Ummm, okay. Maybe with a .pdf extension? (I was under deadline pressure so once I got it working, I didn't explore any further!) -- Eric S Fraga, https://profiles.ucl.ac.uk/5958-eric-fraga PhD studentship in optimization and molecular

Re: What is the status of ob-maxima.el? Is this a bug?

2023-12-05 Thread Fraga, Eric
I think ob-maxima will only output the actual explicit "output" of the script, so something like #+begin_src maxima print(2+3); #+end_src should work. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: Getting email from MS outlook into emacs

2023-11-30 Thread Fraga, Eric
On Wednesday, 29 Nov 2023 at 14:08, Presnell,Brett Douglas wrote: > I had to deal with this last spring. I finally got things working again > with mbsync, msmtp, mu/mu4e, and for the oauth stuff, pizauth. This > combination has worked well for me ever since. Most of the details can > be found

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Fraga, Eric
Hi Martin, On Tuesday, 28 Nov 2023 at 09:40, Martin Steffen wrote: > that leaves people like me out in the rain, someone who just wants a > reliable, stable plain old email server which is widely compatible > (even if only backward compatible) and the leaves the choice of > mailreader(s)q to the

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Fraga, Eric
On Tuesday, 28 Nov 2023 at 08:34, Ihor Radchenko wrote: > ... except when institution also prohibits anything but MS Outlook to > access the MS Exchange protocol. Indeed but my experience has often been that such restrictive practices are the result of blind clicking on the part of the IT

Re: Getting email from MS outlook into emacs

2023-11-28 Thread Fraga, Eric
Hi Marvin, On Tuesday, 28 Nov 2023 at 03:09, Doyley, Marvin M. wrote: > I have been trying to configure mbsync to download email from MS > Outlook. Unfortunately, the new oauth2 authentication makes things > difficult, especially since my institution has disabled the Azure App > permission. > >

Re: ODT export failing

2023-11-27 Thread Fraga, Eric
Hi Ihor, On Monday, 27 Nov 2023 at 19:49, Ihor Radchenko wrote: > AFAIU, that message is for fuzzy and id links that do not point to > heading or target - such links are not supported. I've had this before when the target (i.e. the label within the org file) did not exist. I have never seen

Re: ODT export failing

2023-11-27 Thread Fraga, Eric
Ignore please. I was trying to export an image which was in PDF; I thought I had changed to reference to a PNG but missed one. Mind you, the error message could be a little more informative? Sorry for the noise. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

ODT export failing

2023-11-27 Thread Fraga, Eric
Hello all, can anybody suggest what may be causing an error of the form: org-odt-export-to-odt: OpenDocument export failed: FIXME: Unable to resolve [...] The very long error message gives no actual detail as to what actually failed to resolve. I will try with emacs -Q etc. but challenging

Re: certain files should not be folded

2023-11-25 Thread Fraga, Eric
I'll let others chime in because I definitely get the file with everything opened. Maybe tell us what version of org and emacs you are using and also what happens if you start emacs with -Q to not include your customizations? -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs

Re: certain files should not be folded

2023-11-24 Thread Fraga, Eric
On Friday, 24 Nov 2023 at 18:47, Uwe Brauer wrote: > Since I am not sure what are precisely these VISIBILITY properties, By VISIBILITY properties, I meant literally that: any properties labelled as VISIBILITY. But obviously you don't have any! > here is one example file which works just fine

Re: certain files should not be folded

2023-11-24 Thread Fraga, Eric
The default is to show everything. Do you have an VISIBILITY properties in the file? -- : Eric S Fraga, with org release_9.6.6-418-g294a4d in Emacs 30.0.50

Re: [FR] STARTUP: hidechecked

2023-11-08 Thread Fraga, Eric
Although org doesn't have the feature you are asking for, I have the following in my configuration that you may find useful: #+begin_src emacs-lisp (font-lock-add-keywords 'org-mode `(("^[ \t]*\\(?:[-+*]\\|[0-9]+[).]\\)[ \t]+\\(\\(?:\\[@\\(?:start:\\)?[0-9]+\\][

Re: Regression in latex export of tables?

2023-11-02 Thread Fraga, Eric
On Wednesday, 1 Nov 2023 at 19:04, Vikas Rawal wrote: > I am sorry, but I do not understand what are you pointing at. This is > what I get: > > > \begin{center} > \begin{tabular}{ll} > (a,b) & open interval\\[0pt] > [0,1] & closed interval\\[0pt] > \end{tabular} > \end{center} >

Re: Preferred posting style

2023-10-30 Thread Fraga, Eric
On Monday, 30 Oct 2023 at 21:25, yaxp wrote: > Which posting style is preferable in this list? > > Top or Bottom. Bottom, definitely. (at least, from my point of view) Thank you. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread Fraga, Eric
On Wednesday, 25 Oct 2023 at 21:32, yaxp wrote: > However, I would prefer to have a better solution than this because this > "breaks" the flow of the file. It does break the flow but only because *you* are imposing the break. I don't know of any other (more elegant) way to achieve what you

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread Fraga, Eric
On Wednesday, 25 Oct 2023 at 00:24, yaxp wrote: > Adding a framebreak between blocks does not work. [...] > Exporting this to PDF and examining the resulting file reveals that the > \framebreak is inserted before the \end{block}. Put the \framebreak in a block with heading ignored:

Re: Org-beamer: Have text overflows continue onto another frame

2023-10-25 Thread Fraga, Eric
On Tuesday, 24 Oct 2023 at 20:37, yaxp wrote: > That does everything I needed. Excellent. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: Org-beamer: Have text overflows continue onto another frame

2023-10-24 Thread Fraga, Eric
and there is some customization possible for continuation frames: https://tex.stackexchange.com/questions/295854/how-to-edit-behaviour-of-frame-titles-during-frame-break-in-beamer (and maybe more: still searching) -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: Org-beamer: Have text overflows continue onto another frame

2023-10-24 Thread Fraga, Eric
On Tuesday, 24 Oct 2023 at 17:56, yaxp wrote: > How do I have overflowing text continue on a new frame? Ideally, in a > way that lets me also customize the title of this new frame You can easily do the former by adding :BEAMER_opt: allowframebreaks to the PROPERTIES for any frame that needs to

Re: org beamer strange behaviour

2023-10-10 Thread Fraga, Eric
I had a look at your file and it displays just fine on my system. -- : Eric S Fraga, with org release_9.6.6-418-g294a4d in Emacs 30.0.50

Re: org beamer strange behaviour

2023-10-09 Thread Fraga, Eric
I haven't looked at your file but do consider running org-lint on the file to see if it picks up anything. -- : Eric S Fraga, with org release_9.6.6-418-g294a4d in Emacs 30.0.50

Re: Bug with "BEAMER_OPT: shrink" and links

2023-09-22 Thread Fraga, Eric
Hi Guillaume, On Thursday, 21 Sep 2023 at 19:41, Guillaume MULLER wrote: > Here is a small test.org file that uses shrink to reduce the size of the > slides: [...] > If you run 'org-beamer-export-to-pdf' on this file, you'll get a PDF > where the clickable area for the link is most of the time

Re: error tangling: how to debug please?

2023-09-15 Thread Fraga, Eric
On Friday, 15 Sep 2023 at 21:41, Max Nikulin wrote: > Should be caught by `org-lint' True! Should have run the document through org-lint. Ooops. In my defence, I did do so recently but I should get in the habit of including linting as part of my normal debug process when things go awry...

Re: error tangling: how to debug please?

2023-09-15 Thread Fraga, Eric
Hi Ihor, > I recommend setting org-element--cache-self-verify to 'backtrace and > org-element--cache-self-verify-frequency to 1.0. Then, Org will > self-check the cache consistency and generate a backtrace when a > problem is detected. I have set these and will let you know how I get on. I have

Re: error tangling: how to debug please?

2023-09-14 Thread Fraga, Eric
Hi Ihor again, > The source block in question is at point, so, in the debugger, you can > just do "e (point) " and then jump to that point manually. this did the trick. However, interestingly, the error was a src block that ended with +end_src (somehow the "#" got deleted). What's

Re: error tangling: how to debug please?

2023-09-14 Thread Fraga, Eric
Hi Ihor, On Thursday, 14 Sep 2023 at 12:59, Ihor Radchenko wrote: > For the patch, it will be something like adding (when ... (debug)) and > evaluating the defun. > > The source block in question is at point, so, in the debugger, you can > just do "e (point) " and then jump to that point

Re: error tangling: how to debug please?

2023-09-14 Thread Fraga, Eric
Ihor, On Thursday, 14 Sep 2023 at 12:40, Ihor Radchenko wrote: > To debug, you can try to patch `org-babel-tangle-single-block', catching > when `org-src-coderef-regexp' is called with nil argument (it must be a > string). Then, examine which source block you are at when that happens. Thank you.

error tangling: how to debug please?

2023-09-14 Thread Fraga, Eric
Hello all, I have a rather large & complex file which has many src blocks, all of which tangle to a single file, defined by a header-args property. When I try to tangle, I get the following (not very informative unfortunately) backtrace: Debugger entered--Lisp error: (wrong-type-argument

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

2023-09-13 Thread Fraga, Eric
On Wednesday, 13 Sep 2023 at 22:24, Vladimir Nikishkin wrote: > I know that I can write src_org[:exports code], but doing that for each > inline code block is a lot of (needless) work. Not really answering your question but do remember that Emacs is a brilliant text editor and it would take a

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-27 Thread Fraga, Eric
On Saturday, 26 Aug 2023 at 12:30, Ihor Radchenko wrote: > That will indeed work. But then the todo will not appear in agenda. Indeed. Luckily, for me, I don't tend to want the actions within my long documents to be listed in my agenda. Essentially, I have global todo items (which appear in my

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-26 Thread Fraga, Eric
On Wednesday, 23 Aug 2023 at 09:33, Ihor Radchenko wrote: >> "Fraga, Eric" writes: >> >>> I'll chime in regarding inlinetasks: I used to use these *a lot* >>> but I >>> found that drawers do what I needed in almost all cases very >>>

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-14 Thread Fraga, Eric
I'll chime in regarding inlinetasks: I used to use these *a lot* but I found that drawers do what I needed in almost all cases very effectively (for my use cases). I have no strong feelings therefore with respect to either of the aspects being discussed. -- : Eric S Fraga, with org

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-10 Thread Fraga, Eric
On Thursday, 10 Aug 2023 at 21:17, Ilya Chernyshov wrote: > You are not the first person getting this type of error on Emacs 30. Ah, okay, that's reassuring! > Currently, I'm not planning to maintain the package for master branch. Okay, that's fine. Thank you. -- : Eric S Fraga, with org

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-10 Thread Fraga, Eric
On Thursday, 10 Aug 2023 at 19:50, Ilya Chernyshov wrote: > You got this error because in the Package-Requires header of the package > there were packages without explicitly set versions. Maybe it's a bug, I > don't know. As far as I know, it's acceptable to not define specific > version of a

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-10 Thread Fraga, Eric
Hi, I'm late to this and I don't have the full thread on my system so apologies if this has been asked before. When I try M-x package-vc-install RET https://github.com/ichernyshovvv/org-timeblock/ according to the instructions given at the gitlab repository, I get an error:

Re: is LOCATION not a valid property? org-lint complains!

2023-08-02 Thread Fraga, Eric
Hi Ihor, On Wednesday, 2 Aug 2023 at 06:34, Ihor Radchenko wrote: > I now updated the linter to mention the backend name. > Also, I made it ignore `org-default-properties' known by Org. [...] > I changed the message to include the original timestamp and used "parsed > as" Thank you for both

Re: is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Fraga, Eric
On Tuesday, 1 Aug 2023 at 16:22, Ihor Radchenko wrote: > ox-koma-letter, which you likely use, understands EXPORT_LOCATION > property, but not LOCATION. Ah, interesting. Yes, I do use (infrequently) ox-koma-letter. Whereas all my other org related tools understand LOCATION and not

is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Fraga, Eric
Hello all, I don't use org-lint very often but it is indeed an excellent tool when an org file somehow gets corrupted in some way. I recently had problems adding a new entry into my "diary" file, the file that has all of my meetings & appointments [1]. I don't know if this is something new or I

Re: BUG: org-cycle does not unfold some subtrees

2023-05-10 Thread Fraga, Eric
On Wednesday, 10 May 2023 at 08:19, Ihor Radchenko wrote: > "Fraga, Eric" writes: > >> And if it helps further, I have had this problem for some time now. The >> solution, for me, is to search for some text I know is present in the >> folded section and it unfol

Re: BUG: org-cycle does not unfold some subtrees

2023-05-10 Thread Fraga, Eric
On Saturday, 6 May 2023 at 07:46, Thomas S. Dye wrote: > If it helps, I get this bug using the Spacemacs Org mode layer and > Emacs 27. And if it helps further, I have had this problem for some time now. The solution, for me, is to search for some text I know is present in the folded section

Re: Suggestion to increase usefulness of TAB key / 'org-cycle' function

2023-04-28 Thread Fraga, Eric
Hi Philipp, On Friday, 28 Apr 2023 at 10:49, Philipp Kiefer wrote: > Well, it could simplify things a good deal further if, on issuing the > command when point is *not* on a parent heading, (non-global) > org-cycle would instead fold the subtree that point is in, i. e. do > 'outline-up-heading'

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

problem interaction between jinx-mode and org mode

2023-04-06 Thread Fraga, Eric
Hello all, I have just posted an issue on the jinx spell checking package's github site: https://github.com/minad/jinx/issues/35 There seems to be a strange interaction between jinx and orgmode when the buffer has lines of the form: --8<---cut

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Fraga, Eric
Hi Pedro, On Monday, 27 Mar 2023 at 11:02, Pedro Andres Aranda Gutierrez wrote: > \jobname is the shorthand for ‘the file that you are compiling with Ah, okay; thank you. > Re the use of absolute vs relative path when exporting to LaTeX, I > might want to export to LaTeX and transfer to

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-23 Thread Fraga, Eric
Pedro, maybe start by showing an example of where \jobname does not work with org while working with LaTeX directly? I have never used this LaTeX command and know nothing about it. Secondly, what is the problem with bibliography file names being expanded? eric -- : Eric S Fraga, with org

Re: How to exclude colum titles from calculations

2023-03-09 Thread Fraga, Eric
I make extensive use of the advanced features of the spreadsheet in org tables, specifically having a first column that indicates which rows should be calculated or not. Check out the org info manual (org) Advanced features and the token you want in the first column would be '#' for those rows

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Fraga, Eric
Maybe just column formula $2=0.0? -- : Eric S Fraga, with org release_9.6.1-278-ge52c53 in Emacs 30.0.50

Re: how to add special glyphs

2023-03-07 Thread Fraga, Eric
Hi Rob, On Monday, 6 Mar 2023 at 16:24, Rob Sargent wrote: > I think I have to decide on one format and stick with it. I get bitten > by ODT/DOC transformations, not sure I like the default look of > LaTeX/pdf, HTML is pretty reliable but not best for handing out. Maybe > I'll go back to "text"

Re: tex export overshoots right margin with mixed fonts

2023-02-24 Thread Fraga, Eric
On Friday, 24 Feb 2023 at 11:42, alain.coch...@unistra.fr wrote: > Now, is there a way to tell Org to export _=MappingInstruction=_ as > \ul{\texttt{MappingInstruction}}? Well, I found I never used strike-through but definitely wanted to be able to highlight text. So, I redefined the +...+

Re: tex export overshoots right margin with mixed fonts

2023-02-24 Thread Fraga, Eric
On Thursday, 23 Feb 2023 at 16:25, Rob Sargent wrote: > Looks to me like this only happens if the last word of the line is > "emphasized" and larger font. This is not an org problem; it's LaTeX. It's happening because LaTeX has a problem breaking up the line at the previous word. You can help

Re: org-roam: how to have links un-opened

2023-02-22 Thread Fraga, Eric
And, for the record, this does the job for me: #+begin_src emacs-lisp (add-hook 'org-roam-mode-hook #'magit-section-show-level-2) #+end_src Thanks again, eric -- : Eric S Fraga, with org release_9.6-204-g2f7052 in Emacs 30.0.50

Re: org-roam: how to have links un-opened

2023-02-22 Thread Fraga, Eric
On Wednesday, 22 Feb 2023 at 11:31, Ihor Radchenko wrote: > org-roam buffer is in org-roam-mode major mode, which is derived from > magit-section-mode. So, you should be able to use magit-section-show-* > commands in org-roam-mode-hook. Thank you. I will explore the magit show commands. -- :

  1   2   3   4   5   >