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

2011-02-09 Thread Eric S Fraga
John Hendy writes: [...] > Yeah.. most of my todos aren't medium-sized projects, though. Many of them > are more along the lines of one-liner action items I need to jot to myself > so I don't forget as well as keeping them as a sort of rolling "next > actions" queue. For that reason, I'd much ra

[Orgmode] Bug: org-capture - org-vm store link requires buffer file not always present [7.4]

2011-02-09 Thread Arik Mitschang
In VM if you have created a virtual folder, the buffer is not associated with any file. However, during org-capture a function called org-vm-store-link requires that the buffer (the vm folder in this case) be associated with a file causing a type-mismatch error. I can fix the problem with the follo

[Orgmode] [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src) it's possible to hit C-c ' and edit the block code in a separate buffer with the appropriate mode. This doesn't appear to work when using org-exp-blocks to edit a "begin_dot" block. Is there a command to do this? Thanks, Chris

[Orgmode] Re: Fontification of blocks

2011-02-09 Thread Dan Davison
>> Just quickly, one thing I noticed is that the begin/end lines were >> visible even inside folded trees. I.e., in a folded org file, containing >> many src blocks, I could see the coloured backgrounds "poking out" of >> the folded sections, extending to the right of the screen. [

Re: [Orgmode] org-agende changes mode in buffer to fundamental

2011-02-09 Thread Eric S Fraga
Detlef Steuer writes: > Hi! > > Just trying to start my workday ... > > As always the first command is > emacs todo.org > > Everthing looks like it should, mode is Org . > But now, if I type > C-a a > to view my agenda, mode is reverted back to fundamental. What version of emacs are you using?

Re: [Orgmode] [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Eric S Fraga
Chris Maier writes: > In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src) > it's possible to hit C-c ' and edit the block code in a separate > buffer with the appropriate mode. This doesn't appear to work when > using org-exp-blocks to edit a "begin_dot" block. > > Is there a c

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Sébastien Vauban
Hi Chris, Chris Maier wrote: > In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src) it's > possible to hit C-c ' and edit the block code in a separate buffer with the > appropriate mode. This doesn't appear to work when using org-exp-blocks to > edit a "begin_dot" block. > > Is th

[Orgmode] [babel] After Tangle Change File Permission

2011-02-09 Thread Ian Barton
I am starting to use babel to maintain my collection of shell scripts. I want to automate the process as much as possible, so I would like to be able to set the execute bit on my tangled .sh scripts after the tangle process. I see that there is an after-tangle hook. Can anyone give me some hin

Re: [Orgmode] Automatic noexport tag based on rules? (and a possible bug)

2011-02-09 Thread Nick Dokos
John Hendy wrote: > Yeah.. most of my todos aren't medium-sized projects, though. Many of them > are more along the lines of one-liner action items I need to jot to myself > so I don't forget as well as keeping them as a sort of rolling "next > actions" queue. For that reason, I'd much rather kee

[Orgmode] Exporting to html

2011-02-09 Thread Andrea Crotti
I have a quite huge file with a lot of code blocks in many possible languages. Now the problem is that I'm not able to export it to html/pdf. Some other times it happened that pdf export was not working, but it was quite easy to spot the mistake and fix it. But with html export I'm not understandi

Re: [Orgmode] [babel] After Tangle Change File Permission

2011-02-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2011 10:16 AM, Ian Barton wrote: > I am starting to use babel to maintain my collection of shell scripts. I > want to automate the process as much as possible, so I would like to be > able to set the execute bit on my tangled .sh scripts after

Re: [Orgmode] Re: Problem exporting table with images

2011-02-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/08/2011 09:02 PM, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> #+TITLE: Export of images in table to pdf >> #+AUTHOR:Rainer M. Krug >> #+DATE: 2011-02-08 Tue >> >> Hi >> >> I have problems exporting this table wi

[Orgmode] Re: [babel] After Tangle Change File Permission

2011-02-09 Thread Dan Davison
Ian Barton writes: > I am starting to use babel to maintain my collection of shell > scripts. I want to automate the process as much as possible, so I > would like to be able to set the execute bit on my tangled .sh scripts > after the tangle process. > > I see that there is an after-tangle hook.

[Orgmode] Re: Problem exporting table with images

2011-02-09 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: > Which gives the following error: > > > LaTeX Warning: File `./img_1_1.pdf' not found on input line 68. > > !pdfTeX error: pdflatex (file ./img_1_1.pdf): cannot find image file > ==> Fatal error occurred, no output PDF file produced! > > > So do I have t

Re: [Orgmode] Re: Problem exporting table with images

2011-02-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2011 11:36 AM, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> Which gives the following error: >> >> >> LaTeX Warning: File `./img_1_1.pdf' not found on input line 68. >> >> !pdfTeX error: pdflatex (file ./img_1_1.pdf):

[Orgmode] Re: org-agende changes mode in buffer to fundamental

2011-02-09 Thread Detlef Steuer
On Wed, 09 Feb 2011 08:54:41 + Eric S Fraga wrote: > Detlef Steuer writes: > > > Hi! > > > > Just trying to start my workday ... > > > > As always the first command is > > emacs todo.org > > > > Everthing looks like it should, mode is Org . > > But now, if I type > > C-a a > > to view my

Re: [Orgmode] [Patch 2/2] org-publish

2011-02-09 Thread Manuel Giraud
Bastien writes: > I'd welcome a reworked version of this idea! Hi Bastien, Thanks for accepting my previous patch. Here's a new version of this last patch that support formated sitemap entry. --8<---cut here---start->8--- commit 660ece15eca316075da6529560bf6

[Orgmode] [babel] Execute checks before trying to load Babel languages

2011-02-09 Thread Sébastien Vauban
Hi, I am sharing my .emacs file, and this is beginning to cause problems with people who don't have the same environment as I do. In particular with the following: #+begin_src emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '( (C . t)

Re: [Orgmode] Problems with source code listings in PDF

2011-02-09 Thread Robert Klein
Am 08.02.2011, 16:47 Uhr, schrieb Thomas S. Dye : On Feb 8, 2011, at 4:59 AM, Avdi Grimm wrote: I'm working on creating a PDF eBook with Org-Mode, and I'm running into some difficulty getting them to come out looking decent. [s.d.] I'm seeing a few problems with the output: 1. There is n

[Orgmode] :no-expand in :PROPERTIES: block?

2011-02-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 #+BABEL: :var A="one" :var B="two" Hi is it possible to put the :no-expand option in a :properi * Behind source block #+begin_src sh :tangle notHere.sh :no-expand echo "No they are not here" #+end_src * Behind source block :PROPERTIES: :

Re: [Orgmode] [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Eric S Fraga
Chris Maier writes: > The begin_dot is part of org-exp-blocks, as I understand it, and > appears required to make it evaluate the Dot code, create the image > file, and then incorporate that into the exported document (LaTeX, > HTML, etc.) > > Thanks, > Chris > > On Wed, Feb 9, 2011 at 3:56 AM, E

[Orgmode] Re: Store link in message mode

2011-02-09 Thread Ulf Stegemann
Bastien wrote: > Ulf Stegemann writes: > >> If you think --despite of those issues-- it's worth adding the creation >> of gnus links while in message mode I could provide a patch. > > FWIW, I think it would be useful. > >> I'd probably add the functionality to `org-gnus-store-link' but I'm >> no

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Dan Davison
Eric S Fraga writes: > Chris Maier writes: > >> The begin_dot is part of org-exp-blocks, as I understand it, and >> appears required to make it evaluate the Dot code, create the image >> file, and then incorporate that into the exported document (LaTeX, >> HTML, etc.) >> >> Thanks, >> Chris >> >

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

2011-02-09 Thread John Hendy
On Wed, Feb 9, 2011 at 1:40 AM, Eric S Fraga wrote: > John Hendy writes: > > [...] > > > Yeah.. most of my todos aren't medium-sized projects, though. Many of > them > > are more along the lines of one-liner action items I need to jot to > myself > > so I don't forget as well as keeping them as

[Orgmode] Re: [babel] Execute checks before trying to load Babel languages

2011-02-09 Thread Dan Davison
Hey Seb, > I am sharing my .emacs file, and this is beginning to cause problems with > people who don't have the same environment as I do. In particular with the > following: > > #+begin_src emacs-lisp > (org-babel-do-load-languages >'org-babel-load-languages >'(

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Christopher Allan Webber
I do this for generating work reports, but all I do is #+begin_src emacs-lisp (setq org-log-done 'time) (setq org-log-state-notes-into-drawer t) #+end_src To enable logging (second line is to prevent cluttering things up) Then in the agenda: press "v l" to enable logging press "v a" to enable

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
I fixed my problem... had to dig around in the source of ob-dot.el, though, since it doesn't appear to be on the website [1]. There are some additional undocumented header parameters that ob-dot adds to the standard Babel params. With org-exp-blocks you do this: #+begin_dot foo.png -Tpng ... dot

[Orgmode][babel] Problem using noweb

2011-02-09 Thread andy
I want to take advantage of babel's noweb capabilities, but I can't seem to get it to work. I'm sure there is something trivial wrong with my source block, but after looking at the documentation and looking at the examples I can find on the web, I think this should work. I define a variable in tes

Re: [Orgmode] Store link in message mode

2011-02-09 Thread Bastien
Bastien writes: > Such a change belongs to `org-gnus-store-link' -- I'd be glad to apply a > patch to this effect. Ulf sent me a patch that I just applied. It allows Gnusers to create org-links from message-mode. This is a move toward a more general solution "org-message.el", handling not o

[Orgmode] [Accepted] [Orgmode,2/2] org-publish

2011-02-09 Thread Bastien Guerry
Patch 590 (http://patchwork.newartisans.com/patch/590/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87bp2lcs6d.fsf%40univ-nantes.fr%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Dan Davison
Chris Maier writes: > I fixed my problem... had to dig around in the source of ob-dot.el, > though, since it doesn't appear to be on the website [1]. There are > some additional undocumented header parameters that ob-dot adds to the > standard Babel params. > > With org-exp-blocks you do this: >

Re: [Orgmode] [Patch 2/2] org-publish

2011-02-09 Thread Bastien
Hi Manuel, Manuel Giraud writes: > Thanks for accepting my previous patch. Here's a new version of this > last patch that support formated sitemap entry. Works fine, thanks. Note for later: better to prepare patch submission with git format-patch* so that I don't have to amend the commit messa

Re: [Orgmode] Bug: org-capture - org-vm store link requires buffer file not always present [7.4]

2011-02-09 Thread Bastien
Hi Arik, Arik Mitschang writes: > In VM if you have created a virtual folder, the buffer is not associated > with any file. However, during org-capture a function called > org-vm-store-link requires that the buffer (the vm folder in this case) > be associated with a file causing a type-mismatch

Re: [Orgmode] org-agende changes mode in buffer to fundamental

2011-02-09 Thread Bastien
Hi Detlef, Detlef Steuer writes: > Just trying to start my workday ... > > As always the first command is > emacs todo.org > > Everthing looks like it should, mode is Org . > But now, if I type > C-a a > to view my agenda, mode is reverted back to fundamental. > > That also happens if I use >

[Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-09 Thread Bastien
Julien Danjou writes: > On Sat, Feb 05 2011, Matt Lundin wrote: > >> This results in only a day view because org-agenda-current-span is still >> 'day. > > Here's a proposal fix. I applied it to early, I made the error of not testing it with a bare "emacs -q". The fix is not okay. Let's find a

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Marcelo de Moraes Serpa
Christopher, thank you very much! Although I have been using org for quite some time, I never really spend time going through the manual and learning all the nuances of the agenda, and I often forget how powerful it is. It would really nice if we had an agenda command to export all of this as a P

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > Although I have been using org for quite some time, I never really > spend time going through the manual and learning all the nuances of > the agenda, and I often forget how powerful it is. It's a good read :) > It would really nice if we had an ag

[Orgmode] Underscores in HTML Exported URLs get backslashes added

2011-02-09 Thread Jonathan Arkell
Hi list I am having a problem, and my google-fu is a little weak in finding the solution. Whenever I do an HTML export of an org-page if a URL contains underscores in it it will be exported escaped with a backslash in the text of the url. For instance if I have an org buffer: ** Some foo tit

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

2011-02-09 Thread John Hendy
Nevermind. Once I located 'org-inlinetask.el' the answer was clear. John On Wed, Feb 9, 2011 at 9:18 AM, John Hendy wrote: > On Wed, Feb 9, 2011 at 1:40 AM, Eric S Fraga wrote: > >> John Hendy writes: >> >> [...] >> >> > Yeah.. most of my todos aren't medium-sized projects, though. Many of >

Re: [Orgmode] [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
The begin_dot is part of org-exp-blocks, as I understand it, and appears required to make it evaluate the Dot code, create the image file, and then incorporate that into the exported document (LaTeX, HTML, etc.) Thanks, Chris On Wed, Feb 9, 2011 at 3:56 AM, Eric S Fraga wrote: > Chris Maier wri

[Orgmode] Re: [PATCH] org-bbdb: allow anniversaries with unknown years

2011-02-09 Thread Christoph Groth
Thomas Baumann writes: > Christoph Groth writes: > >> Anniversaries in BBDB can be now also specified in the format MM-DD >> next to -MM-DD. > The ChangeLog should mention that any customized > "org-bbdb-anniversary-format-alist" has to be updated, otherwise there > will be an "Bad sexp at

[Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-09 Thread Erik Iverson
Hello, I have started playing around with SLIME and was pleased to find there was already some support in org-mode for evaluating Common LISP blocks. The comments in ob-lisp.el makes it clear that it is not complete support yet. It appears for example that you can only evaluate one lisp form per

[Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Julien Danjou
Hi, Following my short presentation at the Paris OrgCamp, I've now written a page and officially released org-contacts. It is a contact manager based on Org, that can possibly replace BBDB for certain usage. http://julien.danjou.info/org-contacts.html -- Julien Danjou ❱ http://julien.danjou.

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Nicolas Goaziou writes: > I've pushed a change in that direction. Unchecked boxes do not rely > anymore on visibility:hidden style property. Looks OK, but the space should probably be replaced by   to avoid possible tearing of the checkbox. The regex for matching does not catch "[-]", which expl

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Achim Gratz writes: > I've found some time today to install the new-struct branch at my work > machine. Things look good so far and the checkboxes have started to > work again. :-) I've since been working with the code (and doing the occasional pull) without noticing any ill effects. I'd like t

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

2011-02-09 Thread John Hendy
On Wed, Feb 9, 2011 at 12:13 PM, Nicolas Goaziou wrote: > Hello, > > > Eric S Fraga writes: > > You can then customise =org-inlinetask-export-templates= to generate > > latex code that basically ignores the inline task. > > For the record, if the goal is to completely ignore inline tasks upon

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread John Hendy
On Wed, Feb 9, 2011 at 3:02 AM, Julien Danjou wrote: > Hi, > > Following my short presentation at the Paris OrgCamp, I've now written a > page and officially released org-contacts. It is a contact manager based > on Org, that can possibly replace BBDB for certain usage. > > http://julien.danjou

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Nicolas Goaziou
Hello, > Achim Gratz writes: > Nicolas Goaziou writes: >> I've pushed a change in that direction. Unchecked boxes do not rely >> anymore on visibility:hidden style property. > Looks OK, but the space should probably be replaced by   to > avoid possible tearing of the checkbox. The regex for

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Tassilo Horn
Julien Danjou writes: Hi Julien, > Following my short presentation at the Paris OrgCamp, I've now written > a page and officially released org-contacts. It is a contact manager > based on Org, that can possibly replace BBDB for certain usage. > >http://julien.danjou.info/org-contacts.html A

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread John Hendy
On Wed, Feb 9, 2011 at 3:02 AM, Julien Danjou wrote: > Hi, > > Following my short presentation at the Paris OrgCamp, I've now written a > page and officially released org-contacts. It is a contact manager based > on Org, that can possibly replace BBDB for certain usage. > > http://julien.danjou

Re: [Orgmode][babel] Problem using noweb

2011-02-09 Thread Eric S Fraga
andy writes: > I want to take advantage of babel's noweb capabilities, but I can't seem > to get it to work. I'm sure there is something trivial wrong with my > source block, but after looking at the documentation and looking at the > examples I can find on the web, I think this should work. > >

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Nicolas Goaziou writes: > Checkboxes are not boldened anymore since that patch. They are > enclosed in tags. You may be, somehow, looking at old code. Indeed I was on a branch that hadn't been fully merged with your latest changes, sorry for the confusion. But I sustain the suggestion for   ins

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Sébastien Vauban
Hi Julien, John Hendy wrote: > From skimming the website and org-contacts.el, is the main advantage that it > can search multiple files as well as integrate with gnus? This looks very neat. Thanks for sharing. >From skimming on the available docs, would I be right to state that the only missing

[Orgmode] Re: [babel] Problem using noweb

2011-02-09 Thread Dan Davison
Eric S Fraga writes: > andy writes: > >> I want to take advantage of babel's noweb capabilities, but I can't seem >> to get it to work. [...] >> * Foo >> ** Bar >> #+src_name: bar >> #+begin_src R :noweb yes :session *R* >> <> >> print("I am here") >> a >> #+end_src >> >> * test-block >> #

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Julien Danjou
On Wed, Feb 09 2011, John Hendy wrote: > From skimming the website and org-contacts.el, is the main advantage that it > can search multiple files as well as integrate with gnus? I don't use gnus > (can't access personal email via pop/imap from behind work firewall) and so > that feature isn't whol

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Julien Danjou
On Wed, Feb 09 2011, Sébastien Vauban wrote: > From skimming on the available docs, would I be right to state that the only > missing *features set* (vs bbdb) is the *scanning done on the incoming mails*: > detecting a new email address, asking to add it, eventually as the primary > one, detecting

[Orgmode] Re: [babel] Problem using noweb

2011-02-09 Thread andy
On 02/09/2011 03:27 PM, Dan Davison wrote: > Eric S Fraga writes: > >> andy writes: >> >>> I want to take advantage of babel's noweb capabilities, but I can't seem >>> to get it to work. > [...] >>> * Foo >>> ** Bar >>> #+src_name: bar >>> #+begin_src R :noweb yes :session *R* >>> <> >>> pr

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-09 Thread Russell Adams
On Wed, Feb 09, 2011 at 09:43:33PM +0100, Julien Danjou wrote: > On Wed, Feb 09 2011, S??bastien Vauban wrote: > > > From skimming on the available docs, would I be right to state that the only > > missing *features set* (vs bbdb) is the *scanning done on the incoming > > mails*: > > detecting a n

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Nicolas Goaziou
> Achim Gratz writes: > But I sustain the suggestion for   instead of a space > character. :-) Done. You may need to use -f flag. Thank you for the suggestion, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Orgmode] Re: [babel] Problem using noweb

2011-02-09 Thread Eric S Fraga
Dan Davison writes: > Eric S Fraga writes: [...] > >> I believe that you need to specify noweb on every source block, >> including the one you wish to include. > > Nope. :) Only bar needs :noweb above. Thanks for the correction! this is one of those cases of having tried all kinds of things,

Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Eric Schulte
Dan Davison writes: > Eric S Fraga writes: > >> Chris Maier writes: >> >>> The begin_dot is part of org-exp-blocks, as I understand it, and >>> appears required to make it evaluate the Dot code, create the image >>> file, and then incorporate that into the exported document (LaTeX, >>> HTML, et

Re: [Orgmode] Re: [babel] After Tangle Change File Permission

2011-02-09 Thread Eric Schulte
Dan Davison writes: > Ian Barton writes: > >> I am starting to use babel to maintain my collection of shell >> scripts. I want to automate the process as much as possible, so I >> would like to be able to set the execute bit on my tangled .sh scripts >> after the tangle process. >> >> I see that

Re: [Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-09 Thread Eric Schulte
Hi Erik, I've been switching from Clojure to Common Lisp myself, and have also found that there are some issues with ob-lisp.el (although I've been too busy recently to look closely at them). ob-clojure.el works well, and uses slime for code evaluation -- and it has a simpler setup than ob-lisp -

Re: [Orgmode] allout-mode + Babel

2011-02-09 Thread Eric Schulte
I'm not sure what sort of text allout-mode uses to indicate outline headers, but perhaps this could be accomplished simply by customizing the `org-babel-tangle-comment-format-end' and `org-babel-tangle-comment-format-end' variables. They are templates which specify how the comments around code blo

Re: [Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-09 Thread Erik Iverson
On 02/09/2011 07:18 PM, Eric Schulte wrote: Hi Erik, I've been switching from Clojure to Common Lisp myself, and have also found that there are some issues with ob-lisp.el (although I've been too busy recently to look closely at them). ob-clojure.el works well, and uses slime for code evaluatio

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
On Wed, Feb 9, 2011 at 11:14 AM, Dan Davison wrote: > Chris Maier writes: >> Is there a way to explicitly associate an major mode with a particular >> kind of language block? > > Hi Chris, > > Yes, see the variable org-src-lang-modes. Use customize, or something > like this: > > #+begin_src emacs