[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
Hi, I don't have much more to do on the patch. I suspect it could be slow with larger files, perhaps it could be programmed to only refontify changed blocks (i.e. use the caching mechanism for block results to prevent redundant fontifying. Perhaps someone who knows about babel internals can help?

[Orgmode] Re: What license for Worg?

2010-08-03 Thread Bastien
Or we might also consider CC0: http://creativecommons.org/publicdomain/zero/1.0/ It looks way more simple to me. It also circumvents the problem of people having to sign the FSF papers if the Org/Emacs manuals include part of the code they contributed to Worg as examples. What people think?

Re: [Orgmode] [ANN] org-protocol-httpd

2010-08-03 Thread Torsten Wagner
Hi Andreas, this sounds very interesting and I would like to look further inside. The following idea just came to my mind: Might it be possible to use org-protocol-httpd as a server for mobileorg? Because this would allow to have a light-weight client on a smartphone (only to display the requested

Re: [Orgmode] How to change plain text face in Org Mode?

2010-08-03 Thread Nick Dokos
Water Lin wrote: > > I want to change the text color in my Org file. > > I tried to use M-x customize-group RET org-faces RET to adjust text > color settings. > > By using this way, I can adjust color of headline leve 1 & 2 &3 and > something else. But I just don't know how to change plain tex

Re: [Orgmode] How to change plain text face in Org Mode?

2010-08-03 Thread Bastien
Hi Water, Water Lin writes: > I want to change the text color in my Org file. M-x customize-face RET default RET HTH, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

Re: [Orgmode] hiding PROPERTIES line

2010-08-03 Thread Bastien
Ilya Shlyakhter writes: > Is there a way to hide/show the :PROPERTIES: line representing the > properties locker, either globally or for a subtree? Nope. Well, every UI element you hide must be partly visible, so that the user knows how to unhide (or unfold) it. I cannot think of a reasonable

Re: [Orgmode] column view asterisks

2010-08-03 Thread Bastien
Ilya Shlyakhter writes: > p.s. since the Column View can take a while to construct, it might be > good to display a status message > saying "creating column view" while it's working. PS: I tested having such a message but I find it a bit obstrusive in most cases. -- Bastien _

Re: [Orgmode] column view asterisks

2010-08-03 Thread Bastien
Hi Ilya, Ilya Shlyakhter writes: > In the Column View, the asterisks are showing even though I've enabled > "clean view" that hides the asterisks normally. not sure what clean view you are talking about - the hidestar option in the document or some other option, specific to the column view? Th

Re: [Orgmode] What license for Worg?

2010-08-03 Thread Bastien
Hi Tycho, tycho garen writes: > This seems fine, the only possible concern that I have with this is > that GFDL licensed code snippets aren't compatible with the GPL. I'm > not sure how much actual code is in worg, and if this is an issue, but > it's worth considering. Mhh.. yes, you're right.

Re: [Orgmode] What license for Worg?

2010-08-03 Thread Bastien
Hi Ian, Ian Barton writes: > However, I think you may have to begin the long and > tedious task of identifying all contributors to Worg and asking their > permission. Yes I will. > If this isn't done we may end up with "Free" and "Non free" > versions of Worg. I hope every contributor will b

[Orgmode] Re: MathJax - use Tex/LaTeX/MathML in HTML pages

2010-08-03 Thread Bastien
Hi Dan, Dan Davison writes: > It's quite convenient already (see below), so what exactly would the > option involve? Can the javascript and fonts be located remotely? >From what I understand, no, the javascript and fonts have to be on the server. I just installed an instance on orgmode.org:

[Orgmode] Re: [BABEL] Output with octave [PATCH]

2010-08-03 Thread Dan Davison
Hi Juan and d.tchin, One thing I'd like to ask for advice about is the behaviour of tabular data structures containing strings. For example #+begin_src octave ans = [['a','b'];['c','d']] #+end_src #+results: : acbd I don't know if my syntax above is correct, but it seems to me that this is a 2x

[Orgmode] Re: [BABEL] Output with octave

2010-08-03 Thread Dan Davison
Hi, d.tchin writes: > Hi, > > Dan Davison stats.ox.ac.uk> writes: > >> >> Eric S Fraga ucl.ac.uk> writes: >> >> > On Fri, 23 Jul 2010 16:59:43 + (UTC), d.tchin voila.fr> > wrote: [...] >> So the current workaround is to say "when using octave, you must end >> your block with a computat

[Orgmode] How to change plain text face in Org Mode?

2010-08-03 Thread Water Lin
I want to change the text color in my Org file. I tried to use M-x customize-group RET org-faces RET to adjust text color settings. By using this way, I can adjust color of headline leve 1 & 2 &3 and something else. But I just don't know how to change plain text in my notes. The plain text means

[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread Dan Davison
"David O'Toole" writes: > I've got a preliminary patch that adds optional "native" fontification > for source blocks. It uses the block's declared mode to fontify the > block text. So now blocks look the way they should, and this opens the > way to further enhancements. Hi David, This is great!

Re: [Orgmode] How can I add a DONE tag to an org file?

2010-08-03 Thread Water Lin
Jan Böcker writes: > On 08/02/2010 11:47 AM, Water Lin wrote: >> >> Here is my two questions: >> >> 1. I want to mark an org file as DONE, so I will let me know that the >> file is finished and doesn't need any change. >> >>How can I add this similar tag to the file, or something else. > >

Re: [Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread Erik Iverson
On 08/03/2010 06:14 PM, David O'Toole wrote: I've placed a screenshot of the fontification here: http://imagebin.ca/view/iRVK_as7.html Wow, great job. I once hacked something horrible together that involved several tricks to actually change the mode of the buffer when entering a source bloc

[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
I've placed a screenshot of the fontification here: http://imagebin.ca/view/iRVK_as7.html On Tue, Aug 3, 2010 at 7:12 PM, David O'Toole wrote: > I've got a preliminary patch that adds optional "native" fontification > for source blocks. It uses the block's declared mode to fontify the > block te

[Orgmode] [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
I've got a preliminary patch that adds optional "native" fontification for source blocks. It uses the block's declared mode to fontify the block text. So now blocks look the way they should, and this opens the way to further enhancements. Anyone up for an icons theme standard discussion? diff --git

[Orgmode] [ANN] org-protocol-httpd

2010-08-03 Thread Andreas Burtzlaff
Hello all, org-protocol-httpd is an Http-server running in Emacs that responds to requests where the path is: - an org-protocol action. In this case the associated handler from org-protocol is executed. - an org-protocol-httpd action. In this case the associated handler is executed an

Re: [Orgmode] Re: [babel] Error Before first headline.

2010-08-03 Thread Eric Schulte
I've fixed this problem with the attached patch. I'll push this patch up to the repository as soon as repo.or.cz comes back online (looks like it's been down for the last couple of hours) with the patch applied the following will now tangle --8<---cut here---start-

[Orgmode] Problem when exporting to PDF to a different directory

2010-08-03 Thread Manuel Amador
Hi everybody, I am running into the following issue. I would like to export certain subtrees of an org file to a particular directory. I set the export property as follows: * Test 1 :PROPERTIES: :EXPORT_FILE_NAME: some_directory/some_name :END: When I try exporting the above subtre

Re: [Orgmode] Babel - display results in an overlay?

2010-08-03 Thread Eric Schulte
Hi Taru, Babel can be used for storing and manipulating values of variables, and Babel already has a syntax for referencing these things inline in an Org-mode buffer using inline code blocks. The syntax of an inline code block is src_lang[optional header arguments]{code body} The following pr

Re: [Orgmode] Babel - display results in an overlay?

2010-08-03 Thread Samuel Wales
Calc allows something like this. On 2010-08-03, Taru Karttunen wrote: > Hello > > I am looking for an org-mode solution to storing a number of variables and > referencing them nicely in an org-mode buffer. > > I would like to write something like this: > "{foo:1+3} and {bar:foo+3}" > and have it

Re: [Orgmode] Re: [babel] Error Before first headline.

2010-08-03 Thread Eric Schulte
Oh, I missed the first message in this thread and didn't realize that the previous message was a response to an existing bug report (one which *did* include an error message and reproduction information). My Apologies for the harsh reply -- Eric also, I think the original message indicates a bug

[Orgmode] Babel - display results in an overlay?

2010-08-03 Thread Taru Karttunen
Hello I am looking for an org-mode solution to storing a number of variables and referencing them nicely in an org-mode buffer. I would like to write something like this: "{foo:1+3} and {bar:foo+3}" and have it displayed (with overlays) as: "foo:4 and bar:7" Any ideas how to hack org and babel t

Re: [Orgmode] camel.el, for CamelCase links

2010-08-03 Thread Bastien
"David O'Toole" writes: > http://github.com/dto/folio/blob/master/camel.el > > Someone asked about this recently, i have some partially working code. I'm willing to test. Can you provide the handlers so that the code works for Org? I'm not a big fan of CamelCase links because it encourages the

[Orgmode] hiding PROPERTIES line

2010-08-03 Thread Ilya Shlyakhter
Is there a way to hide/show the :PROPERTIES: line representing the properties locker, either globally or for a subtree? I'd like to store some properties for every entry (e.g. its creation time), but then the :PROPERTIES: lines add too much clutter, even in the drawer-collapsed state. Is there a w

[Orgmode] column view asterisks

2010-08-03 Thread Ilya Shlyakhter
In the Column View, the asterisks are showing even though I've enabled "clean view" that hides the asterisks normally. Is there a way to hide them? thanks, ilya p.s. since the Column View can take a while to construct, it might be good to display a status message saying "creating column view" wh

Re: [Orgmode] [mobileorg-android] Files synced, but nothing showing

2010-08-03 Thread Jonathan Arkell
Fixed the problem! It appears that checksum.dat wasn't being generated. When I upgraded from 6.36c to 7.01g, the file was being generated, and sync worked! Sorry for the list noise! __ Jonathan Arkell Tech Lead Inspired By Drum & Bass, Scheme, Kawaii p. 403.

[Orgmode] camel.el, for CamelCase links

2010-08-03 Thread David O'Toole
http://github.com/dto/folio/blob/master/camel.el Someone asked about this recently, i have some partially working code. Anyone want to try? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

Re: [Orgmode] Common Lisp / SLIME support for babel

2010-08-03 Thread Eric Schulte
Great! I'll merge this into Org-mode now, and we can continue its development and maintenance from there. Thanks -- Eric "David O'Toole" writes: > Hi Eric, > > I just tried it out, and it seems to work great! Thanks so much for > this. So, I already have FSF papers, consider it yours :) > > On

Re: [Orgmode] Common Lisp / SLIME support for babel

2010-08-03 Thread David O'Toole
Hi Eric, I just tried it out, and it seems to work great! Thanks so much for this. So, I already have FSF papers, consider it yours :) On Tue, Aug 3, 2010 at 10:12 AM, Eric Schulte wrote: > Hi David, > > I've forked your github repository, and I now have it to the point where > basic session and

Re: [Orgmode] Re: [babel] Error Before first headline.

2010-08-03 Thread Eric Schulte
Hi, Please include the actual error, as well as a minimal Org-mode file sufficient to generate the error. The email below does not contain enough information to diagnose your problem. Thanks -- Eric Rustom Mody writes: >> Hi im trying to figure out how to generate sourcefiles from babel files

Re: [Orgmode] Common Lisp / SLIME support for babel

2010-08-03 Thread Eric Schulte
Hi David, I've forked your github repository, and I now have it to the point where basic session and external evaluation are both working on my system using SBCL. It is now also possible to pass variables into lisp blocks. It certainly needs more cleanup and testing, but this initial pass is up

Re: [Orgmode] What license for Worg?

2010-08-03 Thread tycho garen
On Mon, Aug 02, 2010 at 02:33:10PM +0200, Bastien wrote: > Hi all, > > what is the most suitable license (or licensing scheme) for Worg? > > Here is the best solution I can think of: dual-licensing[1] under the > GNU Free Documentation License 1.3[2] and the Creative Commons BY-SA > 3.0[3] licens

[Orgmode] Re: babel versionitis?

2010-08-03 Thread Bernt Hansen
Rustom Mody writes: > In Bernt Hansen's Organize your life in plain text he has > > (require 'org-babel-init) > (require 'org-babel-ditaa) > (org-babel-load-library-of-babel) > > But with my 7.01trans org I get > > Cannot open load file org-babel-init > > I guess this has to change to > > (org-ba

Re: [Orgmode] babel versionitis?

2010-08-03 Thread Erik Iverson
Correct, about a month ago: http://eschulte.github.com/babel-dev/DONE-document-configuration-changes-for-Babel-integration.html On 08/03/2010 05:59 AM, Rustom Mody wrote: In Bernt Hansen's Organize your life in plain text he has (require 'org-babel-init) (require 'org-babel-ditaa) (org-babel

[Orgmode] Re: Org-indent-mode (lack of) support for plain list

2010-08-03 Thread Jason Dunsmore
Artis Rozentāls writes: > I was happy to finally find a way to do soft line wrapping with > org-indent-mode and visual-line-mode, unfortunately it seems that it > doesn't support plain lists. Are there any plans to expand > org-indent-mode to support the full markup of org-mode? I think indentat

[Orgmode] Re: [babel] Error Before first headline.

2010-08-03 Thread Rustom Mody
> Hi im trying to figure out how to generate sourcefiles from babel files and i keep getting the same error. Tried putting a 'first headline' as it wants? ie * Dummy header #+BEGIN_SRC emacs-lisp (defun org-xor (a b) etc ___ Emacs-orgmode mailing list Pl

[Orgmode] babel versionitis?

2010-08-03 Thread Rustom Mody
In Bernt Hansen's Organize your life in plain text he has (require 'org-babel-init) (require 'org-babel-ditaa) (org-babel-load-library-of-babel) But with my 7.01trans org I get Cannot open load file org-babel-init I guess this has to change to (org-babel-do-load-languages 'org-babel-load-lang

[Orgmode] [babel] Error Before first headline.

2010-08-03 Thread Olle Palmius
Hi im trying to figure out how to generate sourcefiles from babel files and i keep getting the same error. I have tried a few different codeblocks from the documentation and the only thing that changes is the "position" number. I hope i have not missed something in the documentation. Code: #+BEG

Re: [Orgmode] Re: worg recent changes exported page?

2010-08-03 Thread Scot Becker
Thanks. That seems to work. Scot On Tue, Aug 3, 2010 at 10:56 AM, Roman wrote: > > Scot Becker gmail.com> writes: > > > > > > True. I watch the recent changes to worg in an RSS feed reader, and it > would > be very nice to get from there to the worg pages itself (rather than just > the > di

[Orgmode] Re: worg recent changes exported page?

2010-08-03 Thread Roman
Scot Becker gmail.com> writes: > > > True.  I watch the recent changes to worg in an RSS feed reader, and it would be very nice to get from there to the worg pages itself (rather than just the diffs)Scot http://pipes.yahoo.com/pipes/pipe.info?_id=7874b4183cbacfa142403259494c074e There. Repl

[Orgmode] Export emails from Lotus Notes to org-mode?

2010-08-03 Thread Johan Ekh
Hi all, I have to use Lotus Notes at work. I often get emails with reference material, other than the text, e.g. attached files or inline pictures. Is it possible to export the entire email, including this reference material, into something that I can link to from within org-mode? Johan _

Re: [Orgmode] What license for Worg?

2010-08-03 Thread Ian Barton
> what is the most suitable license (or licensing scheme) for Worg? > > Here is the best solution I can think of: dual-licensing[1] under the > GNU Free Documentation License 1.3[2] and the Creative Commons BY-SA > 3.0[3] license. This solution would make it possible to take excerpts > from Worg

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-03 Thread Sébastien Vauban
Hi Tassilo and David, Tassilo Horn wrote: > I'm trying to add a workaround to org-gnus.el which should save the slowness > of querying the IMAP server by looking up the article number in the group's > .overview file. But since I don't have nnimap groups, we have to play some > question & answer ga