Re: `with` as a list.

2020-05-31 Thread Kyle Meyer
Mario Frasca writes: > On 31/05/2020 19:19, Kyle Meyer wrote: >> You've been sending a diff, >> presumably from the point you branched off of to the tip of your branch. >> In that case, you're already presenting each iteration you've sent as >> one change; it just lacks a commit message. > >

Re: [PATCH] ob-sql: Respect database param when using dbconnection

2020-05-31 Thread Kyle Meyer
Daniel Kraus writes: > I use ob-sql with the :dbconnection param so I don't have my username and > password in my org file. > But often I don't want to use the default database from the dbconnection > alist but > rather specify it explicitly with :database. > Attached is a patch that fixes

Re: `with` as a list.

2020-05-31 Thread Mario Frasca
On 31/05/2020 19:19, Kyle Meyer wrote: You've been sending a diff, presumably from the point you branched off of to the tip of your branch. In that case, you're already presenting each iteration you've sent as one change; it just lacks a commit message. right, that's indeed what I did, and

Bug: org-collect-keywords is void when config uses org-babel-load-file [9.3.6 (release_9.3.6-683-g3b2de4 @ /home/eric/.emacs.d/straight/build/org/)]

2020-05-31 Thread Eric Berquist
When loading a configuration using `(org-babel-load-file (concat user-emacs-directory "config.org"))` in `init.el`, this message is reported: org-export--get-inbuffer-options: Symbol’s function definition is void: org-collect-keywords and export doesn't work. The last commit that didn't

Re: [PATCH v2] Re: [BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-31 Thread Matthew Lundin
stardiviner writes: > Matthew Lundin writes: > >> >> I think you also need to replace the newline with a space in the upper >> case version. >> > Supposed there is \n after #+end_src. I also checked the original version > before > that change commit. The original has an newline. I write patch

Re: [PATCH v2] Re: [BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-31 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthew Lundin writes: > stardiviner writes: > >> I updated the patch commit message. >> >> From b0bdf52a305cb5f9663ee1dc2d08c5de6c7cb602 Mon Sep 17 00:00:00 2001 >> From: stardiviner >> Date: Sun, 31 May 2020 10:59:41 +0800 >> Subject: [PATCH]

Re: `with` as a list.

2020-05-31 Thread Kyle Meyer
Mario Frasca writes: > On 30/05/2020 16:29, Mario Frasca wrote: >> I hope to be back soon with a single commit... > > one doubt.  what's the point of having me squash all in a single commit, > when I do not have write access to the repository?  To provide me or another committer with a

Re: org.elc failed to define function orgstruct-mode

2020-05-31 Thread Dmitrii Korobeinikov
> M-x orgstruct-mode > I get the error: > command-execute: Autoloading file > /usr/share/emacs/site-lisp/org/org.elc failed to define function > orgstruct-mode Interesting, with --no-site-lisp flag there's no error and the orgstruct-mode seems to load just fine... вс, 31 мая 2020 г. в 22:51,

Re: Contact data and sync revisited

2020-05-31 Thread Russell Adams
On Sun, May 31, 2020 at 10:52:52PM +0200, rey-coyrehourcq wrote: > There is probably something to do using EteSync end-to-end > Cardav/Caldav FOSS program https://www.etesync.com/ : That's very interesting, I hadn't seen that one. I'm not sure I care for their "sign up" model, but much like Jitsi

Re: Contact data and sync revisited

2020-05-31 Thread rey-coyrehourcq
Hi, There is probably something to do using EteSync end-to-end Cardav/Caldav FOSS program https://www.etesync.com/ : - android / ios client - contacts management - task management and task.org compatibility : https://blog.etesync.com/tasks-org-adds-etesync-support/ - dav bridge / radicale :

Re: `with` as a list.

2020-05-31 Thread Mario Frasca
On 30/05/2020 16:29, Mario Frasca wrote: I hope to be back soon with a single commit... one doubt.  what's the point of having me squash all in a single commit, when I do not have write access to the repository?  if we were on github, I would be working on a pull request, which would have a

Re: Contact data and sync revisited

2020-05-31 Thread Russell Adams
On Sun, May 31, 2020 at 07:49:20AM -1000, Bob Newell wrote: > I was able to reproduce 100% of my (text mode) emacs > environment on an Android tablet, an Android phone, and a > Chromebook running an Android subsystem. I use rsync to a > cloud service for two-way sync among eight varied devices

Re: Contact data and sync revisited

2020-05-31 Thread Bob Newell
Russell Adams writes: > My key problem is I need a way to access my contacts in Emacs and Mutt, and > send > them to my Android phone. Single direction sync is fine. Aloha, I've probably mentioned this before in past postings, but there is a comprehensive solution for Android if you install

Re: Contact data and sync revisited

2020-05-31 Thread Eric Abrahamsen
Russell Adams writes: > I've been trying to find the best way to manage my contacts. I've dabbled with > org-contact and using an Org file with property drawers, I've dabbled with > BBDB. I've looked at standalone programs. > > My key problem is I need a way to access my contacts in Emacs and

Re: [PATCH] ob-haskell: Line Continuations Mangle Block Output

2020-05-31 Thread Nick Daly
Hi Kyle, thank you again for your help and analysis. In summary, org-mode needs no patches, but inf-haskell's comint-prompt-regexp needs updates. I'll follow up with the inf-haskell maintainers. > inf-haskell used to set comint-prompt-regexp in the body of > inferior-haskell-mode... This

org.elc failed to define function orgstruct-mode

2020-05-31 Thread Dmitrii Korobeinikov
Hi! When I try M-x orgstruct-mode I get the error: command-execute: Autoloading file /usr/share/emacs/site-lisp/org/org.elc failed to define function orgstruct-mode Org mode version 9.3.6 (release_9.3.6-449-gb99357 @ /usr/share/emacs/site-lisp/org/) GNU Emacs 26.3 (build 1,

Re: [PATCH v2] Re: [BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-31 Thread Matthew Lundin
stardiviner writes: > I updated the patch commit message. > > From b0bdf52a305cb5f9663ee1dc2d08c5de6c7cb602 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 31 May 2020 10:59:41 +0800 > Subject: [PATCH] fix 5f0a9cca3 missing space > > * lisp/ob-core.el (org-babel-demarcate-block):

Re: Contact data and sync revisited

2020-05-31 Thread Matthew Lundin
Russell Adams writes: > Unfortunately looking at the options keeps coming back to how poor > general support for CardDAV and vcard files is. In particular, the > popular vdirsyncer tool is now looking for a new maintainer, and I had > the impression from his list of grievances he might drop it

Re: Splitting large org file into smaller ones

2020-05-31 Thread John Kitchin
This seems like an important thing to get right, so I would hesitate to do this very automatically. I would write a function that does what you want, maybe like this: #+BEGIN_SRC emacs-lisp (defun subtree-to-file () (interactive) (org-narrow-to-subtree) (goto-char (point-min)) (let*

Re: Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-05-31 Thread Ihor Radchenko
>> So, there's a lot we need to fix here :/ Everything is back to normal regarding my bug report on master. I guess the patch moving org-get-outline-path did the trick. This should be closed. Best, Ihor Kyle Meyer writes: > Kyle Meyer writes: > >> There's also a 'make single' target that

How to supply multiples of a custom src block header arg

2020-05-31 Thread George Mauer
It would seem that `:var` in src blocks gets special treatment. I am hacking on ob-racket trying to add the ability to require from a header (the `:results value` mode wraps everything in a `let` so you need something special to put requires at the top level). I do this ``` #+begin_src racket

Contact data and sync revisited

2020-05-31 Thread Russell Adams
I've been trying to find the best way to manage my contacts. I've dabbled with org-contact and using an Org file with property drawers, I've dabbled with BBDB. I've looked at standalone programs. My key problem is I need a way to access my contacts in Emacs and Mutt, and send them to my Android

Re: [PATCH] Fix org-narrow-to-subtree smaller than subtree

2020-05-31 Thread Nicolas Goaziou
Hello, Kevin Liu writes: > Good point. `org-mark-element` uses (org-element-property); I wonder if > it makes sense to have the actual :end property of a subtree be the same > as its narrowed boundary? I don't think so. This is an issue in narrowing, not in the parser. I fixed the bug in

Re: nondeterministic org-test-with-temp-text?

2020-05-31 Thread Nicolas Goaziou
Hello, Kevin Liu writes: > Relatedly, would you be willing to take a look at the bug at hand with > (org-next-visible-headline)? I just fixed it, IIUC. Thank you. Regards, -- Nicolas Goaziou

Re: using org mode to help with a construction project

2020-05-31 Thread Russell Adams
On Sat, May 30, 2020 at 06:13:01PM -0700, Ram Bhamidipaty wrote: > I am still a beginner at org mode - I am looking for ideas or > information about how I can use org mode to help me manage a > construction project. > > I have a list of contractors (name, phone, email, etc) that I want to >

Re: issue tracker?

2020-05-31 Thread Russell Adams
On Wed, May 27, 2020 at 12:59:24PM -0500, Mario Frasca wrote: > myself, I recently posted a patch, received zero reaction, and have the > impression it's now lost in the logs of this mailing list.  indeed > pretty inefficient! Have to point out, that you received replies after about a week.