[O] Asks user what to do with each tangle-file before overriding?

2017-06-15 Thread Chunyang Xu
Hi, Currently 'C-c C-v C-t' ('org-babel-tangle') simply overrides existing tangle-file, I would like org to ask me what to do? such as a) yes (override) b) no (don't override) c) show the diff then ask again In addition, if there is no diff (i.e., having the same contents), user can choose

Re: [O] Bug in org-insert-link

2017-06-15 Thread Nicolas Goaziou
Hello, Dieter Faulbaum writes: > I think in the function org-insert-link (Org mode version 9.0.8) is a > bug: > If I use bbdb for a link, there shouldn't be any "converting" of > characters (like ' ' -> %20 and all the umlauts too). With this > converting an

[O] Just sharing another orgmode use: usability tests

2017-06-15 Thread Eduardo Mercovich
Dear all. We all know that emacs+orgmode are not tools, but meta-tools. This is why it can be so daunting at first(*1) and totally awesome in the long run. ;) This mail is just to share with you another great application of orgmode: usability tests. For those of you who never experienced

Re: [O] [PATCH] Add a custom list in org-mac-link.el

2017-06-15 Thread Nicolas Goaziou
Takaaki Ishikawa writes: > Thank you for your kind feedback. Please find my comments below. Thank you for the quick answer. > Updated docstring is > > "Alist of descriptors. Each descriptor consists of four elements to build > the link grabber menu in the minibuffer. A

Re: [O] [PATCH] Add a custom list in org-mac-link.el

2017-06-15 Thread Takaaki Ishikawa
Dear Nicolas, Thank you for your kind feedback. Please find my comments below. > +(defcustom org-mac-link-descriptors > > + `(("F" "inder" org-mac-finder-insert-selected > ,org-mac-grab-Finder-app-p) > > +("m" "ail" org-mac-message-insert-selected > ,org-mac-grab-Mail-app-p) > > +("d"

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-15 Thread Kaushal Modi
On Thu, Jun 15, 2017 at 12:07 PM Nicolas Goaziou wrote: > We do not need this dependency. In particular, there is already > `org-trim'. > OK, switch from string-trim to org-trim. Thanks. > It is confusing to provide two ways to achieve the same action. I'd > rather

[O] Bug in org-insert-link

2017-06-15 Thread Dieter Faulbaum
I think in the function org-insert-link (Org mode version 9.0.8) is a bug: If I use bbdb for a link, there shouldn't be any "converting" of characters (like ' ' -> %20 and all the umlauts too). With this converting an entry is not found in bbdb if you click on it (and the tooltip looks ugly too,

[O] Encrypt attachments

2017-06-15 Thread Marcelo de Moraes Serpa
Hi there, I currently use org-encrypt to encrypt entries and epa to encrypt entire org files successfully. I was wondering though, if org supports any out-of-the-box encryption feature for attachments. I've been using an encrypted file volume on OSX for attachments. The nice thing about the enc.

Re: [O] [PATCH] Add a custom list in org-mac-link.el

2017-06-15 Thread Nicolas Goaziou
Hello, Takaaki Ishikawa writes: > I tried to generate a patch for this proposal. Please find an attached > file. Thank you. > +(defcustom org-mac-link-descriptors > + `(("F" "inder" org-mac-finder-insert-selected ,org-mac-grab-Finder-app-p) > +("m" "ail"

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-15 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > On Thu, Jun 15, 2017 at 9:10 AM Kaushal Modi wrote: > >> The patch based off latest master is attached. Please review. Thank you. Some comments follow. > This patch adds a dependency on subr-x library for

Re: [O] org-link-minor-mode.el broken by recent org maint

2017-06-15 Thread Stefan-W. Hahn
Mail von Samuel Wales, Wed, 14 Jun 2017 at 12:35:42 -0700: > On 6/8/17, Stefan Hahn wrote: > > Please see: > > > > https://github.com/swhahn/org-link-minor-mode > > this looks great! thanks! Thank you. > > getting compilation issues: > > In

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-15 Thread Kaushal Modi
On Thu, Jun 15, 2017 at 9:10 AM Kaushal Modi wrote: > The patch based off latest master is attached. Please review. > Here's the same patch with one fix.. support white space around the "-"/"hold" arg. This patch adds a dependency on subr-x library for string-trim

Re: [O] [PATCH] Add a custom list in org-mac-link.el

2017-06-15 Thread Takaaki Ishikawa
Dear Nicolas and all, I tried to generate a patch for this proposal. Please find an attached file. If you have any comments or suggestions on the file, feel free to ask me. Best, Takaaki Takaaki ISHIKAWA GITI, Waseda University :) http://about.me/takaxp 2017-06-15 1:37

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-15 Thread Kaushal Modi
On Wed, Jun 14, 2017 at 3:47 PM Nicolas Goaziou wrote: > I think it is better since resetting, setting and holding are mutually > exclusive. Thanks. > With tests, please! :) > Of course :) The patch based off latest master is attached. Please review. -- Kaushal

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-15 Thread Kaushal Modi
On Thu, Jun 15, 2017 at 8:40 AM Bastien Guerry wrote: > Kaushal Modi writes: > > > Before I commit this to master, I was thinking that this patch looks > > safe enough for the maint branch. If there are no objections, I can > > commit this to maint and

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-15 Thread Bastien Guerry
Kaushal Modi writes: > Before I commit this to master, I was thinking that this patch looks > safe enough for the maint branch. If there are no objections, I can > commit this to maint and merge to master. Sure, please go ahead. Thanks! -- Bastien

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread Bastien Guerry
"numbch...@gmail.com" writes: > Here is the patch The patch needs to have a proper changelog. You can read http://orgmode.org/worg/org-contribute.html#patches carefully for details. Thanks! -- Bastien

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-15 Thread Kaushal Modi
On Thu, Jun 15, 2017, 2:19 AM Bastien Guerry wrote: > Kaushal, thanks for the fix, please go > ahead and commit it. > Before I commit this to master, I was thinking that this patch looks safe enough for the maint branch. If there are no objections, I can commit this to maint and

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread numbch...@gmail.com
I have resend it to your privately in email attachment. Thanks. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu,

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread numbch...@gmail.com
Here is the patch #+BEGIN_SRC diff >From 8bea0293ae22046bd4878a0ef9add5acd074bfde Mon Sep 17 00:00:00 2001 From: stardiviner Date: Thu, 8 Jun 2017 18:24:53 +0800 Subject: [PATCH] add ob-sclang for sclang Org-mode babel support --- contrib/lisp/ob-sclang.el | 102

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread Bastien Guerry
"numbch...@gmail.com" writes: > Sorry, update SSH public key: Please resend it as an attachment in a private email. Thanks, -- Bastien

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread numbch...@gmail.com
Sorry, update SSH public key: The previous message ssh public key is generated from command: `ssh-add -L`. This one is from `cat ~/.ssh/id_rsa.pub` ``` ssh-rsa

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread numbch...@gmail.com
@Bastien my SSH public key is: ``` ssh-rsa

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-15 Thread Bastien Guerry
Hi, if you need commit access to org-mode to add code to contrib/, please send me your public key (the one in ~/.ssh/id...). Best, -- Bastien

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-15 Thread Bastien Guerry
Hi Paul, thanks for the follow-up -- Kaushal, thanks for the fix, please go ahead and commit it. Best, -- Bastien