Re: How to put clock at right-hand side of mode line?

2025-07-25 Thread Fraga, Eric
Response below/inline for email William Denton wrote: > (original email sent 25 Jul 2025 at 14:53) > > Has anyone configured their mode line to have the Org clock at the > right-hand side? If so, how? [...] > but it looks like I might have to construct my own mode line string. You might have t

different faces for categories in agenda view?

2025-01-14 Thread Fraga, Eric
Dear all, is there any way to apply different faces to entries in the agenda view depending on category? I do have the category displayed as well as a different icon but it would be good to have the whole entry use a specific face as a function of the category. Sort of like hi-lock allows me to

Re: Timestamps with a repeater and an end date

2025-01-10 Thread Fraga, Eric
Response below/inline for email Emily Bourke wrote: > (original email sent 10 Jan 2025 at 09:25) > > Is there a way in org to have timestamps with both a repeater and an end date? No, there isn't. The recommended way to achieve what you want is to create an entry for the first occurrence and the

Re: texinfo export has no targets for src blocks

2024-12-23 Thread Fraga, Eric
Response below/inline for email Ihor Radchenko wrote: > (original email sent 23 Dec 2024 at 15:10) > > Thanks for reporting! > I tried to add support for #+name'd elements in ox-texinfo. > See the attached patch. Seems to work fine, at least for both the minimal test and my long document. Thank

error with cache

2024-12-17 Thread Fraga, Eric
Hello all, I use Emacs as my window manager (exwm). I don't often restart as my system is up 24/7. Today, I had to restart and found Emacs hanging during startup. I added a debug on quit directive so I could see why. The backtrace looks like this: --8<---cut here---star

texinfo export has no targets for src blocks

2024-12-14 Thread Fraga, Eric
Hello all, Just a heads up as I spent some time debugging a problem with export to texinfo. If you have a heading, say ** The model <> but also happen to have a code block #+name: model #+begin_src ... exporting to texinfo, asking to refer to [[model]], creates a reference to an non-existing

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

2024-12-13 Thread Fraga, Eric
Response below/inline for email Visuwesh wrote: > (original email sent 13 Dec 2024 at 16:36) > > However, when we have something like > > x := 3 > a := 2 * x > x := 2 > z := 0.5 * x > > | 1 | | > #+TBLFM:$2=$x*$z > > what should $2 evaluate to? $z is straight-forward: $z=1

Re: Unexpected error using org-gnus-follow-link

2024-12-13 Thread Fraga, Eric
Response below/inline for email Visuwesh wrote: > (original email sent 13 Dec 2024 at 11:12) > > While we can fix it, it would be good to inform the maintainers of > orgrr about this too. I intend to. There are several bits of orgrr that stomp over the user's preferences. Otherwise, it's an int

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

2024-12-13 Thread Fraga, Eric
Response below/inline for email Visuwesh wrote: > (original email sent 13 Dec 2024 at 14:32) > > Update x := 3 and y first. Then update `a' and `z'. `z' will be 10.6. > Now update x := 2, and update `z' and `a'. `z' updates to 5.4 as shown > above but `a' remains 9! Yes, this is expected beh

Re: Unexpected error using org-gnus-follow-link

2024-12-12 Thread Fraga, Eric
Response below/inline for email Visuwesh wrote: > (original email sent 12 Dec 2024 at 20:32) > > A shot in the dark after looking at org-gnus-follow-link: what is the > value of org-link-frame-setup? Does it have the gnus entry? Wow! What an excellent shot in the dark. :-) I happened to play w

Unexpected error using org-gnus-follow-link

2024-12-12 Thread Fraga, Eric
Hello all, I upgraded both Emacs (from git) and org (elpa) in the last couple of days. Today I find that I get the following error using org-open-at-point: --8<---cut here---start->8--- Debugger entered--Lisp error: (void-function nil) nil() org-gnus-follo

Re: Plotting a table of date+time pairs

2024-12-04 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 4 Dec 2024 at 14:47) > > Tested! > > The escaped quotes seem to be recognized literally as expected. This > saves me from my org hack! Excellent! > Unfortunately %Z is ignored - I think it's only significant for ou

Re: Plotting a table of date+time pairs

2024-12-04 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 4 Dec 2024 at 11:50) > > But the real problem is that the org table export mechanism thinks that > the time field doesn't look like a numerical field, so it wraps every > such field in quotes, and the exported data fi

Re: Plotting a table of date+time pairs

2024-12-02 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 30 Nov 2024 at 07:17) > > I now have one remaining problem: my time values in the second column > contain the name of the time zone - the purpose is to flag the time as > summer or winter time. Currently I need to remo

Re: Plotting a table of date+time pairs

2024-11-29 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 29 Nov 2024 at 00:17) > > I'm not a sophisticated org user. May I ask for a simple example, > and how I would have to invoke gnuplot instead? Sure, see attached. This example has a table of data to plot (simple exam

Re: Plotting a table of date+time pairs

2024-11-28 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 28 Nov 2024 at 02:21) > > [...] > And AFAIK this is only possible by tweaking > `org-plot/preset-plot-types'. I need to add a complete new type of > plot! You could use a gnuplot src block instead of org-plot? It's

