Re: [PATCH] org-mac-link: Disable Evernote capture by default

2021-02-27 Thread Kyle Meyer
Aaron Jensen writes: > On Wed, Feb 17, 2021 at 9:55 AM Aaron Jensen wrote: >> >> The two `shell-command-to-string` invocations during eval are >> extremely slow. Users of Evernote should `org-mac-grab-Evernote-app-p` >> and `org-mac-evernote-path` explicitly. > > Hi all, > > Any chance of

Re: [PATCH] Add tests for org agenda bulk functions

2021-02-27 Thread Kyle Meyer
Thanks, pushed (63c5cacb0).

Re: contact management in emacs

2021-02-27 Thread dalanicolai
Masterson > > Cc: Tim Cross , emacs-orgmode@gnu.org > Subject: Re: Tips on maintaining history in Org Mode > Message-ID: <87a6rqc8w8.fsf@localhost> > Content-Type: text/plain > > Samuel Wales writes: > > > perhaps also changing org-archive-file-header-format to all

Re: content management in emacs

2021-02-27 Thread Juan Manuel Macías
Martin Steffen writes: > I am not sure about the question. If I send to an email list, it's an > address in BBDB. So I ``invoke'' BBDB (M-x bbdb) and give it the name of > the entry (say org-mode). That's analogous to send to a person: If you > remember the name (or part of the name), you find

Re: content management in emacs

2021-02-27 Thread Martin Steffen
> "Ian" == Ian Garmaise writes: Ian> Hi Bob, Ian> How do you send mail to mailing lists with BBDB? Do you use a I am not sure about the question. If I send to an email list, it's an address in BBDB. So I ``invoke'' BBDB (M-x bbdb) and give it the name of the entry (say org-mode).

Re: content management in emacs

2021-02-27 Thread Ian Garmaise
Hi Bob, How do you send mail to mailing lists with BBDB? Do you use a templating tool? Also, how do you start a phone call? Ian Message: 28 > Date: Sat, 27 Feb 2021 06:53:57 -1000 > From: Bob Newell > To: "emacs-orgmode" > Subject: Re: contact management in emacs > Message-ID: >

Re: ob-reticulate: R+Python interface from Babel

2021-02-27 Thread Jeremie Juste
Hello Jack, Many thanks for this package. It seems like a better way all together to manipulate python output. I admit that my python foo is decreasing more and more but #+BEGIN_SRC python :results output :session *Python* import pandas as pd df = pd.DataFrame({"X":[1,2,3],

Re: contact management in emacs

2021-02-27 Thread Dr. Arne Babenhauserheide
Martin Steffen writes: > I use bbdb (big-brother data base). I use it since a looong time > already, and amassed 15000 or so contracts. It does what I want, it's > text-based, so versioning is not a problem. And it is fast; lookup feels instantaneous — different from many other address-manager

Re: contact management in emacs

2021-02-27 Thread Bob Newell
I've used BBDB for years, and have tried org-contact, but it didn't seem to scale to the now rather large size of my BBDB database. I've looked at migrating to EBDB but as I have many custom functions I haven't yet made the move. BBDB can do amazing things. I've mentioned some of them before. Of

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
> "Eric" == Eric S Fraga writes: Eric> How do you get these to appear? Or is the "could" a wish? It's ``automatic''. The entry of the person needs a field "anniversary", if that's filled with a date in -mm-dd format, it's included (perhaps one has to set a variable like

Re: contact management in emacs

2021-02-27 Thread andrés ramírez
Hi. Eric. > "Eric" == Eric S Fraga writes: [...] Eric> How do you get these to appear? Or is the "could" a wish? This is my setup: --8<---cut here---start->8--- (setq org-agenda-files (directory-files "~/docs/org/deft/" t ".*agenda\.org$"))

Re: contact management in emacs

2021-02-27 Thread Eric S Fraga
On Saturday, 27 Feb 2021 at 13:20, andrés ramírez wrote: > bbdb anniversaries could also appear on agenda: How do you get these to appear? Or is the "could" a wish? thank you, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-231-gf46925

ob-reticulate: R+Python interface from Babel

2021-02-27 Thread Jack Kamm
Hi all, ob-reticulate is now available on MELPA. You can find more information here: https://github.com/jackkamm/ob-reticulate Cheers, Jack

Re: contact management in emacs

2021-02-27 Thread andrés ramírez
Hi. Martin and Alan. > "Martin" == Martin Steffen writes: [...] Martin> Org is also bbdb-aware, insofar one can do those links: instead of [[file:][yyy]] Martin> one can use [[bbdb:somecriterion]]. bbdb anniversaries could also appear on agenda: --8<---cut

Re: Babel: Programmatically evaluate a heading and subtrees?

2021-02-27 Thread ian martins
Can you use noweb? In the example below, if you run the top code block babel will run the two that follow. A drawback is that you have to redefine variables, but it might be a benefit, since the individual blocks could be set with test data and the "main driver" could point to real data. ---

Re: [PATCH] org-mac-link: Disable Evernote capture by default

2021-02-27 Thread Aaron Jensen
On Wed, Feb 17, 2021 at 9:55 AM Aaron Jensen wrote: > > The two `shell-command-to-string` invocations during eval are > extremely slow. Users of Evernote should `org-mac-grab-Evernote-app-p` > and `org-mac-evernote-path` explicitly. Hi all, Any chance of getting this merged in? It's a pretty

Re: [bug] org-yank in stars corrupts outline

2021-02-27 Thread Maxim Nikulin
On 27/02/2021 07:52, Samuel Wales wrote: i have org-yank-adjusted-subtrees t * org-yank is funny *** kill this line (with newline) then try yanking at ^ places (remove the ^ first) the fault lies in the stars insertion above and arbitrary demotion *** x asdfnaksdj fnkadsn fkjans df

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
I use bbdb (big-brother data base). I use it since a looong time already, and amassed 15000 or so contracts. It does what I want, it's text-based, so versioning is not a problem. I think it can do vcard export (though when I used vcards is a long time ago, I can't remember if that was smooth,

contact management in emacs

2021-02-27 Thread Alan Schmitt
Hello, This may be slightly off-topic for the list, but as I’m considering org-contacts for my question, I hope it will be of interest here. I would like to migrate my contact management to emacs, as I’m already using it for email. My requirements are the following ones: - address completion in

Simple org-publish configuration example in manual does not work

2021-02-27 Thread dalanicolai
Hello, sorry for sending this email directly, but currently sending mail from Emacs does not work correctly. I was trying out the org-publishing functionality, but I found that the first example in the documentation given at https://orgmode.org/manual/Simple-example.html#Simple-example does not