Re: Optional weekday in Org mode timestamps

2025-04-05 Thread tomas
On Fri, Mar 21, 2025 at 10:42:54PM +0100, Jens Schmidt wrote: > [Moving to emacs-orgmode - I hope it is OK to keep tomás on CC.] > > Hi Ihor, > > the following statement of yours on emacs-devel caught my eye: > > On 2025-03-03 19:31, Ihor Radchenko wrote: > > > FYI, weekday is optional. It als

Re: One big file or multiple small ones

2025-03-17 Thread tomas
On Mon, Mar 17, 2025 at 10:46:40PM +0300, Jean Louis wrote: > * Zororg via "General discussions about Org-mode. > [2025-03-14 08:17]: > > NLP and LLM models might be truly beneficial. > > Although scary, its a good idea for personal knowledge management. > > Is it scary? Interesting to see the r

Re: (org-babel-load-file "~/.emacs.d/config24.org")

2024-11-10 Thread tomas
On Sun, Nov 10, 2024 at 11:01:33AM +, Sharon Kimble wrote: > > Suddenly this morning I'm getting a problem that I can't see how to get round > > There's a Invalid modifier in string on this position, and that is not valid > elisp syntax. > Caused by the following expression: > (org

Re: Problems inserting accentuated dates

2024-10-08 Thread tomas
On Tue, Oct 08, 2024 at 10:28:16PM +0200, Kepa wrote: > > On 08/10/2024 6:33, tomas at tuxteam.de wrote: > > On Mon, Oct 07, 2024 at 08:42:24PM +, Kepa wrote: > > > Hi, Ihor > > > > > > Sorry I don't know how mail lists work, so sometimes my

Re: Problems inserting accentuated dates

