[ANN] faster org-table-to-lisp

2020-04-29 Thread tbanelwebmin
Hi The List. Here is an alternative, faster version of org-table-to-lisp. It can be more than 100 times faster. #+BEGIN_SRC elisp (defun org-table-to-lisp-faster (&optional org-table-at-p-done)   "Convert the table at point to a Lisp structure. The structure will be a list.  Each item is either t

Re: How to properly set up reminders for paying cellphone fees in org?

2020-04-29 Thread Vladimir Nikishkin
Ah, great, thanks! I have been looking at the wrong node all the time. However, the manual node you're pointing to disagrees with the claim that those are equivalent: >If you need both a repeater and a special warning period in a deadline >entry, the repeater should come first and the warning pe

Re: How to properly set up reminders for paying cellphone fees in org?

2020-04-29 Thread Kyle Meyer
Vladimir Nikishkin writes: > I need to pay a fee by every 28th of the month, and I want this task > to show up in the agenda from the 20th of the next not paid month. > > What's the proper DEADLINE format? > > DEADLINE: <2020-02-28 Sun .+1m -10d> ? > DEADLINE: <2020-02-28 Sun -10d .+1m> ? Tho

How to properly set up reminders for paying cellphone fees in org?

2020-04-29 Thread Vladimir Nikishkin
Hello, everyone I need to pay a fee by every 28th of the month, and I want this task to show up in the agenda from the 20th of the next not paid month. What's the proper DEADLINE format? DEADLINE: <2020-02-28 Sun .+1m -10d> ? DEADLINE: <2020-02-28 Sun -10d .+1m> ? Thanks! -- Yours sincerely

Re: [PATCH] org-agenda.el: Complete multiple todo keywords

2020-04-29 Thread Kyle Meyer
Thanks for the patch. Looks like a nice improvement to me. akater writes: > * lisp/org-agenda.el (org-todo-list): Use completing-read-multiple > instead of completing-read when selecting todo keywords to filter by > in Agenda. This and the rest of the lines were unwrapped. Could you wrap them

Re: org-mode setting the browser with options

2020-04-29 Thread Neil Cherry
On 4/29/20 6:30 PM, Tim Cross wrote: > > Jude DaShiell writes: > >> Two different scripts one yproxy and the other nproxy. >> Put the necessary running code in each. >> >> On Wed, 29 Apr 2020, Neil Cherry wrote: >> >>> Date: Wed, 29 Apr 2020 13:36:50 >>> From: Neil Cherry >>> To: Org Mode >>>

Re: org-mode setting the browser with options

2020-04-29 Thread Tim Cross
Jude DaShiell writes: > Two different scripts one yproxy and the other nproxy. > Put the necessary running code in each. > > On Wed, 29 Apr 2020, Neil Cherry wrote: > >> Date: Wed, 29 Apr 2020 13:36:50 >> From: Neil Cherry >> To: Org Mode >> Subject: org-mode setting the browser with options

Re: org-mode setting the browser with options

2020-04-29 Thread Jude DaShiell
Two different scripts one yproxy and the other nproxy. Put the necessary running code in each. On Wed, 29 Apr 2020, Neil Cherry wrote: > Date: Wed, 29 Apr 2020 13:36:50 > From: Neil Cherry > To: Org Mode > Subject: org-mode setting the browser with options > > I need to use 2 different Windows

org-mode setting the browser with options

2020-04-29 Thread Neil Cherry
I need to use 2 different Windows browser (proxy and no-proxy is the reason). What I want to do is that if it's example.com use firefox (no options). If it's example.org use chrome --no-proxy-server. I'm not exacly sure how to approach this. Thanks -- Linux Home Automation Neil Cherry

[PATCH] org-agenda.el: Complete multiple todo keywords

2020-04-29 Thread akater
* lisp/org-agenda.el (org-todo-list): Use completing-read-multiple instead of completing-read when selecting todo keywords to filter by in Agenda. * lisp/org-agenda.el (org-todo-list): Fix a typo in the prompt. There is minor UX cost to Helm users: while candidates list used to appear immediat

[PATCH] make org-attach-url download function as an option

2020-04-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I found when network is bad and slow, or the download file is big, the org-attach-url will suspend Emacs for a long time. User might have to cancel downloading, and start again later. I hope to make "org-attach-url" download file asynchronously. Bu

Re: Reconciling org-mode idiosyncrasies with Emacs core

2020-04-29 Thread Nicolas Goaziou
Hello, Kévin Le Gouguec writes: > Nicolas Goaziou writes: > >> For example, having RET >> inserting a plain newline would be a disaster in many locations. > > I don't think I've seen anybody advocating for that! If you are > referring to this bit:

Re: wip-cite status question and feedback

2020-04-29 Thread Denis Maier
Hello, Am 25.04.2020 um 18:19 schrieb Nicolas Goaziou: Hello, I cannot answer all open questions as the thread would spread too thin. So, I'll try to subsume where Org is at the moment, and what need to be decided. Thanks for the suggestion. Looks like a pretty solid approach. There is a li