Re: Org Beamer question

2024-11-22 Thread Fraga, Eric
Response below/inline for email David Masterson wrote: > (original email sent 21 Nov 2024 at 15:05) > > Ok. Why is toc:t giving me only a top level TOC? I don't know. Maybe try toc:2? There's a whole section on TOC in the org manual. > It would seem that the level 1 headlines are only slight

Re: Org Beamer question

2024-11-21 Thread Fraga, Eric
Response below/inline for email David Masterson wrote: > (original email sent 20 Nov 2024 at 14:32) > > Ok. So, what is the difference between a section and a frame as far as > Beamer is concerned? Sections are semantic information that allow you to group frames. Some themes will show the sec

Re: Org Beamer question

2024-11-20 Thread Fraga, Eric
Response below/inline for email David Masterson wrote: > (original email sent 19 Nov 2024 at 20:42) > > I had assumed that the option would set the frame level at 2 and all > headers at level 1 would be ignored (and, thus, comments to explain > the slides to me). They are not ignored: they define

Re: Use properties in a table

2024-11-06 Thread Fraga, Eric
Response below/inline for email Roger Mason wrote: > (original email sent 6 Nov 2024 at 09:47) > > I know I can do that with #+constants, but is there a syntax to use > properties in a table? The variable $PROP_x would be the value of x in an org table. I have used, say #+property: x 23 I i

Re: strange behaviour with $PROP_r1 value in a table

2024-09-06 Thread Fraga, Eric
Response below/inline for email Rens Oliemans wrote: > (original email sent 6 Sep 2024 at 11:40) > > Confirmed, this is indeed strange behaviour, I think a bug. > > It happens because Org supports both letter/number references to cells (like > A7, or in > your case r1) Ah, this makes sense and

strange behaviour with $PROP_r1 value in a table

2024-09-05 Thread Fraga, Eric
Hello, I am trying to have an entry in a table use a value of a PROPERTY. Every time I try to enter, say, :=$PROP_r1 into a table, the r1 becomes @1$18. I have tried this with emacs -Q. I am using emacs from git (as of a week or two ago) and org that comes with it. Here is what I get: --8<--

Re: Orgmode keybindings in Dired?

2024-08-23 Thread Fraga, Eric
Response below/inline for email Kepa wrote: > (original email sent 22 Aug 2024 at 18:27) > I'm starting to use Dired and I like it. dired is an excellent tool! > I would like to know your opinion, fellow orgmode users about > keybindings in Dired: > Is it worth modifying Dired's keybindings to ma

Re: Speedup on large file after reconfiguring whitespace-mode

2024-07-30 Thread Fraga, Eric
Thank you. Very helpful to know. The other culprit, for me, is the presence of long tables. I've learned to hide any headline which includes such tables to help with performance. -- : Eric S Fraga, with org 9.7.8-7f2ce8 in Emacs 31.0.50

Re: Strip out #+title in #+include

2024-06-17 Thread Fraga, Eric
What I do in such cases is include the file starting at some line number that avoids the header information for that file (title, date, author, document settings). Example: #+include: "introduction.org" :lines "10-" -- : Eric S Fraga, with org release_9.7.3-44-g959534 in Emacs 30.0.50

Re: question about links, macros + org-publish and "parametrization"

2024-05-30 Thread Fraga, Eric
On Thursday, 30 May 2024 at 07:03, Martin Steffen wrote: > [...] > #+macro: target {{{source({{{year}}})}}} So, the problem you are running into is that you cannot evaluate a macro with arguments that require evaluating a macro. Unless you can change the order in which you evaluate these macros,

Re: question about links, macros + org-publish and "parametrization"

2024-05-29 Thread Fraga, Eric
Hello, I'm not entirely sure if I am missing something but, in case it helps, macros can themselves invoke other macros and macros can make use of [[target][desc]] syntax directly. Can you not build up a hierarchy of macros that would achieve what you want, along these lines: --8<---

Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export

2024-05-22 Thread Fraga, Eric
Hi Samuel, On Wednesday, 22 May 2024 at 00:53, Samuel Wales wrote: > unfilled paragraphs seems to be the norm in email these days for > nontechnical folk. but org has plain lists and things, which need > org-style unfilling. Given the profusion of potential devices for reading email and their di

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 can

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 p

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 release_9.6.23-

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 themse

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 de

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 p

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 th

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 ha

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 name

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 rele

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 thi

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 (replace-regexp-i

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 i

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 visualisin

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 problems

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 /dwim

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 Em

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: (quit)

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) "Ge

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 converted

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: ignoreheadi

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 belie

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) ar

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. And

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 don

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 messa

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. Ah

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 all

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 broken

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: > > [[a

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 y

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 implement

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 at

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 u

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 departm

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. > > D

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 this

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 due

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 30.0.50

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 f

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]+\\][ \t]*\\)?\\[\\(?:X\\|\\([0

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} > \end{document

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 want.

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: --8<-

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 o

Re: org beamer strange behaviour

2023-10-09 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... Th

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

  1   2   3   4   5   >