Re: [Orgmode] Search files in a folder

2010-09-12 Thread Eric S Fraga
he contents of my org files with just one command. > > Does Org-mode have the function what I'm looking for? maybe org-mode does not but of course emacs does: M-x grep RET or M-x occur RET HTH, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D _

Re: [Orgmode] image size in html export

2010-09-13 Thread Eric S Fraga
y when > exporting html. Thanks for the help. The following : #+attr_html: width="50%" : [[./image.png]] for instance, works just fine for me. This is with up-to-date org. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D __

[Orgmode] problem exporting region from within a read-only file

2010-09-13 Thread Eric S Fraga
but I have no idea where to start in trying to fix this. Obviously, this bug (feature?) is *not* a show-stopper! Thanks, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply Al

Re: [Orgmode] Re: MobileOrg Android 0.4.1 - Initial support for Dropbox and SDCard Synchronization

2010-09-14 Thread Eric S Fraga
ning Android 1.5. Sorry if this is not of much help... -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Eric S Fraga
after adding that line so that org setup is reset? Is there actually any HTML code in the exported file that has the sequence : where XXX might be SPAN or DIV? That is, is there any HTML code that is actually using the string class? Maybe try a very small example and post the html file that resul

Re: [Orgmode] todos without timestamp in agenda

2010-09-14 Thread Eric S Fraga
ot; the current view; simply ask for a new view by "C-c a X" where X is the particular short-cut. If you have your agenda in a separate frame, that frame will be updated. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D

Re: [Orgmode] image alt text for HTML export

2010-09-14 Thread Eric S Fraga
7;t > really suitable. > > #+HTML: > > If there is no way to do this, should I file a feature request? The following works for me: : #+attr_html: width="50%" alt="This is a test image" : [[file:image.png]] (without the : obviously) and with : Org-mode version

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Eric S Fraga
"flower", >"parFlower", >"gall", >"midgeAdult", >"grePod", >"weavilAdult", >"seed" >), > plot.type="multiple" > ) > Which tool genera

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Eric S Fraga
On Tue, 14 Sep 2010 12:13:12 +0200, Sebastian Rose wrote: > > Rainer M Krug writes: > > On 14/09/10 10:16, Eric S Fraga wrote: > >> On Tue, 14 Sep 2010 10:05:32 +0200, Rainer M Krug > >> wrote: > >> > >> [...] > >> > >>>

Re: [Orgmode] Re: MobileOrg Android 0.4.1 - Initial support for Dropbox and SDCard Synchronization

2010-09-14 Thread Eric S Fraga
Jones (KI4ZIB) > http://matburt.net Thanks. That did the trick, in terms of being able to download and install. I've just tried configuring and it gave me a force close dialogue but let me play some with it to see what is going on... -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5

Re: [Orgmode] Re: MobileOrg Android 0.4.1 - Initial support for Dropbox and SDCard Synchronization

2010-09-14 Thread Eric S Fraga
will feed back any problems via the github bugs page. Thanks! eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Relative dates with sexep

2010-09-17 Thread Eric S Fraga
(calendar-absolute-from-gregorian (02 02 2010> > > to get the date one week after the 2nd of february 2010. Bad sexp... Quote the date: ... '(02 02 2010) as it is trying to evaluate the function "02" otherwise. -- Eric S Fraga Gn

Re: [Orgmode] [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-17 Thread Eric S Fraga
etq org-empty-line-terminates-plain-lists nil) > > ;; default value > (setq org-list-ending-method 'both) > #+end_src I have these same settings. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode

Re: [Orgmode] Relative dates with sexep

2010-09-18 Thread Eric S Fraga
On Fri, 17 Sep 2010 16:41:55 +0200, julien cubizolles wrote: > > Le vendredi 17 septembre 2010 à 09:01 +0100, Eric S Fraga a écrit : > > On Thu, 16 Sep 2010 18:27:18 +0200, julien cubizolles > > wrote: > > > > > > I'm trying to specify a dat

Re: [Orgmode] [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-18 Thread Eric S Fraga
On Sat, 18 Sep 2010 20:02:24 +0200, Nicolas Goaziou wrote: > > Hello, > > >>>>> Eric S Fraga writes: > > > However, more strange behaviour appears as soon as you have multiple > > nested lists. > > Just to avoid any misconception: if I get i

Re: [Orgmode] Emacs hangs forever when running in batch mode and calling a export org function

2010-09-20 Thread Eric S Fraga
_INTERNET --8<---cut here---end--->8--- I have all relevant settings for org in the file esf-org.el and, because that file makes use of some auctex variables/functions, I have to specify a load path for auctex. The de

Re: [Orgmode] [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-20 Thread Eric S Fraga
On Sun, 19 Sep 2010 11:24:09 +0200, Nicolas Goaziou wrote: > > >>>>> Eric S Fraga writes: > > > So you are saying, if I understand you correctly, that you cannot > > have something like this: > > > --8<---cut here---star

Re: [Orgmode] Tips for writing lecture notes in org-beamer?

2010-10-01 Thread Eric S Fraga
ve. I am not sure how to get the Worg automatic publishing mode to not do this... hopefully somebody else can answer and/or fix the link in that footnote. In the meantime, attached is the file =presentation.org=. HTH, eric #+TITLE: Writing Beamer presentations in org-mode #+AUTHOR:Er

Re: [Orgmode] Tips for writing lecture notes in org-beamer?

2010-10-02 Thread Eric S Fraga
updated the tutorial on Worg to use a direct http: link for the footnote entry. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-or

Re: [Orgmode] Re: Bibtex and latex export

2010-10-06 Thread Eric S Fraga
fined in `org-latex.el'. | Its value is | ("texi2dvi -p -b -c -V %f") ` I can obviously change back to the setting that was the default before but I do like the idea of using texi2dvi. Can anybody suggest what may be wrong on my system or my configuration? Thanks, eric --

Re: [Orgmode] [beamer] export a long source block as in several frames

2010-10-06 Thread Eric S Fraga
of the slide. E.g. I use a lot of babel in my slides and, more often than not, I don't export the code, just the results. cheers, eric Footnotes: [1] key sequence "C-c C-x p envarg TAB [allowframebreaks] RET" which you could obviously add to a single keystroke, via fset s

Re: [Orgmode] How do I convert org to OpenOffice?

2010-10-06 Thread Eric S Fraga
;))) to avoid the problem with OOo not understanding the first line of the HTML created by org html export. HTH, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' t

Re: [Orgmode] Re: Bibtex and latex export

2010-10-06 Thread Eric S Fraga
I should have added: , | org-version: release_7.01h-638-gd9e44 | Org-mode version 7.01trans (release_7.01h.638.gd9e44) | | GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of | 2010-08-14 on raven, modified by Debian ` Thanks again, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907

Re: [Orgmode] How do I convert org to OpenOffice?

2010-10-07 Thread Eric S Fraga
On Wed, 06 Oct 2010 14:10:30 -0700, Henri-Paul Indiogine wrote: > > Hi Eric! > > Eric S Fraga writes: > > org document > > -> export as HTML (C-c e h) > > -> open in OOo > > -> select and copy all (C-a C-c) > > -> open new document in

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > Hi Eric, > > Eric S Fraga writes: > > | /usr/bin/texi2dvi: Processing /home/ucecesf/.../file.tex ... > > | egrep: Invalid range end > > | /usr/bin/texi2dvi: cannot read .//home/ucecesf/.../file.tex, skip

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Wed, 6 Oct 2010 18:40:12 +0200, Carsten Dominik wrote: > On Oct 6, 2010, at 5:02 PM, Eric S Fraga wrote: [...] > > Reading between the lines, I gather it is the change to > > org-latex-to-pdf-process that has caused me problems. The output I > > get when the

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 09:29:59 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > > > > > Hi Eric, > > > > > > Eric S Fraga writes: > > > > | /usr/bin/texi2dvi: Pro

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:22:25 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > : (setq org-latex-to-pdf-process '("sh -x /usr/bin/texi2dvi -p -b -c -V > > %f")) > > > > the following is a snippet of the output: > > > &g

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:43:21 +0200, Sébastien Vauban wrote: > > Hi Eric, > > Eric S Fraga wrote: > > As far as I know, there is nothing out of the ordinary with my paths etc > > (please note that the /.../ above was an edit on my part to hide a rather > > long pat

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:37:52 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > > ... I would change the texi2dvi script to use [A-Za-z] > > > and submit a bug report to texinfo. > > > > I think I will do so. The thing is that the check is very

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
On Thu, 07 Oct 2010 16:11:32 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > > echo /foo | egrep '^(/|[A-z]:/)' > > > > > > do you get the bad range end error message? If so, then your egrep > > > is indeed stricter than mine

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
uot; "bibtex %f" "pdflatex %f" "pdflatex %f") and this works just fine for me. If you don't need bibtex at all, you can remove that entry. You only need multiple runs of pdflatex if you have cross-references (including tables of contents etc). This is a solutio

[Orgmode] bug with respect to org-read-date-prefer-future

2010-10-08 Thread Eric S Fraga
45.g09015) : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) : of 2010-08-14 on raven, modified by Debian -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
lacement, although this may not be strictly correct for DOS disk designators if alpha includes all accented letters etc... -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-08 Thread Eric S Fraga
On Fri, 08 Oct 2010 15:01:49 -0400, Bernt Hansen wrote: > > Eric S Fraga writes: > > > Recently, but I cannot say for how long, I have found that dates > > entered, for instance using "j" in the standard agenda view, no longer > > choose a time/day in

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Eric S Fraga
o do this on all of my other systems) and hope that next time it is upgraded the bug will have been fixed... -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

[Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Eric S Fraga
nceptually wrong to me. Not a big deal, mind you. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-10 Thread Eric S Fraga
On Sat, 09 Oct 2010 19:00:29 +0200, Nicolas Goaziou wrote: > > Hello, > > >>>>> Carsten Dominik writes: > > > On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote: > > >> Footnotes: [1] If I have one niggle to report it is that indenting >

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-10 Thread Eric S Fraga
keep to pdflatex++ for now? Anybody who wishes to use texi2dvi (as I would right now on those systems where I have fixed the texi2dvi script) can easily do so but those not aware of the problems won't be caught out. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D __

Re: [Orgmode] [WIP] OpenOffice Exporter

2010-10-11 Thread Eric S Fraga
handle images? I want to make sure that the document that is exported has images "inside" the document (as opposed to links), at least optionally, so that I can share documents properly. Will this be possible? Thanks, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Eric S Fraga
On Mon, 11 Oct 2010 10:01:53 +0200, Carsten Dominik wrote: > > > On Oct 10, 2010, at 7:56 PM, Eric S Fraga wrote: [...] > > > > I can't as such (some copyright material) but I can give an > > illustration of the type of slide (attached) that babel now all

[Orgmode] column view: "local" doesn't seem to work for me

2010-10-11 Thread Eric S Fraga
ives as far as I can tell... Using the actual ID works, however, but is clumsy compared with being able to specify the local subtree quickly. Thanks, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing l

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Eric S Fraga
tricky... > - Maybe I should treat inline tasks with proper END > statement as a drawer and fold it? Comments? Could be useful but it's not critical for me: I don't tend to put too much text between the start and end of inline tasks so it's not too intrusiv

indenting after inline task (was Re: [Orgmode] full production use of org-mode: time to say thanks again!)

2010-10-11 Thread Eric S Fraga
On Mon, 11 Oct 2010 08:34:53 +0200, Nicolas Goaziou wrote: > > Hello, > > Could you try the following patch and tell me if it fixes your issue? Works perfectly. Thanks! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-12 Thread Eric S Fraga
t this sort of behavior. > But this sounds like less overhead, so it is a plus in that regard. The main advantage for me is simply one of not having to interrupt my flow of writing. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___

Re: [Orgmode] Worg buglet

2010-10-12 Thread Eric S Fraga
he footnote was previously fixed to point to the actual "org" file, not the "php" created by the publishing mechanism on Worg. The file, presentation.org, is meant to be an example document that can be downloaded, not a document for viewing on the web. Can you please revert

Re: [Orgmode] Worg buglet

2010-10-12 Thread Eric S Fraga
On Tue, 12 Oct 2010 14:49:26 +0530, Puneeth wrote: > > On Tue, Oct 12, 2010 at 1:45 PM, Eric S Fraga wrote: > > > > Actually, it's not!  It is now broken...  I fixed this on 2 October > > but there may be a problem with the publishing process if the > >

Re: [Orgmode] Re: [Babel] Handling of errors when using Ledger

2010-10-13 Thread Eric S Fraga
x27;d propose to fight for being the first one to fix that... And let's see > who will win... ;-) Please do!! As the original author (basing my code on other babel codes, mind you), I am happy to lose this fight ;-) I really don't know enough babel to make the changes required quickl

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric S Fraga
ad (swap the two arguments to the format string around): : (format "- [[%s][%s]]" file (file-name-sans-extension file Also, maybe change the link to include the current directory: : (format "- [[./%s][%s]]" file (file-name-sans-extension file

Re: [Orgmode] [Babel] Library calls and begin_example

2010-10-16 Thread Eric S Fraga
ts? I thought you were merging the parameters? If the ":results latex" argument has been specified in the #+begin_src line, why do we need to repeat it here? Thanks, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-17 Thread Eric S Fraga
Carsten > Excellent. Thanks for this! Works perfectly. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

Re: [Orgmode] Re: [Babel] Library calls and begin_example, where may I find the code ?

2010-10-17 Thread Eric S Fraga
nnot find my own message using the search engine. Does anybody know why this might be? I've tried a number of combinations including just looking for emails from myself. Oh well, in any case, here is the link to my message (which I found by simply going back through the list manually): http

Re: [Orgmode] Re: org-default-notes-file

2010-10-18 Thread Eric S Fraga
isp") : (require 'org-install) After making the changes, check org-version again. Are you still getting 6.33 or are you now in 7.01xxx? I should also add that I set my default org notes file to a file name without a path but define org-directory to point to the appropriate directory:

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Eric S Fraga
On Mon, 18 Oct 2010 16:54:37 +0200, Christian Egli wrote: > > Eric S Fraga writes: > > > For the recent project I had to prepare, I did have to generate a > > GANTT chart. I tried using TJ2 via org but found the current > > implementation not suitable for my way

Re: [Orgmode] timestamp with repeater interval

2010-10-18 Thread Eric S Fraga
ith an end date, you will need to resort to diary expressions (see diary sexps in section 8.1 of the manual). -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send re

Re: [Orgmode] timestamp with repeater interval

2010-10-19 Thread Eric S Fraga
On Mon, 18 Oct 2010 22:53:45 +0200, Rainer Thiel wrote: > > 2010/10/18 Eric S Fraga : > > On Mon, 18 Oct 2010 18:17:28 +0200, Rainer Thiel > > wrote: > > That expression tells org to repeat that event every 14 weeks.  If you > > want a repeat entry with an end da

Re: [Orgmode] timestamp with repeater interval

2010-10-21 Thread Eric S Fraga
On Wed, 20 Oct 2010 00:16:51 +0200, Rainer Thiel wrote: > > 2010/10/19 Eric S Fraga : > > On Mon, 18 Oct 2010 22:53:45 +0200, Rainer Thiel > > wrote: > > Emacs -> Calendar/Diary -> Advanced Calendar/Diary usage -> Sexp Diary > > Entries > > Than

Re: [Orgmode] Re: Difference between org-footnote.el and footnote.el

2010-10-21 Thread Eric S Fraga
> That's not completely true. The line has to be "-- ", i.e. "--" > followed by exactly one space. > > Bye, > Tassilo indeed. looking at the code in footnode.el, there is a search for the message-signature-separator, which defaults to "^-- $" to fi

Re: [Orgmode] Bug: Another possible error for in-line math parsing

2010-10-22 Thread Eric S Fraga
On Thu, 21 Oct 2010 22:25:14 +0200, Carsten Dominik wrote: > > > On Oct 21, 2010, at 7:52 PM, Jeff Horn wrote: > > >> Org-mode will never be a perfect TeX scanner, and this is really > >> hard. > >> Help yourself and Org by using \( and \) as math delimiters when > >> you wish to > >> include

Re: [Orgmode] RFI -- Which completion system?

2010-10-22 Thread Eric S Fraga
) --8<---cut here---end--->8--- in most text buffers. This means that TAB no longer does what it should in org mode but I use C-i for that functionality as most of the time I am typing text and not moving things around. HTH, eric -- Eric S Fraga Gnu

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-22 Thread Eric S Fraga
examples/ -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Unable to quit emacs after enabling Clocking

2010-10-24 Thread Eric S Fraga
location), maybe you want ".*" as the file regex? eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] timestamp with repeater interval

2010-10-24 Thread Eric S Fraga
On Sun, 24 Oct 2010 17:11:34 +0200, Rainer Thiel wrote: > > Many thanks, Eric, > > 2010/10/21 Eric S Fraga : > > Matt Lundin has just posted a respond (in another thread) which answers > > your question: > > > > On Wed, 20 Oct 2010 21:31:04 -0400, Matt

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-26 Thread Eric S Fraga
oes *not* look at the document wide settings whereas export does. This is why Eric is suggesting you export the babel code so that it is interpreted by the latex document that results from exporting the whole org document. Otherwise, make sure the settings you want are within the latex source code b

[Orgmode] Re: timestamp with repeater interval

2010-10-26 Thread Eric S Fraga
On Mon, 25 Oct 2010 13:30:29 -0400, Matt Lundin wrote: > > Eric S Fraga writes: [...] > > Thanks for this clarification Eric. I updated the FAQ accordingly. Thanks! You beat me to it. I was off-line most of yesterday (examining a PhD student...) but had given myself a task

Re: [Orgmode] Multi-line headline

2010-10-26 Thread Eric S Fraga
? You could of course simply have multiple headings in a row: * this the first line of the headline * followed by the second -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply A

Re: [Orgmode] Beamer center frametitle and block?

2010-10-28 Thread Eric S Fraga
matting is the responsibility of the beamer theme you have used and so maybe you simply need to change that theme? -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-28 Thread Eric S Fraga
e a tool which would take a Word document with /track changes/ and generate a patch file for a text version of that document... that could then provide some mechanism for getting changes back into an org document (modulo problems with line re-arrangements unfortunately). Just a pipe dream... -- Er

[Orgmode] Re: [WISH] Org Importers

2010-10-28 Thread Eric S Fraga
Jambunathan K writes: > Eric > >> However, what would be ideal would be if there were a tool which would >> take a Word document with /track changes/ and generate a patch file for >> a text version of that document... that could then provide some >> mechanism for getting changes back into an org

[Orgmode] Re: [WISH] Org Importers

2010-10-28 Thread Eric S Fraga
Jambunathan K writes: > Eric S Fraga writes: >> I'm not sure I understand. change tracking in org is trivial (git, >> mercurial, etc); it's extracting Word change tracking information in a >> form usable by other tools that is not trivial... > > My intention

Re: [Orgmode] [WISH] Org Importers

2010-10-28 Thread Eric S Fraga
ing on version control systems (git etc.). -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Eric S Fraga
. I haven't tried an image yet but the latex definitely works well. Thanks, eric PS - I'll be tracking that git repository! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

[Orgmode] Re: [WISH] Org Importers

2010-10-29 Thread Eric S Fraga
ions that don't catch everything. Your approach sounds quite appealing! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-29 Thread Eric S Fraga
G rw+ Scalable Vector Graphics (RSVG 2.26.0) which means it can read and write SVG format images. eric Footnotes: [1] http://www.imagemagick.org/script/index.php -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D _

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-10-29 Thread Eric S Fraga
(:hlines . "no") (:session . "none")) "" nil 0)) org-babel-execute-src-block-maybe() org-babel-execute-maybe() org-babel-execute-safely-maybe() run-hook-with-args-until-success(org-babel-execute-safely-maybe) org-ctrl-c-ctrl-c(nil) call-interactively(org-

Re: [Orgmode] Re: Release 7.02

2010-10-29 Thread Eric S Fraga
regex form. That is, a single line consisting of exactly two dashes and one space indicates the start of the signature. Nothing else does. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-29 Thread Eric S Fraga
Łukasz Stelmach writes: > Eric S Fraga writes: > >> ImageMagick [1] will convert from/to SVG to/from many formats including >> EPS. I've not tried any conversions with SVG, mind you, so this is >> based on the documentation. >> > > I'll check i

Re: [Orgmode] [Babel] detangle

2010-10-29 Thread Eric S Fraga
you?) should add to =ob-ledger.el= perhaps? I've not tried any other codes as I don't /tangle/ often. Thanks, eric -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

Re: [Orgmode] [Babel] detangle

2010-10-29 Thread Eric S Fraga
clean && make"'d your repo since the > last push? done all that and org-reload several times today but I had not re-started emacs; oops! I just did so and everything seems to be working much better. The jump to org doesn't actually make the buffer appear but it does move

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-10-29 Thread Eric S Fraga
"Eric Schulte" writes: > Eric S Fraga writes: > >> Eric, >> >> This is really nice! >> >> I had a problem initially in that calc-push-list was undefined. I had >> to initiate calc first so maybe a >> >> : (require 'cal

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-10-30 Thread Eric S Fraga
ression, just from the simple reason that these will be longer than stack operations and so the overhead of a quote is smaller as a percentage of keystrokes... Anyway, thanks for this. I think this is going to be quite useful but it does mean really getting down and learning emacs calc... --

[Orgmode] [babel] ob-octave requires octave 3.2 or extra package

2010-10-30 Thread Eric S Fraga
course. -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ 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

[Orgmode] Re: [babel] ob-octave requires octave 3.2 or extra package

2010-11-01 Thread Eric S Fraga
Dan Davison writes: > Eric S Fraga writes: > >> Hello, >> >> Just a comment on requirements: ob-octave assumes the presence of the >> =dlmwrite= function. This is available as standard with octave 3.2 but >> requires an extra package (=octave-io=) if you ha

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-02 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > >>>>>> Eric S Fraga writes: > >> I believe both of these problems are related to the new list >> handling as I used to be able to export inline tasks perfectly fine >> in September. > > Well, this is strange. I

Re: [Orgmode] Problem with links to Wanderlust messages

2010-11-02 Thread Eric S Fraga
ppreciate if someone could give me a example of a > working link using WL in a Maildir configuration One example I have looks like this =wl:.wlinbox#4c63a6xxx0...@xxx.ac.uk= (with some bits replaced by XXX to protect the innocent) -- Eric S Fraga, GnuPG: 8F5C 279D 3907 E14A 5C

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-02 Thread Eric S Fraga
Eric S Fraga writes: > Nicolas Goaziou writes: > >> Hello, >> >>>>>>> Eric S Fraga writes: >> >>> I believe both of these problems are related to the new list >>> handling as I used to be able to export inline tasks perfectly fin

[Orgmode] [error] Error in the info manual on :noweb header arguments

2010-11-03 Thread Eric S Fraga
be expanded when the block is evaluated or | exported. `---- Specifically, the last bullet point should be for `tangle', not `yes'. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.10.g7f79) _

[Orgmode] [babel] do header arguments on call/function/lob evaluations work or not

2010-11-03 Thread Eric S Fraga
een trying to update the tutorial example) and I wonder whether I have done something wrong with the ob-ledger code initially... Thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.10.g

Re: [Orgmode] [babel] do header arguments on call/function/lob evaluations work or not

2010-11-03 Thread Eric S Fraga
"Thomas S. Dye" writes: > Hi Eric, > > I don't think they work yet. See Eric Schulte's message to the mailing list > on Oct. 27: > > Re: [Orgmode] org babel and alternative output file when using +call > > All the best, > > Tom > > On No

Re: [Orgmode] Umlauts in LaTeX export

2010-11-03 Thread Eric S Fraga
en better, for the OP, is to switch to the tex input method (M-x set-input-method RET tex RET)! In this case, you can type \"o to get ö. Almost all TeX and LaTeX sequences are understood (e.g. \forall to get ∀, \exists for ∃, \alpha for α, \leftrightharpoons for ⇋, and so on.) You can see all

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-11-03 Thread Eric S Fraga
Forgot to CC the list et al. "Eric Schulte" writes: > Eric S Fraga writes: [...] >> I now wonder if it would be worthwhile discussing the choices you have >> made regarding stack versus algebraic evaluation. I would rather have >> the quote mean an algebraic e

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Eric S Fraga
what was there before! The one problem it has is that the description environment should be closed when the /end/ of the inline task is found. At present, you are closing the description environment well after that (I think when you hit the next heading?). Thanks again, eric -- : Eric S Fraga (Gn

[Orgmode] [babel] Ledger tutorial rewritten

2010-11-04 Thread Eric S Fraga
with the more user friendly use of :noweb literate programming. Comments are more than welcome, of course! Thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.14.g106ad) ___ Emacs

Re: [Orgmode] Umlauts in LaTeX export

2010-11-04 Thread Eric S Fraga
n This text includes a number of characters from España because we want to say /cigüeña/ instead of /swan/. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.14.g106ad) ___ Emacs-orgmode maili

Re: [Orgmode] make a timeline from a table?

2010-11-04 Thread Eric S Fraga
ist back in early October: http://article.gmane.org/gmane.emacs.orgmode/31824 Maybe check that message out in any case for an example of how to work with an org table and create tikz commands for latex export. HTH, eric -- : Eric S Fraga (Gn

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
h Gnus. I love all this tools. Yes, there's great potential for the gnus+org combination to give a really nice email experience! Thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.14.g106ad) ___

Re: [Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> I have just pushed changes to the org babel Ledger tutorial on Worg. >> This should hopefully be propagated to the actual web site in due course >> and will be found at: >> >> : http://orgmode.

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-11-04 Thread Eric S Fraga
k the next step would be to allow different sessions to specify > different stacks. [...] works well for me! Thanks. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.02trans (release_7.3.18.g3818) ___ Emacs-orgmod

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
ings as Sébastien has posted along with your augmented error handling. I don't really understand all the mm-uu code (although I'm learning...) so I am not sure how gnus knows to invoke the specific org code you guys have posted. Maybe other gnus configurations, especially g

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
Sébastien Vauban writes: > Eric, > > Eric S Fraga wrote: [...] >> If there are any obvious things I should be looking at, please let me know. > > Not that I know of. > > For the sake of completeness, this is the part I have about my viewing > customizations. >

  1   2   3   4   5   6   7   8   9   10   >