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

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

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: [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: [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 (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: 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: [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: 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: 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: 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: [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: [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: 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: 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: [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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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-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: 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: ox-slimhtml

2020-12-14 Thread tomas
On Mon, Dec 14, 2020 at 12:48:27AM -0500, Laszlo Elo wrote: > Hello, > > Amin was kind enough to poke me to submit and post about my package, > ox-slimhtml. > In a nutshell, it is an org-export backend - transcodes Org elements to > HTML/text output. Thank you (both :) Cheers - t signature.

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread tomas
On Sun, Dec 27, 2020 at 09:34:18PM +0800, Hongyi Zhao wrote: > On Ubuntu 20.10, I compiled the latest git master version of emacs, > but I can't activate the org-mode command from within it. So I try to install > the orgmode using its git repository according to the official guidance [1] as > shown

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread tomas
On Sun, Dec 27, 2020 at 11:14:56PM +0800, Hongyi Zhao wrote: [...] > I finally figured out the following initialization code for orgmode > based on your above wonderful notes: > > (add-to-list 'load-path > "~/Public/repo/code.orgmode.org/bzg/org-mode.git/lisp") > (add-to-list 'load-path > "~/Pu

Re: Bug: Tildes in URL impact visible link text [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-12-27 Thread tomas
On Sun, Dec 27, 2020 at 07:12:42PM +0100, Juan Manuel Macías wrote: > Hello, > > I think the problem comes because in that url the tilde does not have an > escape character. If it's just that case, you can try replacing each > tilde with %7E (see > https://www.w3schools.com/tags/ref_urlencode.asp)

Re: Can't activate orgmode after the installation of its git master version.

2020-12-28 Thread tomas
On Mon, Dec 28, 2020 at 08:24:46AM +0800, Hongyi Zhao wrote: [...] > Eli Zaretskii told the following fact: > > I believe/hope this is a bug that was already fixed on the emacs-27 > branch, and hopefully will be merged to master soon. Yes, thanks :) Cheers - t signature.asc Description: Di

Re: self-referencing babel shell code blocks

2021-01-18 Thread tomas
On Sun, Jan 17, 2021 at 07:12:21PM -0500, John Kitchin wrote: > I guess this is what you mean: > > > * heading L1_12 > ** heading L2_37 > > #+name: this-block > #+header: :var VAR1=(getenv "HOSTNAME") > #+header: :var VAR2=(message user-login-name) [more good stuff elided] Not the OP here, but

Re: what happened to org-insert-structure-template

2021-01-27 Thread tomas
On Wed, Jan 27, 2021 at 09:29:14PM +, JRSS wrote: > Hi, > > This has been missing for a while for me and I recently checked the manual. > It seems like org-insert-structure-template doesn't exist. I tried Emacs -q, > same thing. I also loaded org-tempo, thought it has something to do with it

Re: Get =#+RESULTS= without re-evaluating source code block?

2021-01-27 Thread tomas
On Wed, Jan 27, 2021 at 05:14:43PM -0500, doltes wrote: > Get =#+RESULTS= without re-evaluating source code block? > > Let's suppose I have a code block which requires a long time to finish > > #+NAME: big-computation > #+begin_src bash > sleep 5 # Some computation which requires a long time to c

Re: bug#44824: 27.1; Org export as pdf and open file does not open it

2021-01-31 Thread tomas
On Sun, Jan 31, 2021 at 06:39:40PM +1100, Tim Cross wrote: > > Lars Ingebrigtsen writes: > > > Eli Zaretskii writes: > > > >>> This doesn't work: > >>> M-x shell RET xdg-open /tmp/test.pdf RET > >> > >> How about asking the xdg-open developers to help us figure out the > >> reason? Or, failing

bug#44824: 27.1; Org export as pdf and open file does not open it

2021-01-31 Thread tomas
On Sun, Jan 31, 2021 at 06:15:27PM +0700, Maxim Nikulin wrote: > Bhavin, thank you very much for your clear report. I have tried once > more with eshell session and this time I was lucky enough to > reproduce the problem in both gnome and kde sessions on Ubuntu-20.04 > focal [...] > 2221 16:59:4

Re: Microsoft Excel getting features we have had for a long time in org :-)

2021-01-31 Thread tomas
On Sun, Jan 31, 2021 at 06:17:50PM +, Eric S Fraga wrote: > On Friday, 29 Jan 2021 at 13:36, gyro funch wrote: > > Oooh. That should make Excel spreadsheets even funner to audit. > > :-) > > I actually tell (warn?) my students that spreadsheets are an example of > a "write-only programming la

Re: local variables and export processing in hooks

2021-02-09 Thread tomas
On Tue, Feb 09, 2021 at 10:13:01AM +, Eric S Fraga wrote: > Dear org mode users, > > I have a small elisp function that I use to process my org file before > export to LaTeX or HTML, adding this function to > org-export-before-parsing-hook. Briefly, the function exports the TBLFM > lines so t

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-19 Thread tomas
On Thu, Mar 18, 2021 at 11:41:11PM +0100, Juan Manuel Macías wrote: > Tim Cross writes: > > > From watching these discussions in the past, I think the big stumbling > > block is how easily multi-row columns can be added and maintained in the > > various export formats [...] > I don't know if any

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-19 Thread tomas
On Fri, Mar 19, 2021 at 09:44:48AM +0100, Juan Manuel Macías wrote: > Hi Tomas, [...] > I was writing yesterday some rudimentary code (just a proof of concept) > and I've made this screencast: > > https://lunotipia.juanmanuelmacias.com/edit-cell-sample-2021-03-19_09.29.17.

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-19 Thread tomas
On Fri, Mar 19, 2021 at 10:22:20AM +0100, Juan Manuel Macías wrote: > to...@tuxteam.de writes: > > > My post was rather a warning that "multi-line" will mean > > different things to different people. > > Yes I agree. It is not the same as how a table is represented in Org and > how it should be r

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-19 Thread tomas
On Fri, Mar 19, 2021 at 11:53:14AM +0100, Juan Manuel Macías wrote: > to...@tuxteam.de writes: > > > For export formats, there could be (yet another) "signal" to convey > > "new paragraph here" which then is the exporter's job. Perhaps an > > empty line (as is traditional in TeX) or something else

Re: Idea for handling timezones

2021-04-02 Thread tomas
On Thu, Apr 01, 2021 at 07:40:47AM +, shironeko wrote: > Hi everyone, > > I, like many others on this list, have to move between timezones quite > frequently. As I gathered from the archive, it seems the main complexity in > supporting timezones is the difficulty revolving the change of timest

Re: Idea for handling timezones

2021-04-03 Thread tomas
On Sat, Apr 03, 2021 at 08:36:06AM +0800, Shironeko wrote: > On Fri, 2021-04-02 at 13:34 +0200, to...@tuxteam.de wrote: > > On Thu, Apr 01, 2021 at 07:40:47AM +, shironeko wrote: > > > > Hm. Just a mumbling from the peanut gallery: isn't the timezone a property > > of the timestamp itself? > >

Re: Idea for handling timezones

2021-04-03 Thread tomas
On Sat, Apr 03, 2021 at 08:03:18AM +, shironeko wrote: > see https://en.m.wikipedia.org/wiki/Tz_database That's where I looked at (OK, without the "m" in the URL ;-) But I still don't understand what you are up to, so it might be we are talking past each other. What's described there is a da

Re: Idea for handling timezones

2021-04-03 Thread tomas
On Sat, Apr 03, 2021 at 05:26:43PM +0800, Shironeko wrote: > tz database and tools using it like the date(1) command can convert between > local times taking into account all the difference like daylight savings time. > An example below, Toronto observes daylight savings whereas Shanghai does not:

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-06 Thread tomas
On Tue, Apr 06, 2021 at 09:03:27PM +0200, physiculus wrote: > Hello, > i use LuaTex / LuaLatex successfully after some configs and readings. > The result (quality and speed) for me is better then with the old latex > engine. > I'm satisfied. > BUT one thing isn't working and as far as i read here,

Re: Idea for handling timezones

2021-04-23 Thread tomas
On Fri, Apr 23, 2021 at 09:45:14AM +0800, Shironeko wrote: > Hi all, > > I originally thought having the timezone in the header of the file would make > things simpler, since it meant all the timestamp would be in the same > timezone, > rather than potentially different ones. But it seems that th

Re: Programmatically set TODO labels per file?

2021-04-29 Thread tomas
On Thu, Apr 29, 2021 at 10:49:54PM +0200, Arthur Miller wrote: > > Hi all, > > I have a simple question, but I wasn't able to find answer on the web, > so finally I'll try my luck here. > > I know I can setq org-todo-keywords with a list '((sequence "TODO" > DONE")), as an example. But what vari

Re: TMIO Pre-release, request for feedback

2021-05-30 Thread tomas
On Mon, May 31, 2021 at 01:33:08AM +0800, Timothy wrote: > Hi Everyone, > > As we arrive at the end of May, I'm about to publish the 3rd issue of > /This Month in Org/ [...] This is *very* nice :-) Thanks so much. Cheers - t signature.asc Description: Digital signature

Calendar vs. org-agenda exit

2021-06-23 Thread tomas
Hi, is org mode rebinding keys in the calendar? I ask, because I've been using traditional calendar+diary; now, when I try to insert an entry (i-d in calendar), I get "Wrong type argument: commandp, org-agenda-diary-entry" The following experiment points in Org's general direction: - emacs

Re: Calendar vs. org-agenda exit

2021-06-23 Thread tomas
On Wed, Jun 23, 2021 at 05:16:50PM +0200, Marco Wahl wrote: > Hi. > > > is org mode rebinding keys in the calendar? > > Yes. "c" calls the Org agenda. > > "i" in the calendar calls org-agenda-diary-entry when > org-agenda-diary-file has been configured. (See function > org--setup-calendar-bind

[SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-23 Thread tomas
On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: [calendar insert-diary-entry doing funny things] OK, I solved it by setting `org-calendar-insert-diary-entry-key' to [106], which is a ?j. It was set to ?i, which hijacked calendar's original key map. Now I still don't know whethe

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 12:13:40PM +0200, Stephen Berman wrote: > On Wed, 23 Jun 2021 18:16:52 +0200 to...@tuxteam.de wrote: > > > On Wed, Jun 23, 2021 at 05:28:36PM +0200, to...@tuxteam.de wrote: > > > > [calendar insert-diary-entry doing funny things] > > > > OK, I solved it by setting `org-cale

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Thu, Jun 24, 2021 at 05:04:02PM +0200, Nicolas Goaziou wrote: > Hello, > > Stephen Berman writes: > > > Yeah, the next time Org is merged to the Emacs master branch, forcing me > > to first stash and then reapply my patch locally, I'll ask if anyone > > objects to the patch being committed to

Re: [SOLVED] (kinda) Calendar vs. org-agenda exit

2021-06-24 Thread tomas
On Fri, Jun 25, 2021 at 06:54:25AM +1000, Tim Cross wrote: [...] > My view is that if org-mode is stealing the calendar bindings by default > i.e. user has not enabled some specific option/configuration to do this, > then this is a bug [...] AFAIU, Stephen just gave his green light to Stephen's p

Boo Hiss ;-) [was: Export Org mode files to (gag, barf) MS Office?]

2021-06-26 Thread tomas
On Sat, Jun 26, 2021 at 02:57:17PM +, Brandon Taylor wrote: > Okay. Well, I’m running Emacs on (boo, hiss) [...] Now we would boo and hiss much less if you could teach your software to not make such a blatant propaganda of itself: > Sent from Mail

Re: Export Org mode files to (gag, barf) MS Office?

2021-06-26 Thread tomas
On Sat, Jun 26, 2021 at 04:27:19PM +, Brandon Taylor wrote: > I’ve seen that LibreOffice can read and write to those formats, whereas > OpenOffice can only read them. Or has OpenOffice overcome that particular > barrier? I think OpenOffice is practically dead. All interesting development hap

Libre vs Open Office [was: Export Org mode files to (gag, barf) MS Office?]

2021-06-26 Thread tomas
On Sat, Jun 26, 2021 at 09:49:02PM +0200, Marcin Borkowski wrote: > > On 2021-06-26, at 21:18, to...@tuxteam.de wrote: > > > On Sat, Jun 26, 2021 at 04:27:19PM +, Brandon Taylor wrote: > >> I’ve seen that LibreOffice can read and write to those formats, whereas > >> OpenOffice can only read

Order schedule for meds using Org table

2021-07-07 Thread tomas
On Wed, Jul 07, 2021 at 01:00:48PM -0400, Jude DaShiell wrote: > I am planning a table to show re-order dates for 4 otc meds I take. They > haven't got the same pill counts and another constraint will be not to > order on weekends. Since this is intended to show repeating re-order > dates I figur

Re: what would cause failure in template for org capture?

2021-07-21 Thread tomas
On Wed, Jul 21, 2021 at 04:38:58PM +0100, Eric S Fraga wrote: > u figured why not learn edebug *now*. > > so I instrument that method, start the capture, tell edebug to go when > it stops in that function, and the capture works. And now it works > whether instrumented or not. Hey hum. A tot

Re: what would cause failure in template for org capture?

2021-07-23 Thread tomas
On Fri, Jul 23, 2021 at 03:41:49PM +0100, Eric S Fraga wrote: > On Wednesday, 21 Jul 2021 at 18:23, to...@tuxteam.de wrote: > > So edebug fixed it? Good :-) > > Well, it fixed it until I started Emacs again Gah. Sorry to hear that :-( Cheers - t signature.asc Description: Digital signature

<    1   2   3   >