Re: [O] 45048eb78359fc742097982fc1adc5ca5e4b2509 Fix `C-e' with visible lines and arguments

2017-04-30 Thread Clément Pit-Claudel
On 2017-04-30 16:28, Nicolas Goaziou wrote: > Have you tried C-S-RET? I have not :) Thanks a lot!

Re: [O] 45048eb78359fc742097982fc1adc5ca5e4b2509 Fix `C-e' with visible lines and arguments

2017-04-30 Thread Nicolas Goaziou
Hello, Clément Pit-Claudel writes: > Hi all, > > Commit 45048eb78359fc742097982fc1adc5ca5e4b2509 (Fix `C-e' with > visible lines and arguments, > http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=45048eb78359fc742097982fc1adc5ca5e4b2509) > breaks my usual org-mode workflow, in which I commonly

[O] 45048eb78359fc742097982fc1adc5ca5e4b2509 Fix `C-e' with visible lines and arguments

2017-04-30 Thread Clément Pit-Claudel
Hi all, Commit 45048eb78359fc742097982fc1adc5ca5e4b2509 (Fix `C-e' with visible lines and arguments, http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=45048eb78359fc742097982fc1adc5ca5e4b2509) breaks my usual org-mode workflow, in which I commonly press C-e to go past the ellipses of a folde

Re: [O] Specifying document-specific settings: line breaks and unusual spacing

2017-04-30 Thread GRAWeeLD
I tried something like this: #+FREE_FLOW U n res train ed text #+FREE_FLOW and while this did admittedly came somewhat closer to what I desire by exporting the escaped characters and new lines as being a little smaller than those which were typed normally. This, however, stil

[O] displaying icons in heading or subheadings

2017-04-30 Thread Cédric ODY
Hi, I'd like to be able to display icons just after the stars in heading or subheadings, by defining the icon as a property. For instance * Emacs heading :PROPERTIES: :ICON: /tmp/emacs.png :END: I have tried something like #+BEGIN_SRC elisp :results value raw (let ((parsetree (org-el

[O] [PATCH] Resolving %bibtex vs %bib inconsistency

2017-04-30 Thread Mohammad Alaggan
Hi, I believe there’s a bug in org-mode 9.0.5 in LaTeX export, when substituting the template parameters in org-latex-pdf-process. To reproduce 1. Create conf.el file containing: (add-to-list 'load-path "/path/to/org-plus-contrib-20170210") (require 'ox-latex) (setq org-latex-p

[O] Specifying document-specific settings: line breaks and unusual spacing

2017-04-30 Thread GRAWeeLD
Hello Org-Mode community, I am rather new to Org-mode itself and have still a lot to read about in the official manual, but I cannot seem to find a method for specifying document specific behaviour in Org-Mode. For example, if I want all line breaks to be exported exactly with the same indentatio

[O] [R]Somehow orgmode doesn't export code to pdf in MINTED environment!

2017-04-30 Thread vendo.li...@libero.it
Hello again, I've opened my .emacs file and "refreshed" it by clicking on the menu Emacs-Lisp > Evaluate Buffer. After doing this, somehow EMACS now knows it must put code within MINTED environment in the .tex file and not use LISTINGS instead. I guess Nick was right -- my EMACS doesn't see its

[O] Somehow orgmode doesn't export code to pdf in MINTED environment!

2017-04-30 Thread vendo.li...@libero.it
Hello, I've already posted a few days ago on my MINTED problem. On someone's suggestion on this mailing list, I cleared up my init file and only left the following settings: - (server-start) ; (add-hook 'LaTeX-mode-hook 'turn-on-reftex) (setq reftex-plug-into-AUCTeX t) ;;; a key for

[O] org-export-preprocess-apply-macros ?

2017-04-30 Thread D Bro
Is this still a thing? I can’t seem to find it anywhere but a very few online references, no where in the org code, and it doesn’t seem work… https://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg00857.html (add-hook 'org-babel-tangle-body-hook (lambda () (org-export-preprocess-apply-m

Re: [O] More clocktable breakage

2017-04-30 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > That's what I've been asking the whole time: when you changed that > predicate, you've basically cut off some of its consumers. It looks > like bad factoring to me to then splitting the same predicate based on > some argument. I'd rather pull out the old sloppy mat