Re: Problems getting org-macs.el macros to be loaded

2022-11-30 Thread Bram Adams
Hi, I updated to a newer 29 release branch commit, and now things work, must have been a glitch. Kind regards, Bram Adams On 30-11-22 2:07 p.m., Bram Adams wrote: Hi, I just built the latest Emacs 29 version from the upstream release branch, which comes with org 9.6-3-ga4d38e (no other

Problems getting org-macs.el macros to be loaded

2022-11-30 Thread Bram Adams
eading-components org-read-date)   :diminish org-indent-mode   :mode (("\\.org$" . org-mode))   :init   (add-hook 'org-load-hook     #'+org-init-babel-lazy-loader-h)   :config   [...]   ) == Any ideas what could go wrong? Kind regards, Bram Adams

Re: Bug (with fix): org-tempo-add-block incorrectly inserts comma before next `#+begin_src' during expansion [9.3.2 (9.3.2-8-g47b104-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20200127/)]

2020-02-03 Thread Bram Adams
#+begin" > with a comma. > > Looking at the second '>, I think there is no need for it here (it > means: "indent the line"), so we're safe removing it without touching > `org-edit-src-code' for now. OK, makes sense, thanks! Kind regards, Bram Adams > I still

Re: Bug (with fix): org-tempo-add-block incorrectly inserts comma before next `#+begin_src' during expansion [9.3.2 (9.3.2-8-g47b104-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20200127/)]

2020-02-03 Thread Bram Adams
Hi Bastien, >> Are you referring to commit cad2a6a588? > > Yes, this commit. I applied the commit, but still encounter the same issue, unless I disable `org-src-tab-acts-natively’ or remove ‘> in the org-tempo macro. Kind regards, Bram Adams

Re: Bug (with fix): org-tempo-add-block incorrectly inserts comma before next `#+begin_src' during expansion [9.3.2 (9.3.2-8-g47b104-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20200127/)]

2020-02-03 Thread Bram Adams
Hi Bastien, > this should be fixed now in maint and master. Thanks for looking into this. > I implemented a different fix, please test it and report > any problem. Are you referring to commit cad2a6a588? Kind regards, Bram Adams

Re: Bug (with fix): org-tempo-add-block incorrectly inserts comma before next `#+begin_src' during expansion [9.3.2 (9.3.2-8-g47b104-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20200127/)]

2020-02-02 Thread Bram Adams
s-natively’ set. > Hope, there will be some progress. Yes, hopefully removing the `’>’ in org-tempo.el is only a temporary hack (cannot use `org-insert-structure-template’ due to other templates). Thanks for the quick reply, Bram Adams > Bram Adams writes: > >> Hi, >>

Bug (with fix): org-tempo-add-block incorrectly inserts comma before next `#+begin_src' during expansion [9.3.2 (9.3.2-8-g47b104-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20200127/)]

2020-02-02 Thread Bram Adams
(format "Insert a %s block" name) 'org-tempo-tags))) === Removing the second `’>’ on line 125 fixes the issue. Kind regards, Bram Adams === === === Emacs : GNU Emacs 26.3 (build 1, x86_64-apple-darwin17.7.0, Carbon Version 158 A