Sébastien Miquel writes:
> Hi,
>
> Nicolas Goaziou writes:
>>> I don’t really understand why this bug happens to be honest.
>> The patch is already an improvement, but the beast is still lurking,
>> indeed.
> This is most likely due to native compilation which compiles the
> unquoted lambda. Once
Aaron Ecay writes:
> I would also question the decision to change the format of
> org-structure-template-alist. That has caused some errors (in the sense
> of calls to the elisp ‘error’ function) for me because a third
> party-library (ox-reveal) still uses the old format. The change also
> see
Kyle Meyer writes:
>> Whereas in your text I think it is the other way round, isn't it?
>> (I.e. the Emacs branch is more stable, and you are talking about
>> porting a fix that someone has made in that branch to the Org master.)
>> So perhaps 'forward port' would be clearer?
>
> I suspect that O
Nicolas Goaziou writes:
> Hello,
>
> Thibault Marin writes:
>
>> I would like to generate a sitemap for a published website and use
>> it to extract
>> the last few entries in a specific folder to put on the main page.
>>
>> The site structure looks like:
>> .
>> ├── index.org
>> ├── posts
>> │
Myles,
Is :with-location something you feel strongly about? I'm not sure I find
that it makes sense...
I would like to apply the following patch on top of yours.
Thanks,
Rasmus
--
I almost cut my hair, it happened just the other day
>From 43a26688870f6861747a1d333a5844348d3a1749 Mon Sep 17 00
Hi,
Ista Zahn writes:
> I disagree. pandoc supports conversion to and from org-mode.
I fail to see how this is relevant for the discussion at hand.
> Making pandoc a requirement will enable other useful features (e.g.,
> "Import documents from...", alternative pandoc-based exporters etc.
AFAI
Hi,
Thanks for the comments.
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Attached is a new version of the patch that will respect the variables
>> that also govern `org-insert-headline'. It's smarter and preserves the
>> layout better.
>
> Thanks for the patch. However there are already mec
>>> Would you give the attached patches a spin? I think they work nicely;
>>> only the second patch is non-trivial. Basically, one can ignore
>>> subject and title differences as now by setting
>>> org-koma-letter-prefer-subject to t and not use the SUBJECT keyword.
>>>
>>> I have set the default
Nicolas Goaziou writes:
> Nicolas Goaziou writes:
>
> Updated patch.
I've been using this patch without issues for at least two week. I
haven't experienced any slowdowns over wcheck other than that
associated with the design of Flyspell (e.g. flyspell-buffer moves the
cursor over all words).
Dear Tom,
> I suppose this depends on what is meant by "reproducible."
>
> My goal is to produce a compendium as defined by Gentleman and Lang
> (see Gentleman R, Lang DT (2004). "Statistical Analyses and Reproducible
> Research." Technical report, Bioconductor Project. URL
> http://www.bepress.c
In general this auto width code seems super annoying. Consider this
>From ox-latex.el:
#+BEGIN_SRC emacs-lisp
(width (cond ((plist-get attr :width))
((plist-get attr :height) "")
((eq float 'figure) "0.7\\textwidth")
((eq float 'wrap) "0.48\\textwidth"
The following message is a courtesy copy of an article
that has been posted to gmane.emacs.orgmode as well.
Achim Gratz writes:
>> Do you mean using something like this
>>
>> [[file:my.bib&key=key;prenote=note1;postnote=note2][key]]
>>
>> for the file: protocol
>
> This is a prime example of h
Nicolas Goaziou writes:
>> I'm doing some stuff where the natural output of my tables are
>> matrices. I found a decent translation function here ¹. However,
>> I'm not very successful in making org use it.
>
> Using the new exporter, something like should replace any table using
> default env
Rasmus writes:
> Can anyone think of a clever regexp that recognizes the above pattern?
> I tried, "\\.[ ]\{1\}" but it didn't work. And without the \{1\} it's
> too strong. . .
Here's one that seems to work in the primitive cases, but not when
there's a link.
Tested on
test of tilde.
Aloha Thomas,
> The attached patch adds tikzDevice support to ob-R. It requires that
> the tikzDevice package be available to R, so it must be installed and
> loaded. Something like the following code in .Rprofile will load the
> package by default:
Thanks a bunch. I always use pgfSweave and
Hi Nick,
Thanks for you answer and your verification.
> Thanks for providing your setup. I think you are right about the code
> and I don't see any way to turn it off.
>
> It looks like another band-aid to me (and org-html definitely has more
> than its fair share of those), particularly given t
Nick Dokos writes:
> Rasmus wrote:
>
>> Hi,
>>
>> I publish my website with Org. have defined my title in
>> org-publish-project-alist under the :html-preamble.
>>
>> However, it seems that recent Orgs have become 'smart' and now I don't
>> know how to disable the publishing of title and I have
Carsten Dominik writes:
> Hi Rasmus,
>
> you need to set these variables before cdlatex.el has been loaded, or you need
> run (cdlatex-reset-mode) after you have changed them. THis is not documented
> well,
> unfortunately.
Thanks Carsten.
For the reference I use the following snip now which a
Niels Giesen writes:
> Hi,
>
> Say I've got a sh code block invoking curl to some json api, is it possible
> some way to specify that the format of the output when :results output code
> is in a json code block and *not* a sh code block?
Does this help you? (Lacking a relevant example)
#+begin
> I am sorry I have no solution for you just now.
> This behavior you're seeking is something I long for as well, to
> insert a this frame only custom background, to be precise.
So many great things can be put in-between
\end{frame}
...
\begin{frame}
in Beamer
> The issue lies in
Hi,
How do I put text between frames in an Org-Beamer document?
What I really want to do is something like:
#+begin_src LaTeX
...
\end{frame}
\againframe<2>{overview.fig}
\end{frame}
#+end_src
But there is /plenty/ of use of being able to write in-between frames.
I imagine two ways this coul
> Suddenly a ray of sunshine illuminated the problem.
Thanks, this is nice to know and a good read! I will probably face the
same problem at one point or another.
--
Thanks,
Rasmus
I think what Eric is asking is why does the empty line matter? I just
realize that the undesirable behavior is caused by the fact that the
quotation rather than the quote environment is used. Sorry for the
noise!
All I need to do is call `C-c C-e p' and I get a publication quality
pdf. But o
Hi,
But Latex doesn't care? =sec:into= will still be fine so I don't see
why this is not suitable *and* it is not fragile as far as I can tell.
I've used this approach for a long time.
No, using \label's is never fragile! The /only/ theoretical possibility
is that the \label is placed on a new
> (setq org-export-latex-hyperref-format "\\ref{%s}") then you can
> refer to sections by their numbers with "as we see in section
> [[section]]" and it works nicely.
Wow; it works! Lawrence, in your experience, how fragile is this? The
bliss of LaTeX labels is that they are independent of the pr
Hi Bastien,
Thanks for your reply.
02/11/2011
Bill B. visits Princeton today
2pm Cognitive Studies Committee meeting
Sounds interesting.
2:30-5:30 Liz at Lawrenceville
4:00pm Dentist appt
7:30pm Dinner at George's
8:00-10:00pm concert
Busy day :)
Here is an example of a di
Yes. This is a bug and a bit hard to fix.
I only happens if the #+include line is before the
first headline in the buffer.
I am afraid I do not have a simple solution.
It is fairly simple to make a work-around:
,
| * THIS IS A BUGFIX
:noexport:
| #+INCLUDE: cd.org
| #+INCLUDE: books.org
|
Hi,
I have finally found a tolerable solution to include Google calendars
into Emacs and thus Org using "emacs-google"[1].
However, one thing is bothering me about the way Org agenda view handles
my newly populated diary file. It shows too much information! Basically,
I want /one line per entry/
Hi Carsten,
can you make me a list of macros that should be treated in this way?
If you load AUCTeX with math key bindings
i.e.:
M-x latex-mode RET
M-x latex-math-mode RET
You will get a list of symbols under Math-->Log-like. It is defined in
latex.el.
Here is a list of log-like functio
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
> If you have access to a server that supports WebDav you can create a
> Google Calendar that reads your org ics file directly.
phpicalendar has a module called publish.php than can write to a ics
file via http. I use it with multiple shared calendars in Thunderbird.
-Rasmus
> Why not us preamble?
I am not sure I understand you question, but:
Because the OP wants to include the same menu on every page. If you
input the file you will only have to update one file and the other files
will be updated.
___
Emacs-orgmode maili
I have done something similar. I have a single menu file which I
include on every page.
#+INCLUDE:menu.org
Would that solve you problem?
-Rasmus
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@
Carsten Dominik writes:
> Some time ago I added a new matcher "$1" for single
> charactersbetween dollars like in this case. People who
> havecustomized this option unfortunately do not get to see it.
That was probably the problem. It works a lot better now! Thanks.
> That said, Giovanni's pr
Hello Sebastian,
> M-x customize-variable RET org-empty-line-terminates-plain-lists
> will do what you need.
Thank you so much. It worked like a charm. Have a nice weekend.
Cheers,
Rasmus
___
Emacs-orgmode mailing list
Remember: use `Reply All' to se
Carsten Dominik writes:
Hello,
> Org cannot know that you do want to end the list here, the HTML
> insertion might be part of the list.
>
> I do not know how to fix this.
I see your point. But if i have a lot of blank lines it probably should
not be included. Somehow one needs to signal to Org t
Hello,
There seems to be a bug in HTML export.
I am using Org for making a (fancy) web site.
I define the top menu via a list which is made fancy via CSS.
The Org file looks like this:
#+HTML:
- [[file:index.org][Forside]]
- [[file:eksempler.org][Eksempler]]
#+HTML:
The c
Hello,
Sorry for the late reply. This is regarind a bug in LaTeX export.
The trouble seems to happen when autofill is used. It
might be caused by something else. I am not sure. The thing is
that Org sometimes misintpretate $ as the currency symbolar
rather than "math" as in LaTeX-lingu. IMO the use
> I have tried to fix the issues with dollars, please download the
> latest GIT version and check if your stuff is now converted better.
I have gotten the newest git version from today. I have Org v6.17trans.
There is still something funny with $-signs.
Here are a couple of examples:
--
LaTe
> First of all, org 3.16c is very old indeed so *maybe* this works
> better in a more recent version?
Sorry, it is 6.16c :-) (Thanks Matthew!)
I believe it is the version bundled with the latest Emacsw32 from
ourcomments.org. I am using a Emacsw32 from December 2008.
Since I use win32 I am not abl
Hello,
I have got two questions.
I am using Org-mode v. 3.16c. I usually use LaTeX but Org has been
really nice. However, I want to export to LaTeX.
Two features are bugging me though.
1. Timestambs are really nice, but I don't want them in my final
print (the LaTeX output). Is there an easy
41 matches
Mail list logo