Re: [PATCH] Enhance org-html--build-meta-info

2021-01-10 Thread TEC
Jens Lechtenboerger writes: > Sorry, I still see the flycheck warning and "amp;" for "&". Maybe I accidently sent you the old patches? I'll check tomorrow. -- Timothy.

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-10 Thread John Herrlin
ian martins writes: > On Fri, Jan 8, 2021 at 11:28 AM John Herrlin wrote: > >> I would like to combine imports from header-args with imports from a >> source block. >> ... >> I didnt get the to work so I made a patch. > > John, Sorry that wasn't working. Thanks for investigating and >

Re: Display ellipsis at end of headline instead of after tags

2021-01-10 Thread Tom Gillespie
Not 100% sure about this, but take a look at the hs-set-up-overlay variable, it seems like it might be possible to customize that to achieve this behavior. Best, Tom

Re: [BUG] org-bibtex-read requires that bibtex is properly initialized

2021-01-10 Thread Eric S Fraga
On Saturday, 9 Jan 2021 at 22:45, Matthieu Lemerre wrote: > I don't know what the right fix would be though. For now I call > (bibtex-set-dialect) in my init.el, but maybe org-bibtex-read should do it? I don't know whether org-bibtex-read should do it but I also have bibtex-set-dialect in my

Re: Generated graphic not included in exported TeX/PDF

2021-01-10 Thread Eric S Fraga
Answering my own email. Turns out the problem was that I changed the default value of org-latex-pdf-process and no longer had the "-output-directory %o" part of the command. For some reason, this has not been a problem until recently. Maybe just pure luck. So, maybe check your value of

[PATCH] lisp/org-refile.el: Add mandatory when argument

2021-01-10 Thread Aaron Jensen
* lisp/org-refile.el (org-copy): When argument added --- lisp/org-refile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-refile.el b/lisp/org-refile.el index 0b44fdfa5..47f22ecc0 100644 --- a/lisp/org-refile.el +++ b/lisp/org-refile.el @@ -373,7 +373,7 @@ the *old*

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-10 Thread Jens Lechtenboerger
On 2021-01-10, TEC wrote: > Jens Lechtenboerger writes: > >> On line 1432 I get this suggestion from flycheck: >> There should be two spaces after a period (emacs-lisp-checkdoc) >> >> More importantly, I just realized that for author information, >> org-html-plain-text is applied twice, leading

[PATCH] ob-lilypond: allow user configuration of header-args

2021-01-10 Thread Jamie Bayne
Hi all, I hit the problem described in https://www.mail-archive.com/emacs-orgmode@gnu.org/msg127317.html - I couldn't see that anyone else had fixed it so I had a go. The problem is that, unusually, ob-lilypond has some conditional logic on its header-args. Its solution is to set the header-args

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-10 Thread TEC
Jens Lechtenboerger writes: > On line 1432 I get this suggestion from flycheck: > There should be two spaces after a period (emacs-lisp-checkdoc) > > More importantly, I just realized that for author information, > org-html-plain-text is applied twice, leading to "amp;" when > translating "&".

Display ellipsis at end of headline instead of after tags

2021-01-10 Thread Stefan Nobis
Hi. I would prefer to see headline ellipsis always at the end of the headline, but if tags are present, the ellipsis is drawn after the tags. So currently I have something like this: #+begin_example ,* Headline One... ,* Another Headline :tag:another:... ,* Third Headline...

Re: Bug: [patch] fix: ox-rss died when an entry had an empty date [ ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-01-10 Thread Kyle Meyer
Dr. Arne Babenhauserheide writes: > When creating an RSS feed, org-publish broke for me with > > signal(error ("Not an Org time string: ")) > error("Not an Org time string: %s" "") > org-parse-time-string("") > org-time-string-to-time("") [...] > Maybe relevant: I have date enabled in

Re: [PATCH] org-footnote: fix inserting new footnote mangling drawers (was: Re: Bug: inserting footnote when Footnotes heading has property drawer [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/user/.emacs

2021-01-10 Thread Kyle Meyer
Thanks for the initial report and the patch. TRS-80 writes: > Attached please find a very simple (one line) patch that I believe > should fix this issue. > > This patch is of course based on latest git (not my personal outdated > version) and also maint branch. I think I've got that right?

Re: [PATCH] I updated patch by deleteing duplicate tags

2021-01-10 Thread Christopher Miles
Kyle Meyer writes: > Thanks for the patch. > > stardiviner writes: > >> On Wed, Dec 2, 2020 at 5:30 PM stardiviner wrote: >> >>> The default [C-c C-q] completing tags only retrieve tags from current >>> buffer locally. >>> >>> By this patch, will merge both buffer-local tags and user defined

ox variable not set when it should be?

2021-01-10 Thread Samuel Wales
this must be user error, but i am not sure where. i have: (with-eval-after-load 'ox ;; a whole bunch of settings and defuns and stuff that ;; would cause compiler warnings if it were not after load ox (setq org-export-with-tasks nil)) and yet, when i export a subtree, the value of that

Re: [PATCH] I updated patch by deleteing duplicate tags

2021-01-10 Thread Kyle Meyer
Thanks for the patch. stardiviner writes: > On Wed, Dec 2, 2020 at 5:30 PM stardiviner wrote: > >> The default [C-c C-q] completing tags only retrieve tags from current >> buffer locally. >> >> By this patch, will merge both buffer-local tags and user defined global >> `org-tags-alist`. It

Re: [PATCH] Fix typo in f948234cb

2021-01-10 Thread Kyle Meyer
Ihor Radchenko writes: > --- > contrib/lisp/org-contacts.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied (9ea7ff5e2).

Re: [PATCH] lisp/org-refile.el: Add mandatory when argument

2021-01-10 Thread Kyle Meyer
Aaron Jensen writes: > * lisp/org-refile.el (org-copy): When argument added Thanks, but this was handled by 248dfcd71 earlier this week.

Re: [PATCH] lisp/org-refile.el: Add mandatory when argument

2021-01-10 Thread Aaron Jensen
On Sun, Jan 10, 2021 at 4:12 PM Kyle Meyer wrote: > > * lisp/org-refile.el (org-copy): When argument added > > Thanks, but this was handled by 248dfcd71 earlier this week. Ah, excellent!

Re: [BUG] [C-u C-u C-c C-o] open link with external program auto exited before child process open file

2021-01-10 Thread Christopher Miles
I tested with following code: #+begin_src emacs-lisp (let ((cmd (format "%s %s" "xdg-open" (shell-quote-argument (expand-file-name "~/Downloads/伦敦底层社会 1,2章.doc") (start-process-shell-command cmd "*org-open-file*" cmd))

Re: [BUG] [C-u C-u C-c C-o] open link with external program auto exited before child process open file

2021-01-10 Thread Christopher Miles
I found exactly same problem and some answer on this question: https://askubuntu.com/questions/646631/emacs-doesnot-work-with-xdg-open But I hope Org Mode can provide solution by default. Based on the description in answers. Is there something Org Mode can do to get around this problem?

Re: Generated graphic not included in exported TeX/PDF

2021-01-10 Thread Loris Bennett
Eric S Fraga writes: > Answering my own email. > > Turns out the problem was that I changed the default value of > org-latex-pdf-process and no longer had the "-output-directory %o" part > of the command. For some reason, this has not been a problem until > recently. Maybe just pure luck. > >