RE: [Idea] Org Collections

2019-12-26 Thread Gustav Wikström
Hi, > -Original Message- > From: Roland Everaert > Sent: den 23 december 2019 14:32 > To: Gustav Wikström > Cc: emacs-orgmode@gnu.org > Subject: Re: [Idea] Org Collections > Have you had a look at org-brain. I don't use is much, but there are some > overlapping functionnality to merge,

problem with org-toggle-inline-images

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

problem with org-toggle-inline-images - SORRY - WRONG SUBJECT

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

equal syntax highlighting for publishing code blocks to html and pdf

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

Release 9.3.1

2019-12-26 Thread Bastien
Hi all, Org 9.3.1, a bugfix release, is out. Enjoy! -- Bastien

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2019-12-26 Thread Andrew Hyatt
I've been having this same issue - the issue is quite reproducible for me, and it has been for years. I just finally grew tired of the issue and decided to investigate it, and yes, the issue is org-agenda-show-new-time. I also have invisible entries in the org buffer, and the call to org-move-to-

Bug: C-c C-k show branches also expands archived headings [9.3.1 (9.3.1-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20191226/)]

2019-12-26 Thread Allen Li
-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20191226/)

Re: refile captured to all opened Org buffer files as targets

2019-12-26 Thread stardiviner
I improved command to get ride of =f.el= library function: #+begin_src emacs-lisp (defun org-refile-targets-all-files () "Use all currently opened Org buffer files as org-refile targets." (mapcar 'buffer-file-name (seq-filter ; filter Org buffers (lambda (buffer)

Re: refile captured to all opened Org buffer files as targets

2019-12-26 Thread stardiviner
Ihor Radchenko writes: > [offtopic] > >> I recently created an org-capture template for elfeed, it is finished. > > Could you share your capture template? Sure, here it is: #+begin_src emacs-lisp ;; support Org Mode Capture template (defun my/org-capture-elfeed-title () (with-current-buffe

Re: How to get parsed output of org-eww-copy-for-org-mode ?

2019-12-26 Thread stardiviner
This is very interesting, thanks. I will reference your code. Bob Newell writes: > I don't seem to have any trouble with org-eww-copy-for-org-mode. I > capture with a capture template. The code below may be longer or more > than you want, but it works for me. > > My capture template is this:

Re: refile captured to all opened Org buffer files as targets

2019-12-26 Thread Adam Porter
stardiviner writes: > I recently created an org-capture template for elfeed, it is finished. Now I > have an idea is to refile it to all currently opened Org buffer files. So I > created an function for ~org-refile-targets~ variable. > > #+begin_src emacs-lisp > (defun org-refile-targets-all-file

Re: Release 9.3.1

2019-12-26 Thread Pankaj Jangid
> Org 9.3.1, a bugfix release, is out. Is this merged into emacs-27 branch?

begin_src latex -> pdf

2019-12-26 Thread Michael Welle
Hello, this works as expected: #+begin_src latex :file foo.png :exports results :results file raw Hello, crude world #+end_src foo.png is created in the org file's directory. Shouldn't the following do the same, except with a pdf file? #+begin_src latex :file foo.pdf :exports results :results

Re: refile captured to all opened Org buffer files as targets

2019-12-26 Thread Ihor Radchenko
Thanks! org-web-tools--html-to-org-with-pandoc is an interesting idea. I was using elfeed-insert-html for this purpose. Also, note that your capture may be messed up when the rss content contains org-mode text. A real-case scenario from Stack Exchange rss: > I'd like to find a way to jump to a