[FR] Adding explicitly negative :results Type option

2024-06-03 Thread Weaver Marquez
There is behavior that only happens if `:results' Type is not set at all. I'd like to request a new Type option that would easily negate a default arg without having to clear the default header args variable. By Type, I mean these: Ca

Re: [PATCH] org-test: Fix zone-dependent miscalculation of days of week

2024-06-03 Thread Kyle Meyer
[ Sorry, I somehow managed to drop the References and In-Reply-to headers from my previous reply. I'll include that message again here along with some examples. ] Ihor Radchenko writes: > I suspect that the failures are because of your timezone. Yes, that matches my conclusion too and was w

Re: [PATCH] org-test: Fix zone-dependent miscalculation of days of week

2024-06-03 Thread Kyle Meyer
Ihor Radchenko writes: > I suspect that the failures are because of your timezone. Yes, that matches my conclusion too and was what I was trying to convey in the commit message. > If my guess is right, there will always be some timezone where a given > number seconds from epoch is a different da

How to contribute to the brazilian Org-Mode community

2024-06-03 Thread Kauê Patrick de Oliveira
Hello, I am a brazilian student at University of São Paulo. Currently, I'm doing a project with my professor in which I create presentations for classes using Org-Mode and, especially, the Beamer Export feature. Now, I want to contribute to the brazilian Org-Mode community (through the translate o

Re: Possible bug: Adding a new item to a list "a)"

2024-06-03 Thread Ihor Radchenko
Kepa writes: > I have a weird behavior when trying to add a new item to an ordered list. > Version: Org mode version 9.7-pre (release_N/A-N/A-a3c1a8502 @ > c:/.../elpa/org-9.7pre0.20240524.175607/) > > Instructions for the example: > Point: placed after "[...]" instead of "(point)". > Send: M-EN

Re: [PATCH] org-test: Fix zone-dependent miscalculation of days of week

2024-06-03 Thread Ihor Radchenko
Kyle Meyer writes: > Three clock tests are failing on my end: > >FAILED test-org-clock/clock-drawer-dwim >FAILED test-org-clock/org-clock-timestamps-change >FAILED test-org-clok/org-clock-update-time-maybe > > Those stem from org-test-day-of-weeks-{abbrev,full} not having the > exp

Re: [BUG] execute on orgedit special error [9.6.24 (9.6.24-??-5bdfc02 @ /Users/van/.emacs.d/.local/straight/build-29.2/org/)]

2024-06-03 Thread Ihor Radchenko
自杰 writes: > [BUG] execute on orgedit special error [9.6.24 (9.6.24-??-5bdfc02 @ > /Users/van/.emacs.d/.local/straight/build-29.2/org/)] Thanks for reporting, but may you please provide some information about what exactly happened? What did you do? What kind of error did you see? -- Ihor Rad

Re: [BUG] Folding bug using org-info.js with numbered sections [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-06-03 Thread Ihor Radchenko
Felix Esser writes: > I want to export an org file to HTML and include the org-info.js for > the possibility of folding headings in the outputted HTML > file. However, using numbered sections breaks this behavior. This > problem has been addressed before but without a solution and without > refer

Re: [BUG] org-element-cache [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-06-03 Thread Ihor Radchenko
Michael Metzger writes: > Warning (org-element-cache): org-element--cache: Org parser error in > rfose.org::54. Resetting. > The error was: (error "Invalid search bound (wrong side of point)") > Backtrace: > nil > > Please report this to Org mode mailing list (M-x org-submit-bug-report). > >

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-06-03 Thread Ihor Radchenko
Ihor Radchenko writes: > Michael writes: > >>> ... >>> So, it makes sense for `org-babel-execute:latex' to override >>> `org-preview-latex-default-process' temporarily, to something >>> actually >>> generating .png file. >> >> Sorry-- got sidetracked by something else. I see what you >> mean. O

Re: Pending contents in org documents

2024-06-03 Thread Ihor Radchenko
Bruno Barbier writes: >> Fair. Although, it feels like a common use case to replace the region >> with :success value. Maybe the library should provide some ready-to-use >> functions that can be used as the value of :on-outcome. > > I've recycled the old function used by `org-pending-user-edit',

Re: Org 9.5 broke the rendering of my SVG images

2024-06-03 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> I am inclined to revert the commit changing object to img for svg >> images. >> >> The previously discussed concerns about object tag do not seem to be >> real: >> 1. Resizing objects seems to be supported: >>https://list.orgmode.org/87y44

Re: [ANN] Org mode 9.7 is out

2024-06-03 Thread Ihor Radchenko
Ihor Radchenko writes: When I drag and drop a jpg image to an Org buffer, Emacs opens the image i new buffer, not in the Org buffer. >>> >>> Interesting. >>> May you try M-x debug-on-entry RET dnd-open-local-file RET >>> Then, drop an image, and share the backtrace displayed? >> >>