Hi all,
I'm a big fan of the LaTeX beamer export. However, now I've hit a
problem that I don't know how to solve.
In plain LaTeX beamer, every text I write between \begin{frame}
... \end{frame} is of course not in a frame but will be there if I
compile the tex file in beamer's handout mode. Tha
When exporting a file to latex, the alignment of tables within that file
specified via the in-table , or fields are not honoured. For
example:
|-+--+--+--+--|
|-+--+--+--+--|
| long header | header a | header
On Tue, Sep 6, 2011 at 9:00 PM, Eric Schulte wrote:
> Hsiu-Khuern Tang writes:
>
>> Hi Eric,
>>
>> I think your commit 20044297 caused non-leading commas to be removed
>> from src blocks. Example:
>> ...
>> My original email about this is here:
>> http://article.gmane.org/gmane.emacs.orgmode/449
Hi there,
I'm just starting to explore orgmode. I'm an experienced GTD-er (6
yrs) and have looked with interest at a few articles on using orgmode
for this. The one area I can't seem to work out is how to set a
reminder with an alarm and attach it to an entry.
Suppose I have an entry like:
**
Hsiu-Khuern Tang writes:
> Hi Eric,
>
> I think your commit 20044297 caused non-leading commas to be removed
> from src blocks. Example:
>
> =
> * test
>
> #+begin_src r
> a <- c(1
>, 2
>, 3)
> #+end_src
> =
>
> But I could
Rasmus writes:
> Bernt Hansen writes:
>
>> Rasmus writes:
>>
>>> Hi,
>>>
>>> Is is possible to have a clocktabke with times in the left-most column?
>>> The people I am doing some work for now prefer it that way for unknown
>>> reasons.
>>>
>>> This is an example
>>>
>>> | date
Hi Eric,
I think your commit 20044297 caused non-leading commas to be removed
from src blocks. Example:
=
* test
#+begin_src r
a <- c(1
, 2
, 3)
#+end_src
=
But I could be misunderstanding what "non-leading" means.
My origi
Hi Carsten,
On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik
wrote:
>
> Which of the preprocessing hooks are you using? I am still confused
> by your description, maybe you can make a small example and show
> exactly what works and what does not work?
I finally managed to isolate the issue and
On 6.9.2011, at 23:36, Rasmus wrote:
> Bernt Hansen writes:
>
>> Rasmus writes:
>>
>>> Hi,
>>>
>>> Is is possible to have a clocktabke with times in the left-most column?
>>> The people I am doing some work for now prefer it that way for unknown
>>> reasons.
>>>
>>> This is an example
>>>
Bernt Hansen writes:
> Rasmus writes:
>
>> Hi,
>>
>> Is is possible to have a clocktabke with times in the left-most column?
>> The people I am doing some work for now prefer it that way for unknown
>> reasons.
>>
>> This is an example
>>
>> | date | H
Just ignore this thread, the issue was dealt with in an identical one,
also started by me!
>> On Mon, 05 Sep 2011 17:00:13 +0100, Myles English said:
> Hello, When a python source block has a :session header argument,
> the python version selected does not appear to respect the value of
>
"Sebastien Vauban" writes:
> Hi Eric,
>
> Currently, the following does not seem possible:
>
> #+begin_src sh :results silent :exports results
> echo "I want to see this in HTML/PDF, but not in Org"
> #+end_src
>
> Is there a way to do so? That is:
> - have no results inserted in the Org file
>
Hi Martyn,
Martyn Jago writes:
> Hi
>
> Rainer M Krug writes:
>
> [...]
>
>>
>>>
>>> > And if this could be done by the user to test .emacs configuration
>>> > settings, that would be really great.
>>> >
>>>
>>> That's a good idea. Simply running the Org-mode test suite is a good
>>> way for
Hello Anton
Thanks for reporting this problem and suggesting a
workaround/solution. Can tey some alternative solutions than the one
suggested in the stackoverflow thread.
Please read on.
> Hello!
>
> Org-mode produces corrupted ODT files (date format does not pass the
> validation). Details and
Hi Bernt,
On Tue, Sep 6, 2011 at 6:09 PM, Bernt Hansen wrote:
> Hi suvayu,
>
> pdflatex -interaction=nonstopmode
> ^
> maybe?
>
I think the '=' sign is optional (which is often the case for most
*nix utilities). In any case the OP responded later that upgra
Nicolas Goaziou writes:
> Hello,
>
> Meng Wu writes:
>
>> if the agenda file contains the following title,
>>
>>
>> <2011-08-30 Tue 11:26>
>>
>>
>> which has blank title and a timestamp, then the C-c a a will fail with
>> message like this:
>>
>> org-agenda-highlight-todo: Args out of
David Maus writes:
> Attached patch fixes a small issue with
> contrib/lisp/org-elisp-symbol.el, a contributed package that defines a
> link type for elisp symbols.
Applied, thanks!
--
Bastien
suvayu ali writes:
> Hi Aaron,
>
> On Fri, Sep 2, 2011 at 2:01 PM, Aaron Hammitt wrote:
>> After some poking around I found that the default value of
>> org-latex-to-pdf-process was the problem. Placing the following in my .emacs
>> fixed the problem:
>>
>> (setq org-latex-to-pdf-process
>>
On 9/3/11 Sep 3 -12:44 PM, Sven Bretfeld wrote:
> Hi Brad
>
> I don't know anything about your question proper, but ...
>
> Brad Collette writes:
>
>> I've also been using mobileorg to get my stuff on my iphone. However, I'm
>> less
>> satisfied with that. Having to both push and pull from b
Hi Eric,
Currently, the following does not seem possible:
#+begin_src sh :results silent :exports results
echo "I want to see this in HTML/PDF, but not in Org"
#+end_src
Is there a way to do so? That is:
- have no results inserted in the Org file
- well inserted when exporting the Org file
Bes
Hi
Rainer M Krug writes:
[...]
>
>>
>> > And if this could be done by the user to test .emacs configuration
>> > settings, that would be really great.
>> >
>>
>> That's a good idea. Simply running the Org-mode test suite is a good
>> way for users to test the sanity of their local config.
>>
Hi Ben,
It looks to me like you need to install the wrapfig.sty LaTeX file
locally. I'm not sure how this would be done on OSX, but as a quick
test you could just find a copy of wrapfig.sty online and copy it to the
directory holding your .org file.
Best -- Eric
Ben Alexander writes:
> Hello
Hi Martyn,
Martyn Jago writes:
> Eric Schulte writes:
>
> Hi Eric
>
>> Martyn Jago writes:
>>
>>> Hi
>>>
>>> Some fixes to inline src block execution via org-ctrl-c-ctrl-c
>>> where point is beyond white-space in the inline src block body...
>>>
>>> * Start Pomodoro
>>> src_emacs-lisp[:result
Hi Rainer,
>
>> - exporting to some backend and checking the resulting export file
>> would either leave out some results or possibly be very brittle to
>> small changes (e.g., changes in the exporter backend)
>>
>
> This might be actually be an advantage - if changes are detected, the
> exp
Hello,
When a python source block has a :session header argument, the python
version selected does not appear to respect the value of the variable
org-babel-python-command.
In my .emacs:
(require 'org-install)
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t) ))
(setq org
Hello orgmode and latex users!
I'm trying to use a latex to write a letter, and I'm using an org
babel block to hold the original source. I've whittled down my latex
code to one word and it still isn't working for me. I've included the
code block and the pdflatex output buffer. I notice
Hello!
Org-mode produces corrupted ODT files (date format does not pass the
validation). Details and patch:
http://stackoverflow.com/questions/7299979/org-modes-odt-export-produces-corrupted-files/7304042#7304042
Regards,
Anton
On Tue, Sep 6, 2011 at 12:16 PM, suvayu ali wrote:
> I am not using org-export-preprocess-hook
> because some of the latex gets escaped during the export (e.g. {..}
> becomes \{..}).
>
Sorry I confused this with an old issue, the problem here is org
markup like /italics/ or *bold* and links don't
Rasmus writes:
> Hi,
>
> Is is possible to have a clocktabke with times in the left-most column?
> The people I am doing some work for now prefer it that way for unknown
> reasons.
>
> This is an example
>
> | date | Headline| total |
> |---
Hi Carsten,
On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik
wrote:
> Which of the preprocessing hooks are you using? I am still confused
> by your description, maybe you can make a small example and show exactly what
> works and what does not work?
>
This is what I am using at the moment:
(d
On Sep 6, 2011, at 11:08 AM, suvayu ali wrote:
> Hi Carsten,
>
> On Tue, Sep 6, 2011 at 10:58 AM, Carsten Dominik
> wrote:
>>>
>>> But this only works when tags: is non-nil. Any hints on how I could
>>> achieve something that "works always"?
>>
>> May be I do not understand, but how about
>>
Hi Carsten,
On Tue, Sep 6, 2011 at 10:58 AM, Carsten Dominik
wrote:
>>
>> But this only works when tags: is non-nil. Any hints on how I could
>> achieve something that "works always"?
>
> May be I do not understand, but how about
>
> (let ((match "tag1|tag2"))
> (when match
> (org-map-entries
On Sep 6, 2011, at 10:49 AM, suvayu ali wrote:
> Hi Orgers,
>
> What is the recommended way to filter/select headlines I want to
> preprocess in any of the export hooks? I have tried using tags like
> this:
>
> (let ((match "tag1|tag2"))
> (org-map-entries (lambda () (my-preprocess-function))
Hi Orgers,
What is the recommended way to filter/select headlines I want to
preprocess in any of the export hooks? I have tried using tags like
this:
(let ((match "tag1|tag2"))
(org-map-entries (lambda () (my-preprocess-function))
match))
But this only works when tags: is no
On Mon, Sep 5, 2011 at 6:54 PM, Eric Schulte wrote:
> Hi Rainer,
>
> > Just as a sideline: would it be possible, to use this file to test babel
> (on
> > a high level)?, i.e. collect all results and compare them with previous
> sets
> > of results?
> >
>
> Two problems I see with running these ex
Eric Schulte writes:
Hi Eric
> Martyn Jago writes:
>
>> Hi
>>
>> Some fixes to inline src block execution via org-ctrl-c-ctrl-c
>> where point is beyond white-space in the inline src block body...
>>
>> * Start Pomodoro
>> src_emacs-lisp[:results silent]{( org-timer-set-timer 25 )}
[...]
>
36 matches
Mail list logo