Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
yeah, right, make me feel even dumber ...wait, let me just wipe the egg off my face :-) Cheers. Fil On 25 February 2011 22:11, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I did try to google a few things, but "hide" was never one of my > keywords. > > Sigh. > > Google is grea

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Nick Dokos
Filippo A. Salustri wrote: > I did try to google a few things, but "hide" was never one of my keywords. > Sigh. > Google is great IFF you know what keywords to use. > > Thanks for the pointer. > Cheers. > Fil > > On 25 February 2011 18:11, Carsten Dominik wrote: > > >> > >> So I was wondering

[Orgmode] Re: HTML export options are being ignored

2011-02-25 Thread Jambunathan K
Cássio Koshikumo writes: > Hi all, > > I think there's a bug with the html exporter. With this OPTIONS line: > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > I get rid of the numbering and the TOC, but still get the creator, the > timestamp and the author lines at the end o

Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-25 Thread Suvayu Ali
Hi Tom, On Fri, 25 Feb 2011 16:39:35 -1000 "Thomas S. Dye" wrote: > Aloha Suvayu, > > it sounds like you have a different problem than the one I > experienced. Your error message seems to indicate the the .aux file > is present, but that it points to a missing .bbl file. > I am not very

Re: [Orgmode] Re: _<<...>>_ does not seem to export correctly

2011-02-25 Thread Samuel Wales
Is there a workaround other than creating custom links? On 2011-02-25, Cássio Koshikumo wrote: > Yes, I've also noticed this. The same thing happens with radio targets. > > Best, > > -- > Cássio Koshikumo > > At Wed, 23 Feb 2011 10:43:21 -0700, > Samuel Wales wrote: >> >> Lately in latest git, I

Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-25 Thread Suvayu Ali
Hi Eric, On Sat, 26 Feb 2011 00:23:15 + Eric S Fraga wrote: > suvayu ali writes: > > > Hi everyone, > > > > I am trying to use bibtex with pdf export for my thesis. So I tried > > customising =org-latex-to-pdf-process= so that bibtex is run before > > pdflatex. So from the customise buffer

Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-25 Thread Suvayu Ali
Hey Thomas, Thanks for your response. I have outlined what I tried and found below. On Fri, 25 Feb 2011 14:08:31 -1000 "Thomas S. Dye" wrote: > Aloha Suvayu, > > I had what sounds like a similar problem. You don't say why bibtex > fails, but in my case it wasn't able to find the .aux file.

[Orgmode] HTML export options are being ignored

2011-02-25 Thread Cássio Koshikumo
Hi all, I think there's a bug with the html exporter. With this OPTIONS line: #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil I get rid of the numbering and the TOC, but still get the creator, the timestamp and the author lines at the end of the page. Exporting to ASCII seem to e

[Orgmode] Re: _<<...>>_ does not seem to export correctly

2011-02-25 Thread Cássio Koshikumo
Yes, I've also noticed this. The same thing happens with radio targets. Best, -- Cássio Koshikumo At Wed, 23 Feb 2011 10:43:21 -0700, Samuel Wales wrote: > > Lately in latest git, I have been getting the following in > HTML region export. > > Input: > > * _<>_ > > Export (leav

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Eric Schulte
> * List all files in dir (version of Seb) > > Just to show, this code prints a semi-colon after every filename. > > #+srcname: graph-files-seb2 > #+begin_src sh :results vector :var dir=graph-dir > find $dir -type f -print |\ > while read -r name > do > echo "\"${name##*/}\";" > done

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-25 Thread Eric Schulte
Hi Andreas, This patch looks like a great idea and a clean implementation. Thanks for sharing. Would you be willing to sign the FSF copyright assignment papers? If not I probably can not apply your patch as it changes over 10 lines -- which I'm pretty sure is the copyright assignment cutoff. F

Re: [Orgmode][babel] How-to realise a simplified usage scenario?

2011-02-25 Thread Eric Schulte
Hi Torsten, I found this email extremely hard to parse. Perhaps it would be easier if you first read through the relevant section of the Org-mode manual http://orgmode.org/manual/Working-With-Source-Code.html so that you are aware of what features are already provided by Babel. Then you could sh

Re: [Orgmode] [babel] Bug? :cache yes ignored when :noweb yes

