Re: [O] org-export-latex-final-hook not working

2016-06-24 Thread Giacomo M
Il 24/06/2016 11:33, Nicolas Goaziou ha scritto: Giacomo M writes: I found an example for html by Rasmus on the mailing list. Just adapting it to my case works. #+BEGIN_SRC emacs-lisp (defun jackjackk/org-latex-remove-section-labels (string backend info) "Remove

Re: [O] org-export-latex-final-hook not working

2016-06-24 Thread Nicolas Goaziou
Giacomo M writes: > I found an example for html by Rasmus on the mailing list. Just adapting > it to my case works. > > #+BEGIN_SRC emacs-lisp > (defun jackjackk/org-latex-remove-section-labels (string backend info) >"Remove section labels generated by org-mode" >

Re: [O] org-export-latex-final-hook not working

2016-06-24 Thread Giacomo M
Il 24/06/2016 11:11, Rasmus ha scritto: Giacomo M writes: Dear all, I am using emacs with this configuration file: #+BEGIN_SRC emacs-lisp (setq load-path (append (file-expand-wildcards "~/.emacs.d/elpa/*") load-path)) (require 'org) (require 'org-ref) (require

Re: [O] org-export-latex-final-hook not working

2016-06-24 Thread Nicolas Goaziou
Hello, Giacomo M writes: > I am using emacs with this configuration file: > > #+BEGIN_SRC emacs-lisp > (setq load-path (append (file-expand-wildcards "~/.emacs.d/elpa/*") > load-path)) > (require 'org) > (require 'org-ref) > (require 'ox-extra) > (ox-extras-activate

Re: [O] org-export-latex-final-hook not working

2016-06-24 Thread Rasmus
Giacomo M writes: > Dear all, > > I am using emacs with this configuration file: > > #+BEGIN_SRC emacs-lisp > (setq load-path (append (file-expand-wildcards "~/.emacs.d/elpa/*") > load-path)) > (require 'org) > (require 'org-ref) > (require 'ox-extra) >

[O] org-export-latex-final-hook not working

2016-06-24 Thread Giacomo M
Dear all, I am using emacs with this configuration file: #+BEGIN_SRC emacs-lisp (setq load-path (append (file-expand-wildcards "~/.emacs.d/elpa/*") load-path)) (require 'org) (require 'org-ref) (require 'ox-extra) (ox-extras-activate '(ignore-headlines)) (defun remove-orgmode-latex-labels ()