2024-10-07 Thread tomas
On Mon, Oct 07, 2024 at 08:42:24PM +, Kepa wrote: > Hi, Ihor > > Sorry I don't know how mail lists work, so sometimes my answers don't go to > the correct place. This seems to work fine :) > The cause was this line: > (setq locale-coding-system 'utf-8) > But I don't know why, and I would li

Re: [Question] Getting cell value and use it in table formula

2024-10-01 Thread tomas
On Tue, Oct 01, 2024 at 10:01:18PM +0200, jman wrote: > writes: > > > I think it's in the manual (this is Org v9.7): > > > > | 3.5.3 Emacs Lisp forms as formulas > > | -- > > For some reason, I think I got confused by the table formula modifiers > (E, N, L) and

Re: [Question] Getting cell value and use it in table formula

2024-10-01 Thread tomas
On Tue, Oct 01, 2024 at 04:35:47PM +0200, jman wrote: > > Hello there, > > Let's look at the following table: > > --s-s-- > | EUR |USD | Exchange rate | > |-++---| > | 10 | 8.97 | 0.897 | > | 15 | 13.455 | | > #+TBLFM:

Re: Differentiating org element properties from built-ins?

2024-09-22 Thread tomas
On Sun, Sep 22, 2024 at 05:15:25PM +, Ihor Radchenko wrote: > writes: > > > I do see foo and bar (well, OK, :FOO and :BAR) with their values, but lots > > of other (let's call them "built-ins") like :begin and :post-affiliated. > > > > How do I keep those apart? Or do I have to resort to runn

Differentiating org element properties from built-ins?

2024-09-17 Thread tomas
Hi, Orgxperts assume I have something like this: ** Some heading :properties: :foo: some value for foo :bar: some value for bar :end: Now, when I do (org-element-properties-mapc (lambda (k v) (message "%s -> %s" k v)) (org-element-at-point)) I do see foo and bar (well, OK

Re: Unsubscribe

2024-09-02 Thread tomas
On Mon, Sep 02, 2024 at 10:47:53PM +, Helly, John wrote: > unsubscribe Unsubscribe yourself :-) No, seriously. You want to send this mail to with the subject "unsubscribe". That will work. Cheers -- t signature.asc Description: PGP signature

Re: Issue opening files with accented words, using org-attach-open

2024-08-05 Thread tomas
On Mon, Aug 05, 2024 at 08:44:29PM +, Kepa wrote: > Funny: the path was p:/170 Buzon/oq.pdf, where the "o" was accentuated: > https://en.m.wikipedia.org/wiki/%C3%93 Perhaps relevant: - what file systems are on each of those drives? NTFS? some Linux? (Background: most Unix/Linux file syst

Re: Issue opening files with accented words, using org-attach-open

2024-08-05 Thread tomas
On Mon, Aug 05, 2024 at 09:04:19AM +, Kepa wrote: > Hi > > Accentuated characters are in the path and in the file name. > > It seems windows can't find the file, because emacs sends the accentuated > characters substituted. > > As said before, this doesn't happen with Dired. I guess this i

Re: Issue opening files with accented words, using org-attach-open

2024-08-04 Thread tomas
On Sun, Aug 04, 2024 at 08:37:32PM +, Kepa wrote: > Hi > > I'm encountering an issue when trying to open a file using org-attach-open > from org-attach. The problem occurs when the file name, or file path, contain > words with accents. > Windows OS sends me this error: > Error code: 0x800700

Re: Please document the caching and its user options

2024-06-18 Thread tomas
On Wed, Jun 19, 2024 at 12:06:42AM +0200, Rudolf Adamkovič wrote: > Ihor Radchenko writes: > > > Can we instead store them in memory? Yes, but (1) it will make Emacs RAM > > consumption grow constantly and more and more previews are generated; > > (2) it will require significant changes in the Or

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-20 Thread tomas
On Tue, Feb 20, 2024 at 11:00:28AM +, Ihor Radchenko wrote: > writes: [...] > > You "just" [1] need a way of stating dependencies :-) [...] > Let's not jump into this rabbit hole yet before we have async code > working for less complicated scenarios. :-) My take is: it's never too early

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-20 Thread tomas
On Tue, Feb 20, 2024 at 10:28:06AM +, Ihor Radchenko wrote: > Matt writes: > > > The blub implementation has the same shortcomings, at least for shells, as > > the current shell implementation. It has a few ideas, such as everything > > being asynchronous and completely removing the prompt

Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread tomas
On Mon, Jan 29, 2024 at 08:03:36PM +, Juan Manuel Macías wrote: > Hi, > > In last December, issue 23 of the "Revista de Estudios Latinos" (Journal > of Latin Studies) was published, sponsored by the Spanish Society of > Latin Studies. It is designed and produced by me using Org-Mode, > Org-Pub

Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread tomas
On Wed, Nov 01, 2023 at 11:29:23AM -0500, Karl Fogel wrote: > [...] (which I guess is better than licking my > laurels and resting on my wounds). Don't underestimate Medirerranean cooking. Laurels can be... yummy :) Cheers -- t signature.asc Description: PGP signature

Re: Preferred posting style

2023-11-01 Thread tomas
On Wed, Nov 01, 2023 at 08:32:44AM +0100, Loris Bennett wrote: [...] > Assuming the quoting of previous postings works (above there seems to be > a discrepancy between '>>' and '> >', although Gnus seems to handle > that), is there some sort of 'bottom-postify' command which would > reorder the

Re: Preferred posting style

2023-11-01 Thread tomas
On Tue, Oct 31, 2023 at 08:58:32PM -0700, David Masterson wrote: > yaxp writes: > > > Hello, > > > > Which posting style is preferable in this list? > > > > Top or Bottom. > > A decades old argument. Top makes it easier for many mail readers to > slice off all the previous thread history (which

Re: What is the purpose of \\ in org-add-note?

2023-10-29 Thread tomas
On Sun, Oct 29, 2023 at 07:01:53PM -0700, Karthik Chikmagalur wrote: > > It ensures a line break (say, when the document is exported). From the > > [[info:org#Paragraphs][org#Paragraphs]] section in the manual: > > > > #+begin_quote > > Paragraphs are separated by at least one empty line. If you n

Re: [FR] org-num-mode inverse defaults

2023-10-16 Thread tomas
On Mon, Oct 16, 2023 at 08:39:14PM +0200, Maske wrote: > Hi Ihor > > I added: (setq org-global-properties '(("UNNUMBERED" . "t"))) This Elisp code has to be evaluated. Just adding it in an Org file won't do that. Where did you add it,and how? Cheers -- t signature.asc Description: PGP signat

Re: Suggestions for Text-To-Speech (TTS) from Org sources?

2023-09-11 Thread tomas
On Mon, Sep 11, 2023 at 09:52:30AM -0400, Jude DaShiell wrote: > Why does this happen? > > The gpg command given in the faq does not return what the faq claims will > be returned. > Look for the public key of Klaus Knopper: > bash: Look: command not found > bash-5.1$ gpg --keyserver pool.sks-keys

Re: Suggestions for Text-To-Speech (TTS) from Org sources?

2023-09-11 Thread tomas
On Mon, Sep 11, 2023 at 08:06:34AM -0400, Jude DaShiell wrote: > fenrir-screenreader is also available. > https://nashcentral.duckdns.org/projects/Jenux > uses fenrir by default. > Klaus Knopper's public key I haven't been able to find and none of his > email addresses seem to be working any longer

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

2023-08-24 Thread tomas
On Thu, Aug 24, 2023 at 01:29:22PM +, Ihor Radchenko wrote: > writes: > > >> > >><...> > > > > Ah... it would be nice if Org could "go up one level", > > wouldn't it? > > What do you mean? Not proposing to change anything, Org is what it is. Org's "sections" are somewhat stepchildre

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

2023-08-24 Thread tomas
On Thu, Aug 24, 2023 at 02:36:31PM +0200, Bastien Guerry wrote: > Ihor Radchenko writes: > > > ** Section X > > > > > > > > > > <...> > > > > <...> > > > > <...> > > > > *** TODO Task for paragraph N > > > > Then, if I jump to the TODO, for example, from agenda view, I still need > > to someh

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread tomas
On Wed, Aug 02, 2023 at 09:53:27AM -0700, David Masterson wrote: > writes: [...] > > tomas@trotzki:~$ apt-file search latex-doc-ptr.pdf [...] > Ah! That's the problem -- I didn't have texlive-lang-english installed! > I also didn't know about 'apt-file

Re: New Orgmode LaTex Document Class ?

2023-08-02 Thread tomas
dist/doc/support/hook-pre-commit-pkg/pre-commit-latex.gz > > Searching around my system, I don't find the file, but all latex > packages seem to be installed. Maybe it's not in Debian Bullseye? It seems to be a problem in texdoc. The file itself is there: tomas@trotzki:~$ apt-

Re: Preserving leading zeros

2023-05-28 Thread tomas
On Sun, May 28, 2023 at 01:50:15PM -0400, William Denton wrote: > On 28 May 2023, Berry, Charles wrote: > > > Have you considered http://gewhere.github.io/org-bibtex ?? > > > > Or using the approach therein, viz. use properties to store bib data in org? > > That would be great for a smaller bibl

Re: [BUG] org-texinfo-compile docstring sentence ends abruptly

2023-05-24 Thread tomas
On Wed, May 24, 2023 at 08:24:21PM +0200, Niall Dooley wrote: > The `org-texinfo-compile' docstring contains the following sentence which ends > abruptly. > > "Processing is done through the command specified in > `org-texinfo-info-process', > which see." > > I think it is sufficient to remove t

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-14 Thread tomas
On Fri, Apr 14, 2023 at 10:13:48AM +, Ihor Radchenko wrote: > "Stephen J. Eglen" writes: > > >> https://list.orgmode.org/87355ikzwk.fsf@localhost/T/#m180c100587d3d88ab5787942271a546b51891996 > > > > Thanks for copying me in on this. > > > > There is a related issue about EOLs, not just \r\n -

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-14 Thread tomas
On Tue, Feb 14, 2023 at 10:41:38AM +0100, Heinz Tuechler wrote: > Jean Louis wrote/hat geschrieben on/am 14.02.2023 07:00: [...] > > Then just representation must be clear: @UTC is unclear in those > > cases, but @RELTOUTC would be clear. > > > > @RELTOUTC seems unfortunate, as it states only t

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-12 Thread tomas
On Sun, Feb 12, 2023 at 12:33:40PM +0300, Jean Louis wrote: > * Ihor Radchenko [2023-02-10 13:48]: > > Jean Louis writes: > > > > > If you start adding in Org "fixed" time with UTC offset, that is a new > > > type of timestamp, as it is not common in world. > > > > It is how ISO8601 defines off

Re: [POLL] Proposed syntax for timestamps with time zone info

2023-02-06 Thread tomas
On Mon, Feb 06, 2023 at 04:34:15PM +0100, Marcin Borkowski wrote: > Out of curiosity: in what time zone you were when you sent this??? > > > On 2023-10-29, at 02:04, Jean Louis wrote: > > > * to...@tuxteam.de [2023-02-01 12:22]: Sorry. I've lost the thread's thread. Are you asking Jean Louis

Re: POSIX TS spec reverses the meaning of TZ offset compared to ISO

2023-02-02 Thread tomas
On Thu, Feb 02, 2023 at 08:45:51AM +0100, Heinz Tuechler wrote: > Max Nikulin wrote/hat geschrieben on/am 02.02.2023 04:22: > > On 02/02/2023 04:57, Heinz Tuechler wrote: > > > My impression is that many of non experts like me don't > > > know in which time zone they are living. > > > > For you ow

Re: POSIX TS spec reverses the meaning of TZ offset compared to ISO (was: [POLL] Proposed syntax for timestamps with time zone info

2023-02-01 Thread tomas
On Wed, Feb 01, 2023 at 10:57:47PM +0100, Heinz Tuechler wrote: > to...@tuxteam.de wrote/hat geschrieben on/am 01.02.2023 14:51: [...] > > This is unfortunate indeed. I'd tend to pick one and not to allow > > both, out of fear of counfusion. And if I had to pick one, I'd pick > > ISO [...] > Sam

Re: POSIX TS spec reverses the meaning of TZ offset compared to ISO (was: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and

2023-02-01 Thread tomas
On Wed, Feb 01, 2023 at 01:26:36PM +, Ihor Radchenko wrote: > [ adding Org ML back to CC ] > > Christian Moe writes: > > >> Note, however, that because we are conforming to POSIX TZ, @UTC+2 is two > >> hours _behind_ the Greenwich. > > > > Ouch. > > This is probably something we need to dis

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-01 Thread tomas
On Wed, Feb 01, 2023 at 12:48:12PM +, Ihor Radchenko wrote: > Greg Minshall writes: > > >> 2022-11-12 12:00 @Asia/Singapore # tzdb syntax > > > > aesthetically, allowing a space after the "@" sign might be nice. i > > don't know what that would do to the parsing/BNF/whatever. > > [2022-11-1

Re: [POLL] Proposed syntax for timestamps with time zone info

2023-02-01 Thread tomas
On Wed, Feb 01, 2023 at 10:06:15AM +0100, Stefan Nobis wrote: > writes: > > > 2023-03-23 02:30 @Europe/Berlin refers to /two/ points in time, thus > > it /is/ ambiguous. > > As far as I understand the definitions, the point in time "2023-03-23 > 02:30 @Europe/Berlin" is clearly defined as 2023-0

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-01-31 Thread tomas
On Tue, Jan 31, 2023 at 11:12:00PM +0300, Jean Louis wrote: > * Ihor Radchenko [2023-01-31 16:46]: > > Specifying just @Europe/Berlin is ambiguous around the daylight savings > > transition. > > Sorry, I cannot see practical example why is it ambiguous. Unless > programmer does not take all infor

Re: [OT] email opens (was: Link from orgmode file to E-Mail (using kmail or notmuch))

2023-01-28 Thread tomas
On Sat, Jan 28, 2023 at 03:08:17PM +0100, Gregor Zattler wrote: [...] > The data used in the second link actually comes from > litmus.com, they do such statistics on a regular basis. For > the first link I cannot tell, but the numbers are very > similar to the litmus blog post on April 2021. >

Re: Org html conversion with XyJax

2023-01-27 Thread tomas
On Fri, Jan 27, 2023 at 09:41:59PM +0100, Rudolf Adamkovič wrote: > Partha Pratim Ghosh writes: > > > #-*- mode: org -*- > > FYI: You do not need this line if the file has an '.org' extension. *and* if your auto-mode-alist happens to be the right one. And if someone else hasn't given other name

Re: oeg-agenda-entry-text-mode

2023-01-25 Thread tomas
On Wed, Jan 25, 2023 at 01:24:56PM +, Ihor Radchenko wrote: > David Masterson writes: > > > Ooh! Found org-agenda-entry-text-exclude-regexp! It's so close to what > > I want. With it, I can delete everything on a line that I don't want to > > be displayed with org-agenda-entry-text-mode.

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-14 Thread tomas
On Sun, Jan 15, 2023 at 06:43:19AM +1100, Tim Cross wrote: > Max Nikulin writes: > > > On 14/01/2023 20:08, Jean Louis wrote: > >> * Max Nikulin [2023-01-14 10:14]: > >>> Let's assume <2023-01-15 Sun 09:00 +1> > >>> > >>> It may be suitable for timestamps in the past, but future is more tricky. >

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-14 Thread tomas
On Sat, Jan 14, 2023 at 05:06:31PM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > >> ... Having an > >> ability to specify time zones manually will already cater needs for a > >> number of users. > > > > Definitely. But the time stamp (with time zone) in itself doesn't > > carry enoug

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-14 Thread tomas
On Sat, Jan 14, 2023 at 03:05:22PM +, Ihor Radchenko wrote: > writes: > > > Now there's still enough work for the applications to do: presentation, > > parsing, disambiguation, if necessary asking the user for help. Someone > > mentioned PostgreSQL -- this is a nice example of what can be don

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-14 Thread tomas
On Sat, Jan 14, 2023 at 02:38:05PM +, Ihor Radchenko wrote: [...] > > Or to put it in another way - currently, it is well understood where org > > timestamps fall down. However, once you add TZ and provide the > > expectation TZ data will be respected correctly, all bets are off. > > I think

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-13 Thread tomas
On Sat, Jan 14, 2023 at 12:51:31AM -0500, Tom Gillespie wrote: > Without wading too far into this at the moment, > timezones are an extremely tricky problem with > a whole bunch of design considerations. I am > reproducing the heading comment from laundry's > timestamp.rkt in its entirety here. Bes

Re: copying text from links makes it with a starting [[

2023-01-12 Thread tomas
On Thu, Jan 12, 2023 at 08:42:54AM +0100, Luca Ferrari wrote: > On Tue, Dec 27, 2022 at 2:26 PM Ihor Radchenko wrote: > > > > Luca Ferrari writes: > > Could you please provide more details about what is happening? > > What exactly do you do to copy the link? > > See https://orgmode.org/manual/Fee

Re: LaTeX export for Org Mode Documents written in Indic Languages

2023-01-07 Thread tomas
On Sat, Jan 07, 2023 at 12:41:39PM +0530, Krishna Jani wrote: > > Hello, > > I have never had to write in languages other than English but an > assignment just came up to transcribe the Indian Penal Code in > simple and understandable Hindi. I have an Org file with some of my > transcriptions (be

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-06 Thread Tomas Zellerin
not break > the existing behaviour? The simplest solution seems to bind (ignore-window-parameters t) inside the save-window-excursion in `org-agenda-get-restriction-and-command`, see below. But I do not know what all can be broken, or whether something cleaner is possible. Best regards, Toma

Re: [MAINTENANCE] Org orphanage?

2023-01-06 Thread tomas
On Fri, Jan 06, 2023 at 04:51:01PM +, Ihor Radchenko wrote: [...] > It is a good shelter, but I was hoping to promote Sourcehut and > discourage people using Github to report issues in favour of Org mailing > list. <3 Thanks -- signature.asc Description: PGP signature

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread tomas
On Fri, Jan 06, 2023 at 04:20:29PM +, Ihor Radchenko wrote: > Ihor Radchenko writes: > > > Marc Nieper-Wißkirchen writes: > > ... > > May someone forward my last email to Marc? > For some reason, his mail server classifies my emails as spam and > rejects them. Just tried. Happens for me to

Re: [BUG] Package keyval Error: margins undefined. [9.6 (release_9.6-61-g63e073f @ /home/data1/protected/Programming/Software/emacs/lisp/org/)]

2023-01-06 Thread tomas
On Thu, Jan 05, 2023 at 11:30:46PM +0300, Jean Louis wrote: > > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will

[BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-05 Thread Tomas Zellerin
When Agenda buffer is in a side window, several actions fail with "Cannot make side window the only window". Example: emacs -Q in *scratch*, (setq display-buffer-alist '(("\\*Org Agenda\\*" display-buffer-in-side-window))) M-x org-agenda t to display Todo agenda in org-agenda buffer, another M-

Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Sat, Dec 31, 2022 at 02:29:43AM +0100, Angelo Graziosi wrote: > > > Il 30/12/2022 18:42 Colin Baxter ha scritto: > > > > > > >>>>> Angelo Graziosi writes: > > > > > tomas wrote: > > >> there is now a defv

Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Fri, Dec 30, 2022 at 01:35:39PM +, Ihor Radchenko wrote: > writes: > > > AFAIK there is now a defvar `org-element-cache-persistent'. Maybe it > > works for you? > > The variable has been there since the beginning. But you made me aware of it, and thanks for it :) > Now, org-persist is j

Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Fri, Dec 30, 2022 at 01:11:12PM +0100, Angelo Graziosi wrote: > > Il 05/12/2022 18:58 Colin Baxter ha scritto: > > > > > > > Angelo Graziosi writes: > > > > > Colin Baxter wrote: > > >> I too would like a means to disable org-persist. > > > > > On emacs-devel there was this

Re: Is the cascading logic of outlines a feature, or a design bug?

2022-12-25 Thread tomas
On Mon, Dec 26, 2022 at 06:47:37AM +, a...@bitrot.link wrote: > Likewise, is the inability to close an org-mode outline section without > starting a new section really a feature? [...] Or is > the restriction really just a bug with seniority, and the difficulty of > fixing it (or the compatibi

Re: org-persist files in /tmp

2022-12-25 Thread tomas
On Sun, Dec 25, 2022 at 09:30:00AM +, Ihor Radchenko wrote: > writes: > > >> Another idea is to avoid caching of parse result for small files. > > > > I haven't been following along very closely, but seeing the > > involved complexities, I'd appreciate a knob to disable caching > > altogether

Re: org-persist files in /tmp

2022-12-23 Thread tomas
On Fri, Dec 23, 2022 at 09:12:52PM +0700, Max Nikulin wrote: [...] > If you demonstrate that e.g., when working with encrypted files, their > sensitive content leaks to the cache then it will raise the severity of the > issue. Of course, the always appreciated option is to provide a patch that >

Re: org-persist files in /tmp

2022-12-22 Thread tomas
On Thu, Dec 22, 2022 at 11:07:52PM +0700, Max Nikulin wrote: > On 22/12/2022 22:45, Tim Cross wrote: > > Could some of the issues people are concerned about regarding use of > > /tmp be avoided if instead the temporary files were put into ~/.cache? [...] > Another idea is to avoid caching of pars

Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable

2022-12-15 Thread tomas
On Thu, Dec 15, 2022 at 09:18:14AM +, Ihor Radchenko wrote: > Tom Gillespie writes: [...] > I am generally skeptical about our ability to provide universal way to > judge if a given sexp is safe or not. It should be left to the user. This might live in the middle of some thicket deep in the

Re: Syntax question: What is BORDER in 4.17. Text Markup?

2022-12-07 Thread tomas
On Wed, Dec 07, 2022 at 11:29:29AM +0100, Jens Lechtenboerger wrote: > On 2022-12-07, Timothy wrote: [...] > > This seems like an improvement to me, implemented in 56338725e61 :) > > Many thanks, Timothy! Seconded :) -- t signature.asc Description: PGP signature

Re: Syntax question: What is BORDER in 4.17. Text Markup?

2022-12-06 Thread tomas
On Tue, Dec 06, 2022 at 07:28:20PM +0100, Jens Lechtenboerger wrote: > Hi there, > > the syntax for Text Markup such as *bold* at [1] specifies > PRE MARKER CONTENTS MARKER POST with > CONTENTS as BORDER BODY BORDER and > BORDER as “Any non-whitespace character.” > > What is the role of BORDER he

Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el

2022-12-05 Thread tomas
ng at it on a conventional display. The first hit "wins". My load path looks like this (well, a part of it, I don't want to bore everyone ;-) ( "~/.emacs.d/lisp" "/home/tomas/.emacs.d/elpa/geiser-0.10/" "/home/tomas/.emacs.d/elpa/geiser-0.10"

Re: Multiple versions of Org in load-path problem

2022-12-05 Thread tomas
On Mon, Dec 05, 2022 at 06:50:33PM -0800, David Masterson wrote: > I'm using Debian v11.5 on my Chromebook. I have used 'apt install' to > load the pre-built version of Emacs 27.1. I've just found out that it > installs a pre-built version of Org-9.3 in /usr/share/emacs/27.1/lisp. > That director

Re: How to disable completely org-persist

2022-12-02 Thread tomas
On Sat, Dec 03, 2022 at 01:19:47AM +0100, Angelo Graziosi wrote: > I have already posted this to emacs-devel people (see > https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00045.html). > > After a recent Emacs build from master I find `org-persist` directory in my > `.emacs.d` folder. I

Re: S-RET not incrementing table cell with emacs -nw

2022-12-01 Thread tomas
On Thu, Dec 01, 2022 at 04:50:48PM +0100, Loris Bennett wrote: > Hi, > > If I run emacs or emacsclient with the option -nw or -t, the chord S-RET > in a table cell does not create a new cell below with the incremented > value. It just creates a new empty cell. When running Emacs with a > GUI, th

Re: Docstrings and literate programming (good practices?)

2022-11-04 Thread tomas
On Fri, Nov 04, 2022 at 12:13:30AM -0700, Samuel Wales wrote: > my dry sensibilities say don't write ht same thing in the manual that > is well written in the docstring. idk the issues however, other than > that once you do it in two places murphy's law says they will get out > of sync. Absolutel

Re: Docstrings and literate programming (good practices?)

2022-11-04 Thread tomas
On Fri, Nov 04, 2022 at 07:39:04AM +0100, Marcin Borkowski wrote: > > On 2022-11-04, at 06:45, to...@tuxteam.de wrote: [...] > > Ah. Javadoc and their descendants. I tend to call that "illiterate > > programming"... > > I spat my tea. :-) Thanks, that's a nice one! Sorry to hear that ;-P > T

Re: Docstrings and literate programming (good practices?)

2022-11-03 Thread tomas
On Thu, Nov 03, 2022 at 08:03:05PM -0700, Samuel Wales wrote: > i wonder if emacs or org has what you might call semi-literate or > etaretil docstring functions? > > for example, you have a body of non-literate elisp code, and you have > a manual. it could be redundant to describe commands and wh

Re: Init.el need just for org-mode?

2022-11-02 Thread tomas
On Wed, Nov 02, 2022 at 09:15:04PM +0100, Renato Pontefice wrote: > are You telling that you put more .el files on .emacs.d folder, each one > contain some customization of emacs (or org-mode?) > This is interesting for me. No. By default, Emacs just loads ~/.emacs.d/init.el /or/ ~/.emacs. Every

Re: Init.el need just for org-mode?

2022-11-02 Thread tomas
On Wed, Nov 02, 2022 at 06:45:36PM +0100, Renato Pontefice wrote: > Maybe I’m not so skilled to emacs. I’ve found org-mode that do things that I > find useful. I speak about init.el because I think this is the place where I > can set some things to do with org-mode, i.e. Can I set deadline to vie

Re: Init.el need just for org-mode?

2022-11-02 Thread tomas
On Wed, Nov 02, 2022 at 01:36:00PM -0400, Jude DaShiell wrote: > .emacs could be used for orgmode as well as init.el. I have all my > orgmode stuff in my .emacs. > What I don't yet know are any advantages of using init.el as opposed to > .emacs. I switched (long ago) from .emacs to init.el. The r

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-30 Thread tomas
On Sun, Oct 30, 2022 at 07:09:30AM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > >> If you need it, feel free to open a separate feature request for extra > >> :results options in ob-shell. Possibly providing more details how you > >> envision this header argument to work. > > > > I'

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-29 Thread tomas
On Sun, Oct 30, 2022 at 03:31:32AM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > >> What you are describing would better fit into a new :results option. > > > > Oh, I missed the popup part. Sounds useful for yet another profile, > > yes. > > If you need it, feel free to open a separ

Re: Init.el

2022-10-29 Thread tomas
On Sat, Oct 29, 2022 at 09:08:08PM +0200, Renato Pontefice wrote: > I’m sorry, but I’m in a big big confusion…I regreat but I’m unable to correct > the prob the is originated to my init.el and the conclusion is that I cannot > use emac. > I ask if you can correct my init.el (that I post) OK, bel

Re: Position 972

2022-10-29 Thread tomas
On Sat, Oct 29, 2022 at 06:16:30PM +, Juan Manuel Macías wrote: [...] > Renato, adding to what Tomas and Bruno have explained to you very well, > you have another case in the init that you sent me by mail. Notice the > third line here: Oh, I get it that Juan Manuel has received on

Re: Position 972

2022-10-29 Thread tomas
On Sat, Oct 29, 2022 at 06:29:33PM +, Juan Manuel Macías wrote: > Renato Pontefice writes: > > > Symbol's value as variable is void: ‘org > > It's 'org not ‘org. Notice the difference between the quotes[1]. (Did you > modify that part? It was correct before). Perhaps it was Google (through g

Re: Position 972

2022-10-29 Thread tomas
On Sat, Oct 29, 2022 at 06:29:28PM +0200, Renato Pontefice wrote: > Bruno, > With the common you told me I reach che 972 /M-g c 972) and I found this: > > ;;Org mode configuration > Enable Org mode > (require ‘org) > > Could be this the error? > > Now I’ve erased the two ;; save init.el and

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-29 Thread tomas
On Sat, Oct 29, 2022 at 09:09:04AM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > > As I hinted at, I also wanted to have the exit code documented [...] > Note that what we are discussing here is different from your > description. A popup window accumulating stderr is displayed upon

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-29 Thread tomas
On Fri, Oct 28, 2022 at 11:43:39PM -0700, Samuel Wales wrote: > long ago i made the contents of my shell blocks look like this: > > { > code > } 2>&1 > : As I hinted at, I also wanted to have the exit code documented. So my setup was a bit more involved than this. Plus, I didn't want all that c

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-28 Thread tomas
On Sat, Oct 29, 2022 at 04:05:19AM +, Ihor Radchenko wrote: > Rudolf Adamkovič writes: > > > Ihor Radchenko writes: > > > >> I do not think that it make sense to display that buffer when the code > >> finishes successfully. I can see this kind of behaviour > >> breaking/spamming automated sc

Re: Error opening an .org file

2022-10-27 Thread tomas
On Thu, Oct 27, 2022 at 05:11:32PM +0200, Renato Pontefice wrote: > When I try to open a simple file in emacs, I receive this error > > Warning (initialization): An error occurred while loading > ‘/Users/renatopontefice/.emacs.d/init.el’: > > Invalid read syntax: ), 1, 0 I don't understand: thi

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-26 Thread tomas
On Wed, Oct 26, 2022 at 11:16:15PM +0200, Dr. Arne Babenhauserheide wrote: [...] > > That is not business of web server, HTTP or browser. Those are > > delivery, retrieval and presentation tools > > Yet there is so such separation between eww and org-mode. I think this was a

Re: GPL violation related to Org by priprietary app (was: Best android app)

2022-10-25 Thread tomas
On Wed, Oct 26, 2022 at 12:12:46AM +1100, Tim Cross wrote: [...] > Even if it was violated, this is not something the maintainers are > empowered to act on anyway [...] This depends perhaps on what one understands by "act on". If that means "go to court" you are, of course, right. If that means

Re: Break lines in Query replace. Help.

2022-10-08 Thread tomas
On Sat, Oct 08, 2022 at 01:19:28PM +0200, Ypo wrote: > I want to make a "query replace", where > > " - " should be substituted by > > "breakline - " > > > How do I insert in a query replace a breakline? > > "\\ - " seems to work only for LaTeX export. > > "^J - " writes down ^J literally, and

Re: Apology [was: Re: Org HTML export accessibility (was: org exported pdf files))

2022-09-29 Thread tomas
On Fri, Sep 30, 2022 at 07:05:40AM +1000, Tim Cross wrote: > > Dear all, > > I think I owe everyone an apology [...] > For those interested and because it might help with understanding in > this area, I thought I'd outline the actual cause of my frustration [...] No, I for one are grateful for

Re: per-file (or, really, per buffer) allowing/disallowing code block execution

2022-09-08 Thread tomas
On Thu, Sep 08, 2022 at 12:34:25PM +, Fedja Beader wrote: > Hello Richard, Ihor and Steven, > > I'm aware that file-local variables exist, but it seems that > all documentation for them put them *into the file*, which is not secure for > files downloaded from the internet. What is to stop a m

Re: Org Publish HTML and PDF With GPG Files

2022-09-05 Thread tomas
On Mon, Sep 05, 2022 at 09:08:13PM -0700, David Masterson wrote: > l...@tosk.in writes: > > > Ihor Radchenko yanta...@gmail.com writes: > >> > >> > David Masterson dsmaster...@gmail.com writes: > >> > > >> > > Does org-publish have options for files with org-crypt entries? > >> > > >> > We do n

Re: org-time-stamp-custom-formats with out the name of the day of the week

2022-09-03 Thread tomas
On Fri, Sep 02, 2022 at 09:33:40PM +0800, Ihor Radchenko wrote: > Uwe Brauer writes: > > > I see, the question simply is this: > > > > How can I achieve that org-time-stamp inserts the date *without* the day > > name?! > > This cannot currently be customized. However, you can change > org-time-s

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread tomas
On Thu, Jul 28, 2022 at 09:17:32PM +0800, Ihor Radchenko wrote: > Ihor Radchenko writes: > > > I am attaching a tentative patch that will make Org export remove > > zero-width spaces when those spaces actually separate the object > > boundaries. > > > > Any objections? > > Given the raised objec

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-07 Thread tomas
On Thu, Jul 07, 2022 at 11:33:39PM -0400, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > "Note

Re: [more absurd]

2022-07-04 Thread tomas
On Mon, Jul 04, 2022 at 09:42:01AM +0200, Uwe Brauer wrote: [...] > That is the first time I remember that on this list, questions of the > foundation of mathematics are discussed 😉 Such things happen :) > Back to the point, maybe I am too conservative, but I would include 0 > within the natura

Re: [more absurd]

2022-07-04 Thread tomas
On Mon, Jul 04, 2022 at 08:46:11AM +0200, Martin Steffen wrote: [...] > In some sense that's defendable (that what could call natural numbers is > a cultural question or historical, like looking at what Peano did nor > did not define). > > On the other hand, one normally does not just deals with

Re: [more absurd]

2022-07-03 Thread tomas
On Mon, Jul 04, 2022 at 07:10:27AM +0200, Uwe Brauer wrote: [...] > That really su... (My use case only concerned numbers from 0-10). > > So it boils down to the question: why isn't 0 considered as natural numbers, > as, according to the Peano axioms, it is? I don't know whether you're serious

Re: [more absurd]

2022-07-03 Thread tomas
On Sun, Jul 03, 2022 at 10:24:34PM +0200, Uwe Brauer wrote: > >>> "BB" == Bruno Barbier writes: > > > Uwe Brauer writes: > >> > >> I am confused what is 02 supposed to mean? > > > That's a leading 0 digit, that can be ignored. > > >(string-to-number "02") => 2 > > > Alphabetical sorting

Re: Org and Hyperbole

2022-06-26 Thread tomas
On Sat, Jun 25, 2022 at 11:37:55PM -0700, Siva Swaminathan wrote: > Hello, > [...] I feel that some of the > questions raised here about Hyperbole sound akin to the story of five > blind men feeling the elephant [...] The nice thing about that kind of situation is that it only can improve by addi

Re: Help with my first elisp

2022-05-25 Thread tomas
On Wed, May 25, 2022 at 08:35:19AM +0200, Orm Finnendahl wrote: > Hi, > > Am Dienstag, den 24. Mai 2022 um 19:30:40 Uhr (+0200) schrieb Kepa Diez: > > (defun focusJump () > >   (interactive) > >   (if (equal posicion 1) > >     (focusPointInter) > >   (if (equal posicion 2) > >   (focusPoi

  1   2   3   >