Re: When will 9.4 be on orgmode/elpa ?

2020-09-18 Thread Garjola Dindi
On Fri 18-Sep-2020 at 08:57:15 +02, Detlef Steuer wrote: > Hi all, > > I use https://orgmode.org/elpa/ org-plus-contrib to stay uptodate with > org. > > As it seems GNU elpa has org-9.4. > > Normally I would be more patient, but I'm having very strange movements > of point(!) during folding/unfol

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

2020-09-18 Thread Jens Lechtenboerger
On 2020-09-18, TEC wrote: > Jens Lechtenboerger writes: > [...] > I was not aware of org-element-interpret-data, and I can't say I can > really tell what it does. If you'd care to elaborate that would be > helpful. Hi Timothy, I don’t know why that is used. For this test case: #+begin_src org

Re: [PATCH] Adaptive Org faces in headings?

2020-09-18 Thread Protesilaos Stavrou
Ihor Radchenko [2020-09-17, 16:25 +0800]: > The attached patch seems to fix the issue. > Can anyone test? I just tried this using the standard faces of 'emacs -Q' as well as custom themes. In short, the patch fixes the issue on my side. I tested whether faces on the headline would correctly in

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-18 Thread Shibu N.V
I tried with the latest stable release org 9.4 along with emacs27.1 windows binaries on windows platform. The issue persists. i shall copy the generated bug report here Emacs : GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-21 Package: Org mode version 9.4 (9.4-dist @ c:/Home/expemacsd

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-18 Thread Ihor Radchenko
I somehow missed this thread. I have a (mostly) working code achieving the same thing in my personal config. The code is below. Hope it can give you some more ideas. I am using font-lock for tag alignment. (add-hook 'org-mode-hook (lambda () (font-lock-add-keywords 'org-mode '(yant/org-align-ta

Re: creating png images in emails with org-mode

2020-09-18 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 17 Sep 2020 at 00:57, Nick Dokos wrote: >> Apparently, recent versions of ImageMagick (version 7 seems to be one) >> on (perhaps) some distros ship with a >> /etc/ImageMagick-/policy.xml file that imposes restrictions >> on what can be done. Here's an SE questi

Re: creating png images in emails with org-mode

2020-09-18 Thread Eric S Fraga
On Friday, 18 Sep 2020 at 10:08, Nick Dokos wrote: > Actually, it refers to the generation of PNG files from PDF files using > `convert' (I think). The `imagemagick' process of LaTeX preview uses > `pdflatex'to go from TeX to PDF and `convert' to go from PDF to PNG. Ah, yes, that makes sense! Tha

Re: Help debugging R source code block output problem with :session

2020-09-18 Thread Dylan Schwilk
Thanks. This patch works for my org files. On Tue 08 Sep 2020 at 12:41, Jack Kamm wrote: Hi Chuck, this is already present in `org-babel-R-evaluate-session' in the call to `org-babel-comint-eval-invisibly-and-wait-for-file'' just a couple of lines further down in the `(cl-case result-type

ORG update made Dired the only way to open folders

2020-09-18 Thread Ypo
Hi I updated to the new version of ORG, and a problem arose (although a hidden bless too): - now when I open a link to a folder, Dired is launched. This behaviour is different, before the update these links where open in an external window of Windows OS. Even when I use attach and choose to ope

Re: ORG update made Dired the only way to open folders

2020-09-18 Thread Ihor Radchenko
> Is it possible to open links to folders out of emacs? Take a look at `org-file-apps' variable. You can remove (directory . emacs) part of it to return using default system app. Best, Ihor Ypo writes: > Hi > > I updated to the new version of ORG, and a problem arose (although a hidden > ble