Robin Green wrote:
> This bug report will be sent to the Free Software Foundation,
> not to your local site managers!
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
[...]
> I submitted a bug report using M-x
Carsten Dominik writes:
> On Nov 21, 2010, at 9:54 AM, Carsten Dominik wrote:
>
>> Hi Richard,
>>
>> I have now applied this patch. I am not entirely sure it will have
>> no adverse effects, so please, people who do export to LaTeX, check
>> after the next pull if you see any problems.
>
> Actua
I think I've fixed these, although I'm not an expert in the exporting.
Let me know if there's anything else, or if I screwed up anything
when trying to figure out how to make a git patch(looks like it
worked, though.)
Thanks,
Nathaniel Flath
On Sat, Nov 13, 2010 at 7:16 AM, Nicolas Goaziou wrot
For those interested, I have released MobileOrg Android 0.4.5 to the Market
(search for "MobileOrg") and for direct download here:
http://matburt.net/files/mobileorg-release.apk
New features for this reldease include:
- Now Supports editings and synchronizing TODO and Priority changes
- Obey check
Hi,
Here's a patch to document the recursive option for org-publish. It's
a documentation TODO on Worg.
--
Puneeth
diff --git a/doc/org.texi b/doc/org.texi
index 06583d7..a6cf26c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10665,6 +10665,9 @@ extension.
@item @code{:include}
@tab List of
At Tue, 16 Nov 2010 10:54:53 +0100,
Olaf Dietsche wrote:
>
> When I do a "make info", I get the following error:
>
> org.texi:9329: Misplaced {.
> org.texi:9330: Misplaced }.
>
> Fix is below.
Thanks,
Patch was applied 2010-11-16.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj.
Hello Dan:
Thank you. I knew it was something silly like that ..
C-c ' is the right key and not C-c ` .. (I didn't notice the difference :-(
)
Everything works perfectly normal now.
Actually, I have started using Eric's fork of emacs-starter-kit and it has
done wonders to my productivity with Em
Sunny Srivastava writes:
> Hello Org-moders,
> I have been a very happy ESS user so far. Recently, I was introduced to
> org-mode and I am still a beginner.
>
> I am trying to write a research paper using the literate programming style
> of org-babel-R, instead of Sweave, and the journey has been
On Sat, 20 Nov 2010, Nick Dokos wrote:
Charles C. Berry wrote:
Correction in line below. CCB
On Sat, 20 Nov 2010, Charles C. Berry wrote:
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
I ran into this too: see the
org-export-region-as-html appears to measure hlevel from the top level
in the file, not the top level in the region. Is this a bug or should
we create a negative level in org-export-html-toplevel-hlevel to
compensate?
Thanks.
___
Emacs-orgmode mailing
Hello Org-moders,
I have been a very happy ESS user so far. Recently, I was introduced to
org-mode and I am still a beginner.
I am trying to write a research paper using the literate programming style
of org-babel-R, instead of Sweave, and the journey has been OK so far. I
have a very lame questio
Ahmed Fasih osu.edu> writes:
>
> > I have a few latex fragments - textbf{some text} in an org-mode file.
> > When I export to HTML, I see them as \textbf{some text}. Is there a way to
> > get them bold faced in the HTML export?
>
> I use the org mode markup, *some text* which gets exported corr
> I have a few latex fragments - textbf{some text} in an org-mode file.
> When I export to HTML, I see them as \textbf{some text}. Is there a way to
> get them bold faced in the HTML export?
I use the org mode markup, *some text* which gets exported correctly
to both Latex and HTML. Hope this help
Sorry for a lame query, but I don't know how to get around this:
I have a few latex fragments - textbf{some text} in an org-mode file.
When I export to HTML, I see them as \textbf{some text}. Is there a way to
get them bold faced in the HTML export?
Thanks.
_
Aloha Richard and Carsten,
Thanks very much for this improvement. Math appears to work as
expected in the title and in figure captions. I haven't noticed any
adverse effects yet, but I've spent most of my time admiring the well
typeset titles :)
All the best,
Tom
On Nov 20, 2010, at 11
On Nov 21, 2010, at 6:14 PM, Thomas S. Dye wrote:
Aloha Richard and Carsten,
Thanks very much for this improvement. Math appears to work as
expected in the title and in figure captions. I haven't noticed any
adverse effects yet, but I've spent most of my time admiring the
well typeset
Hello,
> Sébastien Vauban writes:
> I'd expect to see all the above passage from the email to be
> uninterpreted. It is not acting that way.
According to the manual, VERSE block only preserves line breaks and
leading white spaces. Otherwise it is _normal_ formatting. Though,
this raises an i
Liang Wang writes:
> Liang Wang gmail.com> writes:
> For example, I'm look at 2010-11-01 in this custom agenda view.
> I want to look at clock report so I press R. But this custom
> agenda view goes to today. For me, it's 2010-11-08. I have to
> go back manually to 2010-11-01 to see clock
I've noticed a number of bugs in ob-haskell:
1. The first time I ran my code block, the results were given as something like:
Prelude> [[1], [2], [3]]
and of course, this isn't an org table, as it should be.
I don't think the "Prelude> " should have been there, and I suspect a race
condition,
Hi Seb,
What I was trying to say is that with bug reports it is helpful if the
first one or two sentences of the email are a precise and brief
statement of what is going wrong. Then the reader can decide if she
wants to continue to the more detailed and discursive material.
Dan
Sébastien Vauban
Carsten Dominik writes:
> Hi Eric,
>
> could you make me a slightly more complete example, with your beamer
> setup? So a full test file that will show this behavior?
>
> Thanks.
>
> - Carsten
Sure. The attached example has a single slide. With the file as it is,
i.e. with an ignored heading
Hi Ahmed,
I hope this has been resolved with the change I just pushed.
- Carsten
On Nov 20, 2010, at 5:29 PM, Ahmed Fasih wrote:
Hello, I have a figure with a caption that contains dollar signs to
typeset math mode:
#+CAPTION:Approximating ... for $s(y_0) = \exp(j k_y y_0)$.
#+LABE
On Nov 21, 2010, at 9:54 AM, Carsten Dominik wrote:
Hi Richard,
I have now applied this patch. I am not entirely sure it will have
no adverse effects, so please, people who do export to LaTeX, check
after the next pull if you see any problems.
Actually, I think I have just found a bette
On Nov 21, 2010, at 9:54 AM, Carsten Dominik wrote:
Hi Richard,
I have now applied this patch. I am not entirely sure it will have
no adverse effects, so please, people who do export to LaTeX, check
after the next pull if you see any problems.
Actually, I think I have just found a bette
On Saturday 20 November 2010 08:29 AM, Ahmed Fasih wrote:
Hello, I have a figure with a caption that contains dollar signs to
typeset math mode:
#+CAPTION:Approximating ... for $s(y_0) = \exp(j k_y y_0)$.
#+LABEL: fig-mylabel
#+ATTR_LaTeX: width=0.9\textwidth placement=[t]
[
Hi Richard,
I have now applied this patch. I am not entirely sure it will have no
adverse effects, so please, people who do export to LaTeX, check after
the next pull if you see any problems.
Thanks Richard!
- Carsten
On Oct 25, 2010, at 5:41 PM, Richard Lawrence wrote:
Hi all,
This p
Hello, I have a figure with a caption that contains dollar signs to
typeset math mode:
#+CAPTION:Approximating ... for $s(y_0) = \exp(j k_y y_0)$.
#+LABEL: fig-mylabel
#+ATTR_LaTeX: width=0.9\textwidth placement=[t]
[[file:figs/myfile.pdf]]
When this is converted to PDF via pdfla
Applied, thanks!
- Carsten
On Nov 17, 2010, at 4:22 PM, Jambunathan K wrote:
Carsten
this looks good, However, I would like you to make a change to the
patch more more clarity.
Could you please write
(or preferred target)
instead of
remove
as the ID to be inserted? Even though thes
Hi Eric,
could you make me a slightly more complete example, with your beamer
setup?
So a full test file that will show this behavior?
Thanks.
- Carsten
On Nov 21, 2010, at 1:28 AM, Eric S Fraga wrote:
Hi,
I am trying to create a beamer slide which has two columns. The
second
column s
29 matches
Mail list logo