2011-02-25 Thread Eric Schulte
Hi Andreas, This exact example worked for me -- that is the results were returned without executing the "sleep 5" code. Maybe you are using an old version of Org, or you have non-standard default header argument values? Best -- Eric Andreas Leha writes: > Hi all, > > When ':noweb yes' is in t

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-25 Thread Eric Schulte
> #+begin_src org > > * tikz with image magick > The following is a simple figure generated using tikz: > > #+begin_src latex :exports results :results (if (and (boundp 'backend) (eq > backend 'latex)) "latex" "file") :file test.png :imagemagick yes :iminoptions > -density 600 :imoutoptions -

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-25 Thread Eric Schulte
Hi Andreas, This patch looks like a great idea and a clean implementation. Thanks for sharing. Would you be willing to sign the FSF copyright assignment papers? If not I probably can not apply your patch as it changes over 10 lines -- which I'm pretty sure is the copyright assignment cutoff. F

Re: [Orgmode] Unable to select source code blocks

2011-02-25 Thread Eric Schulte
Giorgio Valoti writes: > Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto: > […] > Hi, > I don’t know if I’m missing something but I can’t get the > org-babel-goto-named-src-block to work. When I invoke it on the sample > file below the autocompletio

Re: [Orgmode] Exporting COMMENT blocks?

2011-02-25 Thread Eric Schulte
Hi Karl, Thanks for the bug report, I've just pushed up a fix for this issue. Please let me know if the problem continues. Best -- Eric Karl Eichwalder writes: > There seems to be a general problem with exporting commented blocks. > From the docs: > > Finally, regions surrounded by `#+BEG

Re: [Orgmode] [babel] maxima support?

2011-02-25 Thread Eric Schulte
Great, Thanks for sharing! Why don't we replace the shell-script munging with some elisp munging and add this to the core? I can help with the translation to elisp (although I may be busy through the weekend/week). Best -- Eric Eric S Fraga writes: > Litvinov Sergey writes: > >> I have not f

Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-25 Thread Eric S Fraga
suvayu ali writes: > Hi everyone, > > I am trying to use bibtex with pdf export for my thesis. So I tried > customising =org-latex-to-pdf-process= so that bibtex is run before > pdflatex. So from the customise buffer I set it to something like > this: I have #+begin_src emacs-lisp (setq org-la

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
I did try to google a few things, but "hide" was never one of my keywords. Sigh. Google is great IFF you know what keywords to use. Thanks for the pointer. Cheers. Fil On 25 February 2011 18:11, Carsten Dominik wrote: > > On 25.2.2011, at 19:22, Filippo A. Salustri wrote: > > So, >> I really l

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Nick Dokos
Nick Dokos wrote: > ... > It is called with a nil separator so it uses its "smart" mode and counts > one or more whitespace characters as the separator (I wonder > what would happen with a filename that contains a comma :-) > Answer: nothing much. Please disregard the comma comment: flippant st

[Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-25 Thread suvayu ali
Hi everyone, I am trying to use bibtex with pdf export for my thesis. So I tried customising =org-latex-to-pdf-process= so that bibtex is run before pdflatex. So from the customise buffer I set it to something like this: pdflatex -interaction nonstopmode -output-directory %o %f bibtex %b pdflatex

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Carsten Dominik
On 25.2.2011, at 19:22, Filippo A. Salustri wrote: So, I really like the emphasis bit that org-emphasis-alist gets me. But I find that the key characters to do the emphasis, as in / italics/, remain visible. It's distracting to me. I mean, since it's rendered in italics, it's redundant to s

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Nick Dokos
Sébastien Vauban wrote: > ... > * List all files in dir (version of Seb) > > My code was a bit more complex... because I need to be able to correctly take > care of filenames containing spaces inside them (I'm on Windows, I never do > such a thing, but there are well spaces on the files I wanna

Re: [Orgmode] Org-mode and fill-column value

2011-02-25 Thread John Hendy
Fantastic. Many thanks, John On Fri, Feb 25, 2011 at 4:07 PM, Nick Dokos wrote: > John Hendy wrote: > > > Hi, > > > > I would like to set my fill-column variable to a bit higher value since I > have no real need to keep it at 70, however my attempts seem not to be > working. > > > > The releva

[Orgmode] Re: Automatic noexport tag based on rules?

2011-02-25 Thread John Hendy
Reviving this as I can't believe the following solution was overlooked! On Tue, Feb 8, 2011 at 6:29 PM, John Hendy wrote: > Hi, > > > My apologies if this has been discussed. I couldn't find it. I write > everything from work in org-mode for several reasons. Primarily, it's my > documentation sy

[Orgmode] Re: Bug in creating LOGBOOK drawers and maybe in visibility cycling of drawer contens.

2011-02-25 Thread Nicolas
Rainer Stengele writes: > thank you! Unfortunately now the :END: encloses even more lines further > down the block! Indeed, the drawer is wrapped around the list. I think this is required as the list may well be some notes or TODO states to put into the logbook. If you don't want to have the li

[Orgmode] Re: date functions in org tables

2011-02-25 Thread Thorsten
all I needed to know ... thanks ___ 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] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-25 Thread Eric S Fraga
Derek Thomas writes: > I've been using BEAMER_env: ignoreheading to generate columns of > bulleted lists as follows > #+begin_src org > * hidden heading 1 :BMCOL:B_ignoreheading: > :PROPERTIES: > :BEAMER_col: 0.5 > :BEAMER_env: ignoreheading > :BEAMER_enva

Re: [Orgmode] Org-mode and fill-column value

2011-02-25 Thread Nick Dokos
John Hendy wrote: > Hi, > > I would like to set my fill-column variable to a bit higher value since I > have no real need to keep it at 70, however my attempts seem not to be > working. > > The relevant section in .emacs looks like this: > ,- > | (add-hook 'text-mode-hook 'turn-on-auto-fi

[Orgmode] Org-mode and fill-column value

2011-02-25 Thread John Hendy
Hi, I would like to set my fill-column variable to a bit higher value since I have no real need to keep it at 70, however my attempts seem not to be working. The relevant section in .emacs looks like this: ,- | (add-hook 'text-mode-hook 'turn-on-auto-fill) `- I then added this line: ,--

Re: [Orgmode] date functions in org tables

2011-02-25 Thread Nick Dokos
Thorsten wrote: > > Hello, > is there something like a column formula in org that enables me to introduce a > date in the first row and then automatically fills the other rows of > that column with followup dates (+ 1 day or + 1 week i.e.) > like this: > > | date| kg | > |--

[Orgmode] date functions in org tables

2011-02-25 Thread Thorsten
Hello, is there something like a column formula in org that enables me to introduce a date in the first row and then automatically fills the other rows of that column with followup dates (+ 1 day or + 1 week i.e.) like this: | date| kg | |-+| | <2011-02-08 Di> | 86

[Orgmode] Re: Bug in creating LOGBOOK drawers and maybe in visibility cycling of drawer contens.

2011-02-25 Thread Rainer Stengele
Am 25.02.2011 18:54, schrieb Nicolas: > Hello, > > Rainer Stengele writes: > >> 1. Having a text block like this: >> >> ** Headline >>SCHEDULED: <2011-02-25 Fr> >>CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00 >>CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01

[Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
So, I really like the emphasis bit that org-emphasis-alist gets me. But I find that the key characters to do the emphasis, as in /italics/, remain visible. It's distracting to me. I mean, since it's rendered in italics, it's redundant to show those '/' characters. I also know that all kinds of thi

[Orgmode] Re: Bug in creating LOGBOOK drawers and maybe in visibility cycling of drawer contens.

2011-02-25 Thread Nicolas
Hello, Rainer Stengele writes: > 1. Having a text block like this: > > ** Headline >SCHEDULED: <2011-02-25 Fr> >CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00 >CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01 >CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr

Re: [Orgmode] Unable to select source code blocks

2011-02-25 Thread Giorgio Valoti
Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto: >>> […] >>> Hi, >>> I don’t know if I’m missing something but I can’t get the org-babel-goto-named-src-block to work. When I invoke it on the sample file below the autocompletion shows nil and nothing else and i

[Orgmode] Re: org-toggle-checkbox bug

2011-02-25 Thread Nicolas
Hello, Patch applied. Thanks for catching this. Regards, -- Nicolas ___ 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] Bug in creating LOGBOOK drawers and maybe in visibility cycling of drawer contens.

2011-02-25 Thread Rainer Stengele
Hi all, I think I found 1 or 2 bugs: 1. Having a text block like this: ** Headline SCHEDULED: <2011-02-25 Fr> CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00 CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01 CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr 16:45]

[Orgmode] [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree

2011-02-25 Thread Rainer M Krug
Hi, When exporting this buffer to pdf, the R code becomes evaluated and the code and the result becomes exported; but when I export only the "Here it does not work" subtree, the :exports: is ignored and only the code is exported; if I export only the "Here it works" subtree, the code and result ar

[Orgmode] Re: [PATCH] Missing prompt label in capture template expansion

2011-02-25 Thread Aankhen
Hi Puneeth, On Fri, Feb 25, 2011 at 15:11, Puneeth Chaganti wrote: > Bar has the properties of a LINK associated with it and hence is not > being displayed in the mini-buffer.  Here is a possible fix, but I'm > not sure if it's the best fix. Whether or not it’s the best fix, it seems to be worki

[Orgmode] Re: Go to today in Calendar

2011-02-25 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Feb 23, 2011, at 11:14 AM, Sébastien Vauban wrote: >> Nathan Neff wrote: >>> I just found that you can press "." in the Calendar to jump to today's >>> date. >>> >>> This saves me a gazillion keypresses, especially when you have a one-key >>> mapping to sche

[Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Sébastien Vauban
Hi Eric, First, thanks for answering this open thread! "Eric Schulte" wrote: > I haven't followed this discussion very closely, but I'm not sure why it > would be necessary to pass data through STDIN rather than through a variable > or an external file. I'll comment on the full problem (or solut

[Orgmode] [babel] [PATCH]

2011-02-25 Thread Martyn Jago
Hi Babel I've been working on an exporter and have come across some strange behaviour regarding 'empty' source blocks with regard to tangling. If an attempt is made to tangle a block containing two blank (no white-space) lines, the block is exported as carriage returns (as I would expect). If a

Re: [Orgmode] Go to today in Calendar

2011-02-25 Thread Carsten Dominik
On Feb 11, 2011, at 4:14 PM, Bastien wrote: > Hi Nathan, > > Nathan Neff writes: > >> I just found that you can press "." in the Calendar to jump to today's >> date. > > Nice one, I didn't know that! It is actually in the manual, I just checked. - Carsten _

Re: [Orgmode] Re: Go to today in Calendar

2011-02-25 Thread Carsten Dominik
On Feb 23, 2011, at 11:14 AM, Sébastien Vauban wrote: > Hi Nathan, > > Nathan Neff wrote: >> I just found that you can press "." in the Calendar to jump to today's date. >> >> This saves me a gazillion keypresses, especially when you have a one-key >> mapping to schedule something in agenda mod

[Orgmode] [PATCH] org-macs: store evaluated version of pom

2011-02-25 Thread Julien Danjou
* lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This fixes a potential bug when using (org-with-point-at (func) …), where (func) would be evaluated multiple times, therefore might return different results if a marker was returned and different each time. Signed-off-by: Juli

Re: [Orgmode] Exporting to blogspot.com

2011-02-25 Thread Marcel van der Boom
On vr 25-feb-2011 10:53 Karl Eichwalder wrote: > The HTML export is mostly ok. The rather longish org-export-as-html > function even seems to allow tuning options. How can I make use of > 'body-only'? How can I pass it to org-export-as-html I have this in my emacs settings file: ; This puts

[Orgmode] Exporting to blogspot.com

2011-02-25 Thread Karl Eichwalder
I want to prepare a text ready to be blogged at blogspot.com. The HTML export is mostly ok. The rather longish org-export-as-html function even seems to allow tuning options. How can I make use of 'body-only'? How can I pass it to org-export-as-html? Final goal would be the combination of 'bod

[Orgmode] [PATCH] Missing prompt label in capture template expansion

2011-02-25 Thread Puneeth Chaganti
Hi, Bar has the properties of a LINK associated with it and hence is not being displayed in the mini-buffer. Here is a possible fix, but I'm not sure if it's the best fix. HTH, Puneeth diff --git a/lisp/org-capture.el b/lisp/org-capture.el index b5711f7..da21e89 100644 --- a/lisp/org-capture.el

[Orgmode] Re: [babel] maxima support?

2011-02-25 Thread Litvinov Sergey
Thanks. Works like a charm. ___ 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] Org-mode tutorial in Hungarian

2011-02-25 Thread Bastien
Hi, PASZTOR Miklos writes: > The Hungarian version of David O'Toole's tutorial is avilable at > http://deneb.iszt.hu/~pasztor/orgtutorial/notebook/orgtutorial-hu.html Nice, thanks. I added a link to it in Worg/org-tutorials/index.org -- Bastien __