Re: [O] [PATCH] Re: links-9.0 v3

2016-08-07 Thread Robert Klein
Hi, attached are Patches for contrib except ox-bibtex.el and org-velocity.el. Some files are spitting out errors during compile, some of those probably vanish if you require the stuff they depend on. I modified Matt's patch to also open eww links with eww (but this could also be something with `

[O] Reanalyzing archived TO-DOs

2016-08-07 Thread Avery Chan
Hey all, First I want to apologize for emailing this group. I tried searching the mail archives, but: • Gmane is down. • The lists.gnu.org search is broken; using the keyword ‘archive’ as the search string leads to 0 references. I also did the prerequisite Google and se

Re: [O] Bug: MobileOrg pull broken

2016-08-07 Thread Ian Dunn
Nicolas Goaziou writes: > Hello, > > Ian Dunn writes: > >> I stepped through org-mobile-apply using Edebug and found that the >> problem is with "(eval cmd)" in org-mobile.el, line 889. It fails with >> the error "(void-variable data)". I don't know why this is happening, >> but I've include

[O] ox-md.el: Export TOC and Footnotes as Markdown rather than HTML

2016-08-07 Thread Jake Romer
Hi all, I notice that in Org 8.3, `org-md-export-as-markdown` and `org-md-export-to-markdown` render a document's Table of Contents and Footnotes sections as HTML rather than Markdown. I have a couple of patches that change this behavior so that both are rendered as Markdown. I'd love to hear any

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-07 Thread John Kitchin
That looks like the correct fix for org-eww.el. What is the protocol for fixing the contrib packages? I can take a pass at doing it if it is ok. Matt Lundin writes: > Thanks, John, for improving link functionality in org-mode! > > I just discovered that this change breaks the contrib files tha

Re: [O] Scaling of image previews in org-mode

2016-08-07 Thread John Kitchin
I use this code here: https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L957 to provide inline scaling in Emacs when it is not built with imagemagick. Johannes Brauer writes: > Hi! > > If I insert a jpg in my org-mode document, I can preview it but not scale its > width, like so: > >

Re: [O] Bug: MobileOrg pull broken

2016-08-07 Thread Nicolas Goaziou
Hello, Ian Dunn writes: > I stepped through org-mobile-apply using Edebug and found that the > problem is with "(eval cmd)" in org-mobile.el, line 889. It fails with > the error "(void-variable data)". I don't know why this is happening, > but I've included a simple fix for this that passes

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-07 Thread Nicolas Goaziou
Hello, Yichao Woo writes: > Using command org-dblock-update in the following piece of org-mode text > result in emacs hanging (but can exit using C-g key combo). The primary > reason I found for the issue is the use of ‘:tags “hello”. If I remove > it, the report will be generated. > > here is t

[O] bibliography html export

2016-08-07 Thread Johannes Brauer
Using ox-bibtex for bibliography html export I always get the complete content of my .bib file under the headline References. How can I achieve that the bibliography contains only the references cited in the org file? Johannes

Re: [O] Error with inline image resizing

2016-08-07 Thread John Kitchin
You could try this approach https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L957 to line 1109. It uses the external ImageMagick command mogrify to resize the images. It monkeypatches org-display-inline-images to do that. Takeshi Teshima writes: > Hi all, > > When I try to show inli

Re: [O] Documentclass for latex preview images

2016-08-07 Thread John Kitchin
See the variable org-format-latex-header. Maik Schünemann writes: > Hi, > > Is there an option to set the documentclass that is used in temporary files > to create latex preview images? > > I am writing math texts with org mode and am using amsthm for theorems etc > and let them be counted by ch

Re: [O] Two small org-src patches

2016-08-07 Thread Clément Pit--Claudel
In 2016-08-07 15:16, Clément Pit--Claudel wrote: > The two attached patches add this feature. There was a small mistake in the first patch; I have reattached both of them. From 41263e53a58fe43a123e00b5ee2ce459f1b1274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pit--Claudel?= Date: Su

[O] Two small org-src patches

2016-08-07 Thread Clément Pit--Claudel
Hi emacs-orgmode, I use prettify-symbols-mode heavily, and prettification isn't currently copied by org-src's native fontification. The two attached patches add this feature. You can test them by enabling global-prettify-symbols-mode and creating an emacs-lisp code block in org-mode. I already