Re: [O] [Feature Request] Add an dispatcher command (keybinding) for inserting dynamic blocks

2018-12-19 Thread stardiviner
I add code patch in attachment. Nicolas, can you review it? Any suggestion welcome. After running test with "make test", I got some failed test might related to my code changing. But I checked out the tests, have not found anywhere invoking the renamed functions. Ran 814 tests, 808 results as

Re: [O] [PATCH] org-protocol.el: Fix `org-protocol-capture' return value

2018-12-19 Thread Renato Ferreira
On Wed, 19 Dec 2018 22:17:47 +0100, Nicolas Goaziou said: > Let me know if it fixes the issue. Fixed. Thank you very much! -- Renato Ferreira

Re: [O] Bug: Add option to fontify latex blocks [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.50/lisp/org/)]

2018-12-19 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > So in order to get all this properly working: > > 1. Also ignore the limit in org-do-latex-and-related. > > 2. Install a region extension function so that multiline regions are > properly identified at the start and after syntax breaking change > (that is, at the

Re: [O] [PATCH] Suggestion to self-link headlines exported to HTML

2018-12-19 Thread Nicolas Goaziou
Hello, Toon Claes writes: > Recently I wrote a blog post on making headlines clickable when Org mode > is exported to HTML: > https://writepermission.com/org-blogging-clickable-headlines.html > > With this mail, I'd like to suggest a change to bring this feature to > the Org mode core. > > It's

Re: [O] [PATCH] org-protocol.el: Fix `org-protocol-capture' return value

2018-12-19 Thread Nicolas Goaziou
Hello, Renato Ferreira writes: > This fixes `org-protocol-capture' removing the message because protocols > with :kill-client exit it with `server-edit' causing > `server-visit-files' to receive "Item captured." which it interpret as a > file name. Thank you. I applied your patch with a slight

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-19 Thread Nicolas Goaziou
Allen Li writes: > I have worked around this locally, but I hope we can revisit this later since > it makes Org mode's user interface better. I'm not totally convinced about that. > Does it make sense for Org mode to keep a separate release branch so > new features can be worked on while a

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-19 Thread Allen Li
On Wed, Dec 19, 2018 at 6:11 AM Nicolas Goaziou wrote: > > Hello, > > Allen Li writes: > > > Okay, thanks. I guess we can see how this works out with respect to users > > like Brent using org-tags-match-list-sublevels or otherwise using > > hierarchy. > > On second thought, this may not be a

[O] Problem with references to babel source blocks (possible bug).

2018-12-19 Thread Emmanuel Charpentier
I wish to be able to reference (i. e cross-references, lists) both some tables or figures AND the code producing the objects. To this effect, I added (distinct) #+caption:s to the source blocks AND to the results, adorned with (distinct) org-ref's labels. An example ( Min-Ref.org) is included in

Re: [O] Meta : what can be sent to this mailing list ?

2018-12-19 Thread Emmanuel Charpentier
Thanks ! I'll make a sixth attempt... -- Emmanuel Charpentier Le mer. 19 déc. 2018 à 16:04, Eric S Fraga a écrit : > On Wednesday, 19 Dec 2018 at 15:39, Emmanuel Charpentier wrote: > > Could you let me know if some attachments are blocked by the list manager > > or mail server ? > > Not that I

Re: [O] Meta : what can be sent to this mailing list ?

2018-12-19 Thread Eric S Fraga
On Wednesday, 19 Dec 2018 at 15:39, Emmanuel Charpentier wrote: > Could you let me know if some attachments are blocked by the list manager > or mail server ? Not that I have seen. This email obviously got through. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442

Re: [O] Meta : what can be sent to this mailing list ?

2018-12-19 Thread Kaushal Modi
I think that emails with attachments exceeding a certain size are blocked. You might want to upload your attachments somewhere else, and simply link to them in your emails sent to this list. -- Kaushal Modi On Wed, Dec 19, 2018, 9:40 AM Emmanuel Charpentier < emanuel.charpent...@gmail.com

[O] Meta : what can be sent to this mailing list ?

2018-12-19 Thread Emmanuel Charpentier
Dear list, I have made five attempts in three days to post a question to this list. Three of them may have failed due to the use of an SMTP server flagged on one site as possible spam source. The other two has been sent via gmai. So far, none of these message have appeared on the list, and I

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-19 Thread Nicolas Goaziou
Hello, Allen Li writes: > Okay, thanks. I guess we can see how this works out with respect to users > like Brent using org-tags-match-list-sublevels or otherwise using > hierarchy. On second thought, this may not be a good idea, especially on master branch, which is close from being released.