On 10/4/10 5:06 PM, Eric Schulte wrote:
Similar,
I think this thread is also related
http://thread.gmane.org/gmane.emacs.orgmode/31312/focus=31392
either way the issue should be fixed in the latest Org-mode. Please let
me know if that is not the case.
Yes, it works with today's org version.
Hi,
I've only used Lilypond for play, but I'd appreciate a Babel module
for Lilypond, if someone writes one.
My use case, for which I think Org is perfect, is maintaining simple
song collections: short scores interspersed with lyrics, printable as
a booklet. It is doable now but could clearl
On Oct 4, 2010, at 10:00 PM, Don March wrote:
There's been some talk about quotation marks when exporting to LaTeX,
but I've noticed some issues in addition (I think) to those mentioned
by others.
"'a quote' inside a quote"
is exported to LaTeX as
``'a quote' inside a quote''
but shoul
On Oct 4, 2010, at 11:44 AM, Richard Riley wrote:
I dont know if it would be generally useful, but a tiny little tweak
to
tag editing in order to allow "," as a seperator when typing in tags
via
C-c C-q TAB "free entry" interface. "," is certainly easier for me to
use but I dont know abou
On Oct 4, 2010, at 7:18 PM, Nicolas Goaziou wrote:
Carsten Dominik writes:
I think it would be appropriate in this case to simply throw an
error and let the user clean up with undo.
Certainly, but this still means that any 27+ items list will never be
able to complete a full bullet cycle a
Hi Don
Don March writes:
> Implementing the \enquote solution proposed by Sven Bretfeld would a
> fix for this, but that would probably have to be optional. So I was
> working on a regexp fix for this, but then I realized that there's a
> host of cases where the beginning quote isn't recognized
Patch 297 (http://patchwork.newartisans.com/patch/297/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Ci8c7me%24g3n%241%40dough.gmane.org%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="ut
Carsten
Reworked the changes based on your feedback. Customize to your tastes.
Jambunathan K.
>From 1121461037e0308054afeabf8c67bd1a568dd9b1 Mon Sep 17 00:00:00 2001
From: Jambunathan K
Date: Tue, 5 Oct 2010 15:33:08 +0530
Subject: [PATCH] Support for elpa-compatible tarballs
* Makefile (pkg
In the context of ELPA packages, I think there might be a need to
revisit how orgmode's version string is defined.
For example, 7.01h wouldn't be successfully parsed by (version-to-list
...) which the package manager uses internally.
So 7.01h could be mapped to 7.0.1.8 or 7.1.8.
,[ C-h f ve
Hi Carsten,
Carsten Dominik wrote:
> Thanks for the patch! I would certainly have a better way to process these
> files.
Could you make your latest sentence more explicit?
> 1. Can we run bibtex only if we have an indication that it might be needed?
>Maybe by looking at the output of the fi
Hello,
I use the following table and formulas to convert HH:MM times to fractional
times, so that I can sum up the times (and convert them to money...)
| Task | *HH:MM* | *Frac* |
|+-+|
| Item 1 | 20:27 | 20.45 |
| Item 2 |2:25 | 2.42 |
| Item 3 |2:07 | 2.
Hi,
I don't know if you are aware, but there is a utility called texi2dvi that
figures out how many times LaTeX, bibtex, etc. need to be run and
automatically runs them the correct number of times for you. It also has an
option -p that uses pdflatex and generates pdf instead of dvi. In my
opinio
"Sven Bretfeld" writes:
> The different styles of quotation marks needed for different languages
> might also be a problem for a regexp solution. I'm using the \enquote
> method since quite a while and write English and German text in that way
> without further user interference. \enquote just pi
On Oct 5, 2010, at 2:46 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
Thanks for the patch! I would certainly have a better way to
process these
files.
I would certainly *like very much to have your* better way to process
it.
Sorry about that confusing sentence...
Carsten Dominik writes:
> On Oct 4, 2010, at 10:00 PM, Don March wrote:
>
>> Implementing the \enquote solution proposed by Sven Bretfeld
>
> Could you please point me to that earlier discussion? I cannot
> find it right now.
>
Sure--"[feature request] Quotation marks in LaTeX export", 2010-01-
texi2dvi is also on my minimal MikTex system, I'd certainly love a
patch that uses it instead of a shell script (although I also have
cygwin too)..
On 2010-10-05 20:00, Matthew Leifer wrote:
Hi,
I don't know if you are aware, but there is a utility called texi2dvi
that figures out how many
Hi Matthew,
you are completely right, we are re-inventing wheels here.
I have just pushed a fix which will use texi2dvi when available.
The echo area will now also give an indication of the kinds
of errors that happened during the final pdflatex run.
This is a big improvement, thanks to Sebasti
Carsten Dominik writes:
> On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote:
>
>> How about moving
>>
>> (org-export-html-insert-plist-item opt-plist :postamble opt-plist)
>>
>> in org-html.el from line 1694 few lines up, just above the closing div
>> of the postamble. IMHO it makes more sense t
Carsten Dominik writes:
[...]
> The best way to deal with this is:
>
> * Table Test
>
> |-+--|
> | unrelated 1 | ~>=~ |
> | Test1 | ~=~ |
[...]
Ah, thank you -- I've settled for *bold* instead since that is a bit
more pleasing in the HTML output. Now that I export the f
On Oct 5, 2010, at 7:10 PM, Achim Gratz wrote:
Carsten Dominik writes:
[...]
The best way to deal with this is:
* Table Test
|-+--|
| unrelated 1 | ~>=~ |
| Test1 | ~=~ |
[...]
Ah, thank you -- I've settled for *bold* instead since that is a bit
more pleasing in the
Now that I've started exporting some org files (to HTML mostly), I run
into some limitations here and there. I've worked around most of them,
but have not been able to do anything about this (other than editing the
resulting HTML):
I have some tables where I used (without thinking much about it)
Łukasz Stelmach writes:
> But what if I like the information it puts there? Especially the
> timestamp? there is the :timestamp option but honestly I couldn't figure
> out how to use it. I puts some HTML with in it
> and that's all.
I don't know what was the intention, but I recognize those part
Hi,
This issue is fixed in the "combined-testing" branch of the repository,
I hope to merge that branch into the master branch soon.
If anyone is interested, some of my thoughts on this commit which has
caused these couple of recent problems... It seems that by using
org-links to find the locati
On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote:
Carsten Dominik writes:
On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote:
How about moving
(org-export-html-insert-plist-item opt-plist :postamble opt-plist)
in org-html.el from line 1694 few lines up, just above the closing
div
of th
Hi Carsten
Carsten Dominik writes:
> On Sep 16, 2010, at 6:22 AM, Matthew Lundin wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik writes:
>>
>>> On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote:
>>>
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to
prevent
disru
Matthew Leifer writes:
> I don't know if you are aware, but there is a utility called texi2dvi
> that figures out how many times LaTeX, bibtex, etc. need to be run and
> automatically runs them the correct number of times for you.
[...]
You know, I've been using LaTeX for so long, but it never oc
Commit 59ba4125 lisp/org-latex.el raises warning during byte-compile:
In org-export-as-pdf:
org-latex.el:882:28:Warning: assignment to free variable `errors'
org-latex.el:882:47:Warning: reference to free variable `errors'
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromed
Sebastian Rose writes:
> "Eric Schulte" writes:
>> Hi,
>>
>> So, I've been using the framework in the combined-testing branch this
>> morning writing tests to strap down my daily Babel bug fixes, and I'm
>> really liking ERT.
>>
>> I wonder, can we commit to the combined-testing branch, and if s
[repost -- sorry if this turns out a duplicate]
Sébastien Vauban
writes:
> Everything is fine... but the item 4: 19 minutes get converted to 0.00
> hour... Why!?
Because you told it to: remove ";%.2f::@5$3=0.00" from the formula and
live a happier life.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAV
Sébastien Vauban
writes:
> Hello,
>
> I use the following table and formulas to convert HH:MM times to fractional
> times, so that I can sum up the times (and convert them to money...)
>
> | Task | *HH:MM* | *Frac* |
> |+-+|
> | Item 1 | 20:27 | 20.45 |
> | Item 2 |
Christian Moe writes:
> Hi,
>
> I've only used Lilypond for play, but I'd appreciate a Babel module
> for Lilypond, if someone writes one.
>
> My use case, for which I think Org is perfect, is maintaining simple
> song collections: short scores interspersed with lyrics, printable as
> a booklet.
I'd appreciate opinions from R users on the following org-babel-R
details:
Currently, Org tables, and lisp lists, are converted into data frames
when they are sent from Org to R, and we have no way to create simple
vectors such as c(1,2). I'd like to know whether users of org and R
would approve o
On Oct 5, 2010, at 8:55 PM, Achim Gratz wrote:
Commit 59ba4125 lisp/org-latex.el raises warning during byte-compile:
In org-export-as-pdf:
org-latex.el:882:28:Warning: assignment to free variable `errors'
org-latex.el:882:47:Warning: reference to free variable `errors'
Fixed, thanks.
- Car
Hello,
Dan Davison wrote:
I'd appreciate opinions from R users on the following org-babel-R
details:
I use R daily, with and without org-mode, but have never investigated
these features of passing tables and Lisp lists to source blocks, but
it looks interesting. More below.
Currently, Org
"Eric Schulte" writes:
> So, I've been using the framework in the combined-testing branch this
> morning writing tests to strap down my daily Babel bug fixes, and I'm
> really liking ERT.
>
> I wonder, can we commit to the combined-testing branch, and if so could
> we fold it into the master bran
Hi all,
I may have understood the :no-expand header incorrectly, but I thought
it suppressed expanding noweb references while exporting but seems to
expand them.
For example I have an org file that looks like this (simplified) :
* Root
#+begin_src fundamental :noweb yes :no-expand :tangle Root.txt
A test framework based on ert [1] is now included in the testing
directory of the org-mode repository. Directions for use are included
in testing/README.org.
This is based on work by Sebastian Rose and myself.
Enjoy -- Eric
Footnotes:
[1] http://github.com/ohler/ert
Bernt Hansen writes:
> "Eric Schulte" writes:
>
>> So, I've been using the framework in the combined-testing branch this
>> morning writing tests to strap down my daily Babel bug fixes, and I'm
>> really liking ERT.
>>
>> I wonder, can we commit to the combined-testing branch, and if so could
>>
With a .org file having headers 4-5 levels deep (e.g. This
Section), I'd like the LaTeX export to treat it as a subsubsubsection
with numbering, e.g. 1.1.1.1. But no luck, and I'm not sure whether I'm
doing something wrong with org-mode, or need to customize my LaTeX
template. In the org
It appears I misread the manual. 'no-expand' works only for tangling -
but my original question stands. Is there a header that provides this
feature for weaving with links to the chunk like a noweb document?
-deech
On Tue, Oct 5, 2010 at 10:12 PM, aditya siram wrote:
> Hi all,
> I may have under
Hi,
If you're 4 levels down, it'll be a sub sub sub section, same as a paragraph
* Section
** Sub section
*** Sub Sub section
Paragraph
* Sub paragraph
H:5 will give you the levels but you have to enable numbering explicitly
with
\setcounter{secnumdepth}{5}
paragraph is actually a s
Eric Schulte wrote:
> A test framework based on ert [1] is now included in the testing
> directory of the org-mode repository. Directions for use are included
> in testing/README.org.
>
> This is based on work by Sebastian Rose and myself.
>
> Enjoy -- Eric
>
> Footnotes:
> [1] http://githu
... and a typo on line 24 of README.org: just->jump.
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Kai wrote:
> With a .org file having headers 4-5 levels deep (e.g. This
> Section), I'd like the LaTeX export to treat it as a subsubsubsection
> with numbering, e.g. 1.1.1.1. But no luck, and I'm not sure whether
> I'm doing something wrong with org-mode, or need to customize my LaTeX
> te
44 matches
Mail list logo