Re: netspend table

2023-02-07 Thread Jude DaShiell
I added that check column to the table and like that feature. That shows you the previous balance so errors can be caught humans make not orgmode. My walmart order got cancelled by walmart so I deleted that row and put an entry in for amazon to buy the razor WalMart couldn't ship. The $1.00

Re: netspend table

2023-02-07 Thread TRS-80
Jude DaShiell writes: > I think if I ever get good with #TBLFMT lines I'd like to write up > tables that cover many more useful and simpler calculation tables now > missing from documented orgmode. I replied separately about the accounting use-case (and I still think that's best handled by

Re: netspend table

2023-02-07 Thread TRS-80
Jude DaShiell writes: > Thanks much for your help on this problem. I've never done anything with > ledger-cli yet and wasn't aware such a package existed. Arne beat me to it, but I agree that this kind of thing is better in an actual accounting program. I love Orgmode as much as anyone, but I

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

2023-02-07 Thread Jean Louis
* ypuntot [2023-02-05 16:03]: > For the Poll, the Jeans proposal would be to introduce manually: > [2024-02-04 12:00 @America/Vancouver] I never recommend or recommended to anybody, ever, to make timestamps manually. That is for computer to make it right. For human, that is to use calendar.

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

2023-02-07 Thread Jean Louis
* Max Nikulin [2023-02-05 20:06]: > On 05/02/2023 01:59, ypuntot wrote: > > Then, given the time zone and the local time, you can know UTC. > > If orgmode gets the UTC there is not ambiguity. > > Mapping from local time to UTC may be ambiguous, so mapping from local time > to time zone offset

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

2023-02-07 Thread Jean Louis
* Ihor Radchenko [2023-02-06 17:11]: > Jean Louis writes: > > > * Ihor Radchenko [2023-02-05 13:45]: > >> [2024-02-04 12:00 @-08,America/Vancouver] will use fixed -8 offset > > > > What does that mean practically? Provide example for better > > understanding. > > It means "when I scheduled

Re: [TIP] Exporting Maxima results to LaTeX

2023-02-07 Thread Thomas S. Dye
Aloha Leo, Leo Butler writes: Attached is a self-documented setup to do what the subject line says. Comments/suggestions welcome. Best, Leo Please consider adding this to https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-maxima.org, which also has some notes on how to export

[BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-07 Thread Robert Nikander
Hi, The docs say this about S-M + arrow keys on clock log lines. (In section: 8.4.1 - Dates and Times > Clocking Work Time > Clocking Commands) ‘S-M-’ (‘org-timestamp-up’) ‘S-M-’ (‘org-timestamp-down’) On ‘CLOCK’ log lines, increase/decrease the timestamp at point and the one of

[TIP] Exporting Maxima results to LaTeX

2023-02-07 Thread Leo Butler
Attached is a self-documented setup to do what the subject line says. Comments/suggestions welcome. Best, Leo #+TITLE: Tip for exporting Maxima results to LaTeX #+AUTHOR: Leo Butler #+OPTIONS: H:2 toc:nil num:nil tags:nil todo:nil #+LATEX_CLASS: article #+LATEX_HEADER: \usepackage{color}

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

2023-02-07 Thread Jean Louis
* Marcin Borkowski [2023-02-06 18:34]: > Out of curiosity: in what time zone you were when you sent this??? In EAT, by heart in Berlin, Europe, at time in future during DST, as to test various features. Forgot to change time back by using NTP. And e-mail went, discovering few problems in the

Re: [BUG] list.orgmode.org managed to parse a message in future: 2023-10-29 [9.6.1 (release_9.6.1-223-gc8d20d @ /home/yantar92/.emacs.d/straight/build/org/)]

2023-02-07 Thread Jean Louis
* Greg Minshall [2023-02-05 21:43]: > so, i wouldn't blame mail services for accepting mail with odd dates. > but, i would question MUAs (like mh-e, mutt, etc., i guess) that allow > one to send e-mail with odd dates. (i mean, i guess if the person > stands on their head and swears up and down

Re: Specialized sparse-tree via hook to show specific view in org mode

2023-02-07 Thread Ihor Radchenko
Kevin Layer writes: > My main todo file defines various TODO keywords and initial state like this: > > #+STARTUP: indent overview > #+TODO: @NOW @NEXT @WIP @PENDING > > What I really want is to initially only see items noted with those TODO > keywords and also due items. Everything else should

clock reports, group/rollup by tags, properties?

2023-02-07 Thread Robert Nikander
Hi, I see some previous discussion about this years ago [1], but it looks like it never made it into the official code base. (?) If I use `:scope agenda`, I get a column called “File” that is used as the top “group by” in the query. I don’t see a way to change that. I’d like to see my time

Re: [PATCH] worg/org-faq.org: Recommend cb_thunderlink Thunderbird add-on

2023-02-07 Thread Bruno Barbier
Hi Max, Max Nikulin writes: > A have prepared an alternative patch. Let me know if have suggestions, > objections, or if you prefer to proceed with another revision of your > patch. Looks good to me. > It seems you had no plan to polish your Org and system configuration to > such degree.

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Aaron Zeng
Thanks Ihor, I sent a new patch with your comment included verbatim, and also added a ChangeLog entry. On Tue, Feb 7, 2023 at 12:47 PM Aaron L. Zeng wrote: > * org-agenda.el (org--batch-store-agenda-views): Fix treatment of > lambda functions used as custom agenda commands. >

[PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Aaron L. Zeng
* org-agenda.el (org--batch-store-agenda-views): Fix treatment of lambda functions used as custom agenda commands. `org-agenda-custom-commands' entries may specify a custom function instead of a symbol like `tags-todo'. `org--batch-store-agenda-views' behaved differently from `org-agenda' when

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-07 Thread Max Nikulin
On 07/02/2023 19:21, Ihor Radchenko wrote: Max Nikulin writes: Historically subr-x was avoided in Org. Latest discussion: https://list.orgmode.org/b1eef17f-b8ef-2e2a-d463-7909b03ce...@gmail.com/T/#u ... which concluded that it is safe to use subr-x. If we need to add a require, so be it. I

[PATCH] worg/org-faq.org: Recommend cb_thunderlink Thunderbird add-on

2023-02-07 Thread Max Nikulin
On 06/02/2023 18:46, Bruno Barbier wrote: After asking Thunderbird to register itself as the default mail application, "mid:" seems to be working from everywhere. A have prepared an alternative patch. Let me know if have suggestions, objections, or if you prefer to proceed with another

new org mode, changed folding behavior could be improved / more consistent

2023-02-07 Thread Laurenz Wiskott
Hi, org mode has apparently been rewritten somehow. At least I noticed a few differences after updating to the new Debian version. For instance, it got much faster. GREAT! There is one feature however that I really miss: It used to be that I could add an entry with a certain number of

Re: new org mode, changed folding behavior could be improved / more consistent

2023-02-07 Thread Laurenz Wiskott
PS: I use org-mode version 9.4 On Mon, Feb 06, 2023 at 09:08:16PM +0100, Laurenz Wiskott wrote: > Hi, > > org mode has apparently been rewritten somehow. At least I noticed a few > differences > after updating to the new Debian version. For instance, it got much faster. > GREAT! > > There

Re: Should we obsolete org-emphasis-alist? (was: [PATCH v5] org.el: Warning for unsupported markers in `org-set-emphasis-alist')

2023-02-07 Thread Timothy
Hi Ihor, > I think that we should simply obsolete `org-emphasis-alist’ and > introduce individual faces for emphasis. I’m in favour of this approach. All the best, Timothy -- Timothy (‘tecosaur’/‘TEC’), Org mode contributor. Learn more about Org mode at . Support Org

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-07 Thread Ihor Radchenko
Max Nikulin writes: > In emacs-26 `string-join' is defined in subr-x.el, but ox-texinfo.el > does not have (require 'subr-x). Personally I see nothing bad in > > (format "@displaymath\n%s\n@end" math-example) > > Historically subr-x was avoided in Org. Latest discussion: >

Re: [BUG] Warning (org-element-cache): org-element--cache: Warning(XXX.org): (gz/org-agenda-list) Cached element is incorrect in XXX.org. (Cache tic up to date: "yes") [9.6.1 (release_9.6.1-208-g0c0

2023-02-07 Thread Ihor Radchenko
Gregor Zattler writes: >> This is strange. Did the buffer in question happened to be an indirect >> buffer? > > I do not use indirect buffers intentionally. If an agenda > is an indirect buffer than it may be -- I do not remember > the exact situation, it was happening at the very first >

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-07 Thread Max Nikulin
Rudolf, I am afraid there is another obstacle till your step to improve Org may be completed. On 07/02/2023 15:39, Rudolf Adamkovič wrote: -(let* ((input-file -(make-temp-file "test" nil ".info")) - (input-content -(concat

Re: [BUG] Warning (org-element-cache): org-element--cache: Warning(XXX.org): (gz/org-agenda-list) Cached element is incorrect in XXX.org. (Cache tic up to date: "yes") [9.6.1 (release_9.6.1-208-g0c0

2023-02-07 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2023-02-07; 10:59 GMT]: > Gregor Zattler writes: >> * Ihor Radchenko [2023-02-06; 10:28 GMT]: >>> Gregor Zattler writes: >>> Unfortunately, the provided log is incomplete. I cannot deduce anything >>> useful from it. >> >> that's strange, I realized it was shorter

Re: [PATCH] Async evaluation in ob-shell

2023-02-07 Thread Ihor Radchenko
Matt writes: > I'm excited to share that I've got async evaluation working (crudely) with > ob-shell. A rough implementation is attached. > > It has clear issues, such as the prompt being present in the output: That's likely because of the same reasons why prompt did not get cleaned in

Re: increase width of save file dialog box

2023-02-07 Thread Ihor Radchenko
Vlastimil Vondra writes: > Do you know if it is possible to increase save file dialog box width in > emacs (GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13)? > > As you can see on my screenshot I can't see what I'm saving. > [image: image.png] Thanks for reporting, but it does not

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-07 Thread Ihor Radchenko
"Aaron L. Zeng" writes: > `org-agenda-custom-commands' entries may specify a custom function > instead of a symbol like `tags-todo'. `org--batch-store-agenda-views' > behaved differently from `org-agenda' when that custom function was > defined as a lambda rather than a symbol, incorrectly

Re: [BUG] Warning (org-element-cache): org-element--cache: Warning(XXX.org): (gz/org-agenda-list) Cached element is incorrect in XXX.org. (Cache tic up to date: "yes") [9.6.1 (release_9.6.1-208-g0c0

2023-02-07 Thread Ihor Radchenko
Gregor Zattler writes: > Hi Ihor, > * Ihor Radchenko [2023-02-06; 10:28 GMT]: >> Gregor Zattler writes: >> Unfortunately, the provided log is incomplete. I cannot deduce anything >> useful from it. > > that's strange, I realized it was shorter than others, but > it's all emacs had in it's

Re: [PATCH 0/4] Structure editing when region is active

2023-02-07 Thread Ihor Radchenko
Rudolf Adamkovič writes: > However, I find it a bit surprising (confusing, really) that > > 'C-c C-x R' and 'C-c C-x L' [ for context, these are `org-shiftmetaright' and `org-shiftmetaleft' > do not promote/demote the selected subtrees, despite being documented as > > "Demote subtree or

Should we obsolete org-emphasis-alist? (was: [PATCH v5] org.el: Warning for unsupported markers in `org-set-emphasis-alist')

2023-02-07 Thread Ihor Radchenko
Max Nikulin writes: >> +(add-variable-watcher 'org-emphasis-alist #'org-emphasis-alist--check-value) > > Thinking more I have realized that I am in doubts if > `add-variable-watcher' is appropriate tool in this particular case. The > only way to get some effect from change of

Re: [BUG] Warning (org-element-cache): org-element--cache: Warning(XXX.org): (gz/org-agenda-list) Cached element is incorrect in XXX.org. (Cache tic up to date: "yes") [9.6.1 (release_9.6.1-208-g0c0

2023-02-07 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2023-02-06; 10:28 GMT]: > Gregor Zattler writes: > Unfortunately, the provided log is incomplete. I cannot deduce anything > useful from it. that's strange, I realized it was shorter than others, but it's all emacs had in it's *Warnings* buffer then. > Please provide

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-07 Thread Rudolf Adamkovič
Max Nikulin writes: > Should not the format argument be corrected to have valid @displaymath > snippet instead? Thank you, Max! See, this happens when I write code 10 minutes before going to bed: incorrect code and no tests, both equally bad. Please see the attached patch. Rudy >From