Re: [O] [bug] exporting to org corrupts outline

2014-08-28 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: don't know if i am doing something wrong, but i tried a few variants both programmatically and interactively. * exporting i exported 1 as a subtree to org: *** 1 * 2 *** 3

Re: [O] [RFC] [PATCH] ox-latex: support :float no with caption for minted listings

2014-08-28 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: The other application I can think of is to allow captioned images and tables not to float. The LaTeX world is full of tutorials on how to un-float floating images and tables, but IME the org community doesn’t ask for this. (perhaps they

Re: [O] [RFC] [PATCH] org.el: fix ‘org-buffer-property-keys’

2014-08-28 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: + (unless (eq (org-element-type (org-element-at-point)) 'property-drawer) + (throw 'cont nil)) (setq range (or (org-get-property-block) (if (y-or-n-p (format

Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-28 Thread Nicolas Goaziou
Hello, REN Lifeng renlif...@gmail.com writes: Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does not work as the docstring says. Steps to reproduce the problem follows. - emacs -q - (find-file test.org) - insert a header, clock in (say 15:39) - clock out after more

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-28 Thread Nicolas Goaziou
Hello, Federico Beffa be...@ieee.org writes: In any case, I've updated my git repository (less than 24h ago) and recreated the patch. I've tested it and believe it is working. Why don't you give it a try. It's not such a disruptive change. I looked at the patch. You are still applying it on

Re: [O] words from radio links are not visible when exporting subtrees

2014-08-28 Thread Daniel Clemente
El Thu, 28 Aug 2014 01:06:43 +0200 Nicolas Goaziou va escriure: * word * aaa ** export only this subtree (you'll lose a word) ABC Go to the „**“ and use C-c C-e C-s h H (export subtree to HTML). The result has the word „word“ missing from title and header: titleexport only

[O] Agenda: mark to inserted item

2014-08-28 Thread Tory S. Anderson
In Agenda view, after inserting an item (e.g. with I d) the mark should be moved the the new item so that I can immediately edit or give it a time/todo state (e.g. pressing ) instead of needing to search to locate the new item. How can this be implemented? Thanks, - Tory

[O] Bug: Feature request: make length of history in org-clock-select-task customizable [8.2.7c (8.2.7c-51-g896fa6-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20140825/)]

2014-08-28 Thread Christoph LANGE
Dear developers, I would like to ask you to consider the following feature request: to make the length of the history of recent tasks in org-clock-select-task customizable. If I understand correctly, this should be as straightforward as replacing the three occurrences of the hard-coded

Re: [O] contribute: three pane mode for org

2014-08-28 Thread Ernesto Durante
Thorsten Jolitz tjol...@gmail.com writes: Hi Thorsten, Great package. Thanks for all your explanation. Ernesto Are you aware of navi-mode.el? It does exactly this - put the overview (- content) in a second window next to the details (- showall). Only that the overview is a *Navi* buffer

Re: [O] babel: ob-C with Visual C++ and compilation-mode

2014-08-28 Thread Eric Schulte
Ernesto Durante stobos...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Ernesto Durante stobos...@gmail.com writes: Perhaps a new header argument should be added for C-Family languages which will inhibit this main wrapping behavior? -- Eric Hi Eric, According to me, we

Re: [O] [PATCH] babel: ob-C with Visual C++ and compilation-mode

2014-08-28 Thread Eric Schulte
Ernesto Durante stobos...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Hi Eric, You will find in attachment three patches Hi Ernesto, Thank you for sending these along, they look great. + First patch, modify org-babel-eval to load compilation-mode in case of errors

Re: [O] Bug: Feature request: make length of history in org-clock-select-task customizable [8.2.7c (8.2.7c-51-g896fa6-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20140825/)]

2014-08-28 Thread Subhan Michael Tindall
Try (setq org-clock-history-length n) In your .emacs I believe the max on the list length is 35, but I could be wrong. If I'm understanding your question correctly this should address your issue. -Original Message- From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org

Re: [O] babel: ob-C with Visual C++ and compilation-mode

2014-08-28 Thread Thierry Banel
Le 24/08/2014 14:57, Ernesto Durante a écrit : I have worked with VTK (the visualization toolkit). It is like babel and allows differents block to be chained and evaluated on demand. Very interesting software. Thanks for sharing.

Re: [O] make orgtbl-ascii-plot easier to install

2014-08-28 Thread Thierry Banel
Hi Nicolas. This new patch takes into account all your feedback. Thanks again for the time spent ! Thierry Le 28/08/2014 01:28, Nicolas Goaziou a écrit : You forgot a space at the end of the sentence. Actually, this is the case in all your docstrings. Right. Fixed. Use

[O] Beamer export of columns should use \columnwidth

2014-08-28 Thread Julien Cubizolles
For the moment, the :BEAMER_COL: property of a heading is exported as a \textwidth argument to the column environment of beamer like: --8---cut here---start-8--- \begin{columns} \begin{column}{0.5\textwidth} \end{column} \end{columns} --8---cut

[O] Using Buffer name in :include export property

2014-08-28 Thread Julien Cubizolles
I'm using the following elisp source block in my org files to choose the publication options. --8---cut here---start-8--- (setq org-publish-project-alist '((TeX :base-directory ./ :publishing-directory ./

Re: [O] Using Buffer name in :include export property

2014-08-28 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: I'm using the following elisp source block in my org files to choose the publication options. (setq org-publish-project-alist '((TeX :base-directory ./ :publishing-directory ./ :publishing-function

[O] org-image-actual-width has no effect

2014-08-28 Thread Claudius Mueller
Hello, I have trouble getting org-mode to scale inline images. Using (setq org-image-actual-width 100) in my .emacs file has no effect on image size. I am using emacs 24.3 in openSUSE 13.1. I have not compiled emacs myself, but the core imagemagick libraries are part of the dependencies,

Re: [O] org-image-actual-width has no effect

2014-08-28 Thread Charles Philip Chan
On 28 Aug 2014, claudius.muel...@gmail.com wrote: I am using emacs 24.3 in openSUSE 13.1. I have not compiled emacs myself, but the core imagemagick libraries are part of the dependencies, which makes me assume that it's been compiled with imagemagick support. No, the Emacs in OpenSuSE 13.1

Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-28 Thread REN Lifeng
On Thu, Aug 28, 2014 at 5:52 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, REN Lifeng renlif...@gmail.com writes: Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does not work as the docstring says. Steps to reproduce the problem follows. - emacs -q -