Re: [patch] fix ox-latex async export bug

2021-11-30 Thread Rasmus Pank Roulund
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.

Re: [O] [POLL] Should Org tempo be enabled by default? (expand templates thru e.g. "<s[TAB]")

2018-05-02 Thread Rasmus Pank Roulund
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.

Re: [O] Upstream synchronization documentation

2017-07-03 Thread Rasmus Pank Roulund
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? >

Re: [O] Use headings in sitemap

2016-10-12 Thread Rasmus Pank Roulund
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

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-03-31 Thread Rasmus Pank Roulund
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

Re: [O] Some projects

2015-10-27 Thread Rasmus Pank Roulund
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

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Rasmus Pank Roulund
Hi, Thanks for the comments. Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us 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.

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Rasmus Pank Roulund
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 of

Re: [O] [ANN] Improved Flyspell check

2013-11-22 Thread Rasmus Pank Roulund
Nicolas Goaziou n.goaz...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-21 Thread Rasmus Pank Roulund
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

Re: [O] [ox-latex] Bad default value for image width?

2013-04-07 Thread Rasmus Pank Roulund
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)

Re: [O] org-exp-bibtex missing in git?

2013-03-07 Thread Rasmus Pank Roulund
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Achim Gratz strom...@nexgo.de writes: Do you mean using something like this [[file:my.bibkey=key;prenote=note1;postnote=note2][key]] for the file: protocol This is a prime example

Re: [O] Export tables as matrices (change tbl-export function on the fly)

2012-11-17 Thread Rasmus Pank Roulund
Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] nbsp and /italics/

2012-10-16 Thread Rasmus Pank Roulund
Rasmus ras...@gmx.us 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

Re: [O] Publish HTML Without Title

2011-11-27 Thread Rasmus Pank Roulund
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 the

Re: [O] [PATCH] Add tikzDevice support to ob-R

2011-11-27 Thread Rasmus Pank Roulund
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

Re: [O] Publish HTML Without Title

2011-11-26 Thread Rasmus Pank Roulund
Nick Dokos nicholas.do...@hp.com writes: Rasmus ras...@gmx.us 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

Re: [O] Cdlatex questions

2011-10-19 Thread Rasmus Pank Roulund
Carsten Dominik carsten.domi...@gmail.com 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

Re: [O] Put result output in different type of code block than original

2011-10-11 Thread Rasmus Pank Roulund
Niels Giesen niels.gie...@gmail.com 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

[O] Beamer and non-frames

2011-05-29 Thread Rasmus Pank Roulund
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} \againframe2{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 could

Re: [O] Beamer and non-frames

2011-05-29 Thread Rasmus Pank Roulund
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

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
(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 printed

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
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

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
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

Re: [Orgmode] Agenda and one-line diary display

2011-02-11 Thread Rasmus Pank Roulund
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

Re: [Orgmode] LaTeX exporter #+INCLUDE bug

2011-01-16 Thread Rasmus Pank Roulund
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

[Orgmode] Agenda and one-line diary display

2011-01-15 Thread Rasmus Pank Roulund
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/.

Re: [Orgmode] Bug: \log and friends are not recognized as math [6.34b]

2010-01-30 Thread Rasmus Pank Roulund
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

[Orgmode] Bug: \log and friends are not recognized as math [6.34b]

2010-01-17 Thread Rasmus Pank Roulund
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.

[Orgmode] Re: Fully featured Web publishing

2009-03-19 Thread Rasmus Pank Roulund
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

[Orgmode] Re: The most important project for org developers?

2009-03-19 Thread Rasmus Pank Roulund
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

[Orgmode] Re: Fully featured Web publishing

2009-03-18 Thread Rasmus Pank Roulund
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.

[Orgmode] Re: Bug and feature request in HTML export

2009-02-12 Thread Rasmus Pank Roulund
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

[Orgmode] Re: LaTeX Export

2009-02-12 Thread Rasmus Pank Roulund
Carsten Dominik domi...@science.uva.nl 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

[Orgmode] Re: LaTeX Export

2009-02-10 Thread Rasmus Pank Roulund
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

[Orgmode] Bug and feature request in HTML export

2009-02-10 Thread Rasmus Pank Roulund
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: div id=topbar - [[file:index.org][Forside]] - [[file:eksempler.org][Eksempler]]

[Orgmode] Re: Bug and feature request in HTML export

2009-02-10 Thread Rasmus Pank Roulund
Carsten Dominik domi...@science.uva.nl 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

[Orgmode] Re: LaTeX Export

2009-01-08 Thread Rasmus Pank Roulund
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: -- LaTeX

[Orgmode] Re: LaTeX Export

2009-01-05 Thread Rasmus Pank Roulund
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 able

[Orgmode] LaTeX Export

2009-01-05 Thread Rasmus Pank Roulund
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