[O] Exporting fuzzy links using LaTeX's autoref

2016-10-13 Thread Konstantin Kliakhandler
Hi Clément, I don’t know if you’ve found a satisfactory solution yet, but I found the following to work quite well in my case: ;; Define an export function for autoref links (defun kk/org-autoref-export (path desc format) "Export an autoref type reference for the given path" (case

[O] Exporting fuzzy links using LaTeX's autoref

2016-08-08 Thread Clément Pit--Claudel
Hi all, The LaTeX command \autoref{} produces a hyperlink that covers both the target type and its number; for example, \autoref{chap:org} produces something like _Chapter 3_. It's very similar to Chapter \ref{chap:org}, but: * "Chapter" is clickable * I can demote this chapter to a section,