org-mode 7.4
MacOSX SnowLeopard
Hi. I have tried to re-set-up the MobileOrg environment using Dropbox.
I have succeeded in creating and making use of MobileOrg application before,
so the procedure of setting up should be OK.
I wrote the directory of org files and so on...
Then I implemented "or
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> Very true. I missed this. Given the indentation, the listing should
>> indeed belong to the enumeration item.
>>
>> Nicolas?
>
> If I export this:
>
> -
> * Test
> 1. Try and use =org-export-as-latex=, it will produce error seg
Hello,
I have been playing with org babel for putting results inline within an
exported latex file. A simple example is here:
--8<---cut here---start->8---
* testing inline evaluation of babel source blocks
#+srcname: benzene-chlorobenzene-relative-volati
Eric S Fraga writes:
> It does look okay but that's not what I get; same input, I get:
>
>
> \section{Test}
> \label{sec-1}
>
>
> \begin{enumerate}
> \item Try and use \verb=org-export-as-latex=, it will produce error segment.
> \end{enumerate}
> \lstset{language=C}
> \begin{lstlisting}
>MODU
Nicolas Goaziou writes:
[...]
> I've tried with a minimal setup, and I still get the correct export. If
> you confirm this, we have two options left: either you bisect your
> config until you get the offending variable, or you send me that config
> so I can do the same.
I can confirm that it wo
Eric S Fraga wrote:
> Nicolas Goaziou writes:
>
> [...]
>
> > I've tried with a minimal setup, and I still get the correct export. If
> > you confirm this, we have two options left: either you bisect your
> > config until you get the offending variable, or you send me that config
> > so I can
Hello,
for some reason, recently I have had problems getting emacs to autoload
different bits of org when required. I've tracked this down to my
org-install file having entries like this:
: (autoload 'org-babel-do-load-languages "lisp/org" " ..." t nil)
: (autoload 'org-agenda "lisp/org-agenda"
Eric S Fraga writes:
> Yes; I've found some strange behaviour that may be related to emacs
> 24.0.50.1 which I will follow up on in a different thread; for
> completeness, what version of Emacs are you using?
The good ol' 23.3.1
--
Nicolas Goaziou
Nicolas Goaziou wrote:
> Eric S Fraga writes:
>
> > Yes; I've found some strange behaviour that may be related to emacs
> > 24.0.50.1 which I will follow up on in a different thread; for
> > completeness, what version of Emacs are you using?
>
> The good ol' 23.3.1
>
I'm on 24.0.50.1, so I d
Hi Eric,
So the problem is that the results are inserted as a separate block,
when you want them to be inserted inline? If so perhaps using an
"inline" block http://orgmode.org/manual/Structure-of-code-blocks.html
would result in the desired behavior.
Please let me know if I've misunderstood the
I have one structured org file I use for school that I leave in long
lines. The capture template I have setup has \n at the end of what I
would want to be a line but is still stringing them together in one
long line until i reach my wrap point. My headline has my deadline in
it and org recognizes
Nick Dokos writes:
> Eric S Fraga wrote:
>
>> Nicolas Goaziou writes:
>>
>> [...]
>>
>> > I've tried with a minimal setup, and I still get the correct export. If
>> > you confirm this, we have two options left: either you bisect your
>> > config until you get the offending variable, or you se
Hi again,
I was referring to these functions:
- org-entry-put-multivalued-property
- org-entry-get-multivalued-property
- org-entry-add-to-multivalued-property
- org-entry-remove-from-multivalued-property
- org-entry-member-in-multivalued-property
described here:
http://orgmode.org/manual/Using-t
Hi,
The documentation for #+call is rather confusing:
It is also possible to evaluate named code blocks from anywhere in
an Org-mode buffer or an Org-mode table. #+call (or synonymously
#+function or #+lob) lines can be used to remotely execute code
blocks...
Because aparently #+call onl
Matthew Sauer wrote:
> I have one structured org file I use for school that I leave in long
> lines. The capture template I have setup has \n at the end of what I
> would want to be a line but is still stringing them together in one
> long line until i reach my wrap point. My headline has my de
Eric Schulte writes:
> Hi Eric,
Hi Eric! ;-)
> So the problem is that the results are inserted as a separate block,
> when you want them to be inserted inline? If so perhaps using an
> "inline" block http://orgmode.org/manual/Structure-of-code-blocks.html
> would result in the desired behavio
Hi,
in emacs 23.3 with the org-mode release_7.5-421-ge734e I experience an
incompatibility between org-insert-link and partial-completion-mode.
org-insert-link in an org-mode buffer results in:
"Symbol's definition is void: t"
The trace back looks like
Debugger entered--Lisp error: (void-functi
Hello,
Please find a patch for setting properties. A name is proposed when the
pointer is on a property line, the name in that line is set as default.
Changelog:
---
2011-06-22 Vincent Belaïche
* org.el (org-read-pr
I think there's an error in 'org-without-partial-completion' in org-macs.el.
The variable pc-mode gets bound to the value of partial-completion-mode - but
this is a VARIABLE (t if that mode is enabled). Funcalling the value of
the variable produces an error, unsurprisingly. This breaks insertion
Carsten Dominik writes:
>> For symmetry it seems that one should be able to specify a property
>> CLOCK_INTO_DRAWER specifically for clocking or fall back onto LOG_INTO
>> DRAWER, just like the customization variables allow one to do.
>
>
> This does make sense, can you make a patch?
I've had a c
One of the things I tried (that didn't work, otherwise I would not have
sent any e-mail) was
:PROPERTY:
:var: variable1="value1" :var variable2="value2"
:END:
I thought that maybe babel would just ask org what is the value of :var:,
put ":var" before it, and include this in the block header. Ther
Ive just found that org is capitalizing my titles in html export. [I
had not noticed this earlier]
I would like to capitalize my titles slightly differently: for example
propositions like 'to' 'with' etc I would like to leave as lowercase.
Is it possible to turn off capitalization of titles?
It seems it has been a long time since last release. Any plan to update
the orgmode included in Emacs upstream? Thanks.
Leo
Leo wrote:
> It seems it has been a long time since last release. Any plan to update
> the orgmode included in Emacs upstream? Thanks.
>
Yes - there was a short discussion a few days ago on the ML: Quaerendo
invenietis.
Nick
Eric S Fraga writes:
> Eric Schulte writes:
>
>> Hi Eric,
>
> Hi Eric! ;-)
>
>> So the problem is that the results are inserted as a separate block,
>> when you want them to be inserted inline? If so perhaps using an
>> "inline" block http://orgmode.org/manual/Structure-of-code-blocks.html
>>
25 matches
Mail list logo