bug#45091: 27.1; M-x org-table-paste-rectangle

2021-01-16 Thread Tak Kunihiro
Naoya showed me workaround. #+begin_src emacs-lisp (when (equal emacs-major-version 27) (with-eval-after-load "org-compat" (defalias 'org-font-lock-ensure 'ignore))) #+end_src Now I switched from 26.3 to 27.1.

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-16 Thread ian martins
John, would you mind if I go ahead and make the change I mentioned and push it with you as the author? On Tue, Jan 12, 2021 at 7:00 AM ian martins wrote: > > On Sun, Jan 10, 2021 at 3:55 PM John Herrlin wrote: > > ian martins writes: > > > I think the problem was that I was missing static > >

Re: Emacs-orgmode Digest, Vol 179, Issue 18

2021-01-16 Thread Markéta Pospíšilová
LlmllmllkmkLlLKmKLKKM Odesláno ze smartphonu BlackBerry – nejzabezpečenějšího mobilního zařízení   Původní zpráva   Od: emacs-orgmode-requ...@gnu.org Odesláno: 15. ledna 2021 18:05 Komu: emacs-orgmode@gnu.org Odpověď komu: emacs-orgmode@gnu.org Předmět: Emacs-orgmode Digest,

Re: na=\"nil\" in ob-R.elo

2021-01-16 Thread Jeremie Juste
Hello, Thanks for the feedback || On Saturday, 16 Jan 2021 at 00:19, Berry, Charles" via "General discussions about Org-mode. wrote: > You can use a :post header to customize outputs like this to make them > more pleasing. Or just use your own > `org-babel-R-write-object-command'. As a

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-16 Thread John Herrlin
Sorry for latency, 9to5 been killing it. Thx for the feedback, make sense! Here is a new patch with the improvements. >From 680e04217c8e4c536875379cac01edccd694c4cb Mon Sep 17 00:00:00 2001 From: John Herrlin Date: Sun, 10 Jan 2021 21:47:26 +0100 Subject: [PATCH] ob-java: Include static imports

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-16 Thread ian martins
It's no problem. Didn't mean to rush you. Thanks again for the patch. Applied. On Sat, Jan 16, 2021 at 10:32 AM John Herrlin wrote: > > > Sorry for latency, 9to5 been killing it. Thx for the feedback, make > sense! Here is a new patch with the improvements. > > > > ian martins writes: > > >

Custom Bulk Functions With Prompt

2021-01-16 Thread Kevin Foley
I'd like to setup a custom bulk function using `org-agenda-bulk-custom-functions', however I'd like to receive one prompt when I select the action and then have the action performed on every entry without being prompted again. For example the bulk tag function lets the user specify a tag once,

Re: Feature request

2021-01-16 Thread Ihor Radchenko
Raoul Comninos writes: >> Listing all the attached files used to be the built-in, but it was >> removed a few years ago. > Oh, that's a pity. Thanks for responding. You can still implement it on your side for personal use. There is org-attach-after-change-hook where you can put a custom

Re: Feature request

2021-01-16 Thread Ihor Radchenko
I think something like the following will do (untested): (defun org-attach-save-file-list-to-property () "Save list of attachments to ORG_ATTACH_FILES property." (when-let* ((dir (org-attach-dir)) (files (org-attach-file-list dir))) (org-set-property "ORG_ATTACH_FILES"

Re: Custom Bulk Functions With Prompt

2021-01-16 Thread Ihor Radchenko
Kevin Foley writes: > I'd like to setup a custom bulk function using > `org-agenda-bulk-custom-functions', however I'd like to receive one > prompt when I select the action and then have the action performed on > every entry without being prompted again. Generally, you can set a variable

Re: Feature request

2021-01-16 Thread Raoul Comninos
Ihor Radchenko writes: > Raoul Comninos writes: > >> https://emacs.stackexchange.com/questions/62761/seeing-file-names-in-todo-entries-when-using-org-attach?noredirect=1#comment98901_62761 >> --- > > Listing all the attached files used to be the built-in, but it was > removed a few years ago. >

Re: Feature request

2021-01-16 Thread Ihor Radchenko
Raoul Comninos writes: > https://emacs.stackexchange.com/questions/62761/seeing-file-names-in-todo-entries-when-using-org-attach?noredirect=1#comment98901_62761 > --- Listing all the attached files used to be the built-in, but it was removed a few years ago. Best, Ihor

Re: Feature request

2021-01-16 Thread Ihor Radchenko
Raoul Comninos writes: > https://emacs.stackexchange.com/questions/62761/seeing-file-names-in-todo-entries-when-using-org-attach?noredirect=1#comment98901_62761 > --- Listing all the attached files used to be the built-in, but it was removed a few years ago. Best, Ihor