* $LR in Table Formula @ 2020-04-17 23:31 Marco Wahl 2020-04-18 11:54 ` Eric S Fraga 2020-04-18 11:55 ` Eric S Fraga 0 siblings, 2 replies; 7+ messages in thread From: Marco Wahl @ 2020-04-17 23:31 UTC (permalink / raw) To: emacs-orgmode Hi! By accident at browsing the code I stumbled over "$LR" in column formulas. TBH I don't understand "$LR" and I haven't found a bit about it in the documentation. What is the meaning of $LR? Ciao, -- Marco ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-17 23:31 $LR in Table Formula Marco Wahl @ 2020-04-18 11:54 ` Eric S Fraga 2020-04-18 11:55 ` Eric S Fraga 1 sibling, 0 replies; 7+ messages in thread From: Eric S Fraga @ 2020-04-18 11:54 UTC (permalink / raw) To: Marco Wahl; +Cc: emacs-orgmode On Saturday, 18 Apr 2020 at 01:31, Marco Wahl wrote: > Hi! > > By accident at browsing the code I stumbled over "$LR" in column > formulas. TBH I don't understand "$LR" and I haven't found a bit about > it in the documentation. > > What is the meaning of $LR? Where in the code did you find this? I cannot see it anywhere in latest org, assuming you are talking about the code for org mode. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-492-gc990d4 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-17 23:31 $LR in Table Formula Marco Wahl 2020-04-18 11:54 ` Eric S Fraga @ 2020-04-18 11:55 ` Eric S Fraga 2020-04-18 15:50 ` Carsten Dominik 1 sibling, 1 reply; 7+ messages in thread From: Eric S Fraga @ 2020-04-18 11:55 UTC (permalink / raw) To: Marco Wahl; +Cc: emacs-orgmode Ignore my previous email/post. I was obviously under the influence. I see the LR references in the code. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-492-gc990d4 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-18 11:55 ` Eric S Fraga @ 2020-04-18 15:50 ` Carsten Dominik 2020-04-18 20:33 ` Marco Wahl 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2020-04-18 15:50 UTC (permalink / raw) To: Marco Wahl, org-mode list [-- Attachment #1: Type: text/plain, Size: 566 bytes --] This was an old way to refer to fields in the last row. It was already deprecated in 2011. I also does not seem to work anymore. I had forgotten all about it and only found it back with git log -S \$LR --source --all | less which pointed me to commit 8237c9ae6d587a22646333e0315683675e2db538 Carsten On Sat, Apr 18, 2020 at 1:56 PM Eric S Fraga <e.fraga@ucl.ac.uk> wrote: > Ignore my previous email/post. I was obviously under the influence. I > see the LR references in the code. > -- > : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-492-gc990d4 > > [-- Attachment #2: Type: text/html, Size: 972 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-18 15:50 ` Carsten Dominik @ 2020-04-18 20:33 ` Marco Wahl 2020-04-18 21:53 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Marco Wahl @ 2020-04-18 20:33 UTC (permalink / raw) To: Carsten Dominik; +Cc: org-mode list Carsten Dominik <dominik@uva.nl> writes: > This was an old way to refer to fields in the last row. It was already > deprecated in 2011. I also does not seem to work anymore. > > I had forgotten all about it and only found it back with > > git log -S \$LR --source --all | less > > which pointed me to commit 8237c9ae6d587a22646333e0315683675e2db538 Thanks for the eludication! If the Org code shall iterate towards clarity then the question would be resurrection or elimination of the Last Row (LR) feature AFAICS. My 2 ct, -- Marco ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-18 20:33 ` Marco Wahl @ 2020-04-18 21:53 ` Carsten Dominik 2020-05-01 22:17 ` Marco Wahl 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2020-04-18 21:53 UTC (permalink / raw) To: Marco Wahl; +Cc: org-mode list [-- Attachment #1: Type: text/plain, Size: 745 bytes --] On Sat, Apr 18, 2020 at 10:33 PM Marco Wahl <marcowahlsoft@gmail.com> wrote: > Carsten Dominik <dominik@uva.nl> writes: > > > This was an old way to refer to fields in the last row. It was already > > deprecated in 2011. I also does not seem to work anymore. > > > > I had forgotten all about it and only found it back with > > > > git log -S \$LR --source --all | less > > > > which pointed me to commit 8237c9ae6d587a22646333e0315683675e2db538 > > Thanks for the eludication! > > If the Org code shall iterate towards clarity then the question would be > resurrection or elimination of the Last Row (LR) feature AFAICS. > Elimination should be fine in this case since it does not work anymore anyway. Carsen > > > My 2 ct, > -- Marco > [-- Attachment #2: Type: text/html, Size: 1409 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: $LR in Table Formula 2020-04-18 21:53 ` Carsten Dominik @ 2020-05-01 22:17 ` Marco Wahl 0 siblings, 0 replies; 7+ messages in thread From: Marco Wahl @ 2020-05-01 22:17 UTC (permalink / raw) To: Carsten Dominik; +Cc: org-mode list Carsten Dominik <dominik@uva.nl> writes: >> If the Org code shall iterate towards clarity then the question would be >> resurrection or elimination of the Last Row (LR) feature AFAICS. > > Elimination should be fine in this case since it does not work anymore > anyway. Okay, I eliminated the LR parts from the code. Thanks, -- Marco ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-05-01 22:18 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-04-17 23:31 $LR in Table Formula Marco Wahl 2020-04-18 11:54 ` Eric S Fraga 2020-04-18 11:55 ` Eric S Fraga 2020-04-18 15:50 ` Carsten Dominik 2020-04-18 20:33 ` Marco Wahl 2020-04-18 21:53 ` Carsten Dominik 2020-05-01 22:17 ` Marco Wahl
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).