On Thu, Aug 28, 2014 at 5:52 PM, Nicolas Goaziou wrote:
> Hello,
>
> REN Lifeng 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")
>> - inser
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
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,
whi
Julien Cubizolles 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 org-beam
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 "./"
:publi
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 he
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 "\\[universal-
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.
I
Try
(setq org-clock-history-length )
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
> [mail
Ernesto Durante writes:
> Eric Schulte writes:
>
>> Ernesto Durante 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 can already inhibit the wrapping with the
Ernesto Durante writes:
> Eric Schulte 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
>
Applied.
>
> + Second patch, mod
Thorsten Jolitz 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 that is
>
>
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
numbe
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
El Thu, 28 Aug 2014 01:06:43 +0200 Nicolas Goaziou va escriure:
> >
> > * <<>>
> > * 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:
>
Hello,
Federico Beffa 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 maint, while
Hello,
REN Lifeng 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 than 1 minu
Hello,
Aaron Ecay 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 "Malformed dra
Hello,
Aaron Ecay 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 implement their own sol
Hello,
Samuel Wales 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:
20 matches
Mail list logo