Re: Emacs on the beach?

2022-08-15 Thread Bob Newell
Jean Louis writes: > * ypuntot [2022-06-15 21:08]: >> If you wanted to play with Emacs on the beach or sitting in front of >> your home, what would be your emacser setup? I live in Waikiki and the beach is a five minute walk from home. I would have my Android phone, which I've set up with

Re: Bug? org-id-find not finding some IDs

2022-08-15 Thread Ihor Radchenko
Jack Kamm writes: > Ihor Radchenko writes: > >> Applied onto main via 8f5bf1725. >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8f5bf172556564df89fb16ce8ecec68c5b7f0221 > > My sincere apologies, but after a bit of testing, I found that my > requested change had some

[FEATURE REQUEST] statistics of repeated tasks

2022-08-15 Thread Ihor Radchenko
Abhisek Panigrahi writes: > I would have worked on the patch, but I don't know elisp or lisp language! Then, you may detail your proposal on how you envision this new statistics feature: (1) how and where it should be displayed; (2) when it is going to be useful. Note that I changed the email

Re: Emacs on the beach?

2022-08-15 Thread Quiliro Ordóñez
El 2022-08-15 10:45, Jean Louis escribió: > * ypuntot [2022-06-15 21:08]: >> If you wanted to play with Emacs on the beach or sitting in front of >> your home, what would be your emacser setup? > > On the beach, I would be creative and use Markdown to write articles > for websites. It would

Re: Bad save performance on `main` branch

2022-08-15 Thread Ihor Radchenko
Ragnar Groot Koerkamp writes: > Steps to reproduce are already in [1], but I hope the profiles below should > give a start at finding the cause of this issue. I am sorry, but I am unable to reproduce anything using the provided .org file. The file contains references to non-existing

Potential bug: Invalid function: org-encode-time

2022-08-15 Thread Duy Nguyen
Hi everyone, I am having issues trying to use the latest version of Org with straight (the built-in version works fine. Currently testing with a minimal config, i.e. I only have the necessary code to enable straight and use-package in my init.el, and I have added the following as well:

[PATCH v2] Show org file title in org-clock clocktable

2022-08-15 Thread Duy Nguyen
> > We usually use ~code~ for Elisp symbols and code. So, =t= -> ~t~ and > ~File~ -> "File". See doc/Documentation_Standards.org Please, escape #+BEGIN with comma: ,#+BEGIN. > (this is done automatically if you use C-c ' to edit the src block) By convention, we consider a document title to be

Re: bug#57213: 27.1; statistics of repeated tasks

2022-08-15 Thread Abhisek Panigrahi
Thanks for the reply Ihor, I would have worked on the patch, but I don't know elisp or lisp language! - Abhisek On Mon, Aug 15, 2022 at 9:28 AM Ihor Radchenko wrote: > Forwarding from debbugs. > > Abhisek, we usually discuss Org development in a dedicated mailing list. > See

Bad save performance on `main` branch

2022-08-15 Thread Ragnar Groot Koerkamp
Hi all, I ran into an issue [1] [2] with ox-hugo where exporting an org file on auto-save takes very long (3+ seconds) compared to ~0.2s normally. This is using commit 00adad935 on the main branch from a few days back (using Doom). See below for a cpu profile. After switching back to the bugfix

Re: Emacs on the beach?

2022-08-15 Thread Jean Louis
* ypuntot [2022-06-15 21:08]: > If you wanted to play with Emacs on the beach or sitting in front of > your home, what would be your emacser setup? On the beach, I would be creative and use Markdown to write articles for websites. It would include capturing pictures by mobile phone and sorting

Re: how to concatenate string to spreadsheet formula

2022-08-15 Thread Fraga, Eric
Hi Edgar, I did not quite understand what you actually were calculating but maybe consider the following expression for table formulas: #+TBLFM: $3='(format "%s\\textwidth" (/ (* 1.0 $2) $1));N If you specify ";N", the entries are treated as numbers. The problem with division is that if both

how to concatenate string to spreadsheet formula

2022-08-15 Thread edgar
Dear everyone, At the moment, I am using an Org spreadsheet to concatenate a string to the ratio between 2 numbers. One of numbers is the [[sum-of-column][sum of a column]]. The other number would correspond to [[each-row-col1][each of the rows of another column]]