Re: [O] Orgmode fails to export specific web-links as latex/pdf

2013-07-16 Thread Yury Bulka
://commons.wikimedia.org/wiki/File:Бузок.ogg}} I.e. for some reason the href gets url-decoded. Such links don't work in evince. 2013/7/16, Yury Bulka : > A quick related observation. Consider this Org-mode link: > [[https://commons.wikimedia.org/wiki/File:Lysenko-Lullaby_(%C2%AB%D0%9F%D1%96%D1%81%D0%BD%D1%8

Re: [O] Orgmode fails to export specific web-links as latex/pdf

2013-07-16 Thread Yury Bulka
A quick related observation. Consider this Org-mode link: [[https://commons.wikimedia.org/wiki/File:Lysenko-Lullaby_(%C2%AB%D0%9F%D1%96%D1%81%D0%BD%D1%8F_%D0%BF%D1%80%D0%B8_%D0%BA%D0%BE%D0%BB%D0%B8%D1%81%D1%86%D1%96%C2%BB).ogg][https://commons.wikimedia.org/wiki/File:Lysenko-Lullaby_(«Пісня_при_кол

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Yury Bulka
I believe you should put the \bibliographystyle and \bibliography commands at the end of the document before \end{document}. Next, to compile the file, you should first run pdflatex YOURFILE.tex, then run bibtex YOURFILE (without extension or with .aux), and then again pdflatex, possibly twice. T

[O] Ukrainian language export strings (patch attached)

2012-04-01 Thread Yury Bulka
Dear Org-mode developers, I want to send you a little patch containing the export strings (like "Author", "Table of Contents" etc.) for Ukrainian. Hope it can be useful. All best, Yury diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 1ce..3752f66 100644 --- a/lisp/org-exp.el +++ b/lisp/