[O] org-mode table alignment options (siunitx S-column)

2016-02-14 Thread Michael Giepen
I would like to align the decimals of the values in the following table with siunitx "S column". #+LATEX_HEADER: \usepackage{siunitx} #+CAPTION: My caption #+ATTR_LATEX: :align lS | Column |Value | | A | 2234.2 | | B | 243.2345 |

[O] Problem with threeparttable and sidewaystable, or: change request for (org-latex-tables-centered) behaviour

2016-02-05 Thread Michael Giepen
* Problem with centering sidewaystable and threeparttable #+LATEX_HEADER: \usepackage{threeparttable} I am referring myself to an archived post about using "threeparttable" with org-mode syntax(!), without having to use a LaTeX code block: https://lists.gnu.org/archive/html/emacs-orgmode/2013

[O] org-ref: various directories

2015-05-13 Thread Michael Giepen
Hello, I just cannot get org-ref to accept various directories: I tried (setq org-ref-pdf-directory (quote ( "/home/mcg/thesis/library/folder1/" "/home/mcg/thesis/library/folder2/" "/home/mcg/thesis/library/folder3/" ))) It would also suffice if I could include subdirectories of .../thesis/l