[O] Is the ELPA repo for orgmode working?

2018-02-20 Thread Stephen Eglen
Hi, Following instructions on https://orgmode.org/elpa.html, when I list-packages, I see the following in *Messages* Importing package-keyring.gpg...done Opening TLS connection to ‘orgmode.org’... Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/certs/ca-certificates.crt -p 443 org

Re: [O] Converting AsciiDoc to org-mode, preserving index entries

2018-02-20 Thread Diego Zamboni
Hi John, Thanks - it would be indeed a one-time conversion. I may end up going this route, but I thought there should be a proper way of doing it :) Best, --Diego On Tue, Feb 20, 2018 at 1:25 AM, John Kitchin wrote: > If it is a one-time conversion, it might be worthwhile just replacing the >

[O] superscript footnote number underlined?

2018-02-20 Thread Sharon Kimble
How can I have the footnote number in an org-mode file, exported to latex and then built as a PDF file, be underlined please? I'm finding them very difficult to see when the page is printed in black on white, and I'm hoping that underlining the superscript footnote number will make it stand out mo

Re: [O] Feature request: shrink according to alignment (was Re: Org table columns without width cookies get shrunk on TAB)

2018-02-20 Thread Eric S Fraga
On Monday, 19 Feb 2018 at 12:29, Julius Dittmar wrote: [...] > This does not really mean cutting on both ends, at least not more than > org already does. Org already does add or subtract leading or trailing > whitespace as needed. The change I'd love would spell something like > "first remove all

Re: [O] Is the ELPA repo for orgmode working?

2018-02-20 Thread John Kitchin
I get this all the time on a Windows CI build (Appveyor). I think the problem is related to out of date ssl/gnutls libs, and maybe an update on emacs would fix it. I don't have a Windows machine to test this, but someone else has been documenting some of the issues and at least partial solutions a

Re: [O] Expose value-begin and value-end instead of just value in org-element API

2018-02-20 Thread John Kitchin
+1 on this. I also have some janky code to do things like go to the beginning/end of the value in a src block. Here is my solution to mark the code in a src block. (defun ob-ipython-mark-code () "Mark the code in the block." (interactive) (org-edit-special) (let ((p0 (point-min)) (p1 (poi