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

2010-08-04 Thread Olivier Berger
Hi. Le mercredi 04 août 2010 à 15:28 -0700, Michael Gilbert a écrit : > A question for people people on the list: I'm not sure of the > conventions with CamelCase and wikis (and a quick search didn't reveal > the answer), but I'm wondering what might work to complete the model — > that is to say

Re: Prompts again WAS Re: [Orgmode] avoiding source block prompts

2010-08-04 Thread Charles C. Berry
On Wed, 28 Jul 2010, Eric Schulte wrote: Thanks Chuck, I've just swapped in your new and improved regexp. I share your concern both that there could be cases where prompts aren't matched, or more seriously where the actual output looks like a prompt (e.g. user returns a prompt-like string). B

[Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-04 Thread Erik Iverson
Hello, I am using the latest org pulled from git. In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mode. This also happened when re-running an org-babel source block that generates graphical ou

[Orgmode] Re: question about chaining function calls in org-babel

2010-08-04 Thread Dan Davison
Hi I.S., Inquisitive Scientist writes: > Dear Experts, > > I think org-babel is awesome but I'm having some trouble chaining > together multiple function calls. > > Specifically, I would like to do something like the following > #+tblname: fancier > | mean | > || > | #ERROR | > #+TBLFM

[Orgmode] question about chaining function calls in org-babel

2010-08-04 Thread Inquisitive Scientist
Dear Experts, I think org-babel is awesome but I'm having some trouble chaining together multiple function calls. Specifically, I would like to do something like the following #+tblname: fancier | mean | || | #ERROR | #+TBLFM: @2$1='(sbe "python-mean" (x (sbe "tbl-example-data" (seed 4)

Re: [Orgmode] hiding PROPERTIES line

2010-08-04 Thread Samuel Wales
I believe that what Ilya wants is already implemented as a bug (IMO). With certain settings, going to an entry from the agenda causes it to look like this: * test ... ** subtree The ellipses hide all body text. IMO this should not be allowed to happen, because the user cannot achieve that s

Re: [Orgmode] custom sorting of agenda items

2010-08-04 Thread Ilya Shlyakhter
When giving a user-defined function for org-agenda-cmp-user-defined, the function gets two agenda entries. Is there a way from an agenda entry to get to the original org entry? Best would be if, besides a user-defined sort function, you could also provide a function that takes the org entry and

Re: [Orgmode] custom sorting of agenda items

2010-08-04 Thread Bastien
Hi Ilya, Ilya Shlyakhter writes: > I'd like to sort agenda entries in a custom agenda view by the value > of a text property that I put on the headlines. > Is there a way to do that? Well, no. Maybe playing around with org-map-entries could yield some result. -- Bastien ___

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-04 Thread Bastien
amscopub-m...@yahoo.com writes: > Is there a way to control the resolution of PNG LaTeX formulas when > you export to HTML? I've implemented this. You can define the :html-resolution in `org-format-latex-options'. Please test and report any problem. -- Bastien __

Re: [Orgmode] hiding PROPERTIES line

2010-08-04 Thread Bastien
Hi Ilya, Ilya Shlyakhter writes: > Would that be hard to add? IMHO it would be both hard to implement and confusing for the user. I'd be glad to be proved wrong on both points, but please tackle the first one first :) -- Bastien ___ Emacs-orgmode

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

2010-08-04 Thread Michael Gilbert
On Aug 3,2010, at 9:27 AM, Bastien wrote: > "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 not a big fan of CamelCase links because it encourages the habit of > creating many files -

Re: [Orgmode] Re: skip entry with inherited tags

2010-08-04 Thread Martin Pohlack
Hi Carsten, On 22.07.2010 09:38, Carsten Dominik wrote: > Hi Martin, > > On Jul 21, 2010, at 4:32 PM, Carsten Dominik wrote: > >> Hi Martin, >> >> I just looked at your patch. >> >> If I have a normal agenda (i.e. *not* a block agenda), then your >> patch will cause the preset filter *not* to be

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-04 Thread Fernando Naufel do Amaral
Use show-children with a prefix argument. >From the docs: show-children is an interactive compiled Lisp function in `outline.el'. (show-children &optional level) Show all direct subheadings of this heading. Prefix arg level is how many levels below the current level should be shown.

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

2010-08-04 Thread Olivier Berger
Hi. Le mardi 03 août 2010 à 18:27 +0200, Bastien a écrit : > "David O'Toole" writes: > > > http://github.com/dto/folio/blob/master/camel.el > > > > Someone asked about this recently, i have some partially working code. > Looks promising. Thanks. > I'm willing to test. > > Can you provide the

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-04 Thread Juri Krivov
Hi Rainer, On Wed, Aug 4, 2010 at 2:23 PM, Rainer Stengele wrote: > Hi all, > > on any heading in an org file I can easily see all sub headings with C-c > C-k. > Is there a possibility to easily see only the sub headings of the next > level and nothing more? > And then all headings of the next su

Re: [Orgmode] request for comments on org icon theme standards

2010-08-04 Thread Bastien
Hi David, "David O'Toole" writes: > One nice icon set based on the Tango color scheme has been released, Do you have any link to this set? > and it would be useful to define icon themes for org so that the > eventual org-icons contrib can support loading different icon sets. Sure. > I suppos

[Orgmode] custom sorting of agenda items

2010-08-04 Thread Ilya Shlyakhter
I'd like to sort agenda entries in a custom agenda view by the value of a text property that I put on the headlines. Is there a way to do that? thanks, ilya ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@

Re: [Orgmode] MobileOrg for Android...issues

2010-08-04 Thread Matthew Jones
There are certificate issues with some versions of Android that affect connecting to an SSL webdav server... what version are you using? There's no way to manually copy the files and parse them just yet, there was some work done on this on Dushistov's branch at: http://github.com/Dushistov/mobileo

[Orgmode] MobileOrg for Android...issues

2010-08-04 Thread C64 Whiz
Hello All, I have a Droid and am anxious to use MobileOrg for it. I have it installed but it won't sync. Probably because I require SSL on my WebDav server and I remember reading there is an SSL sync issue with Android. Any news on that? Also, I selected to store the .org files on my SD card.

[Orgmode] request for comments on org icon theme standards

2010-08-04 Thread David O'Toole
There's been some interest in embedding graphical icons and other indicators into org-mode buffers to increase readability and reduce clutter. One nice icon set based on the Tango color scheme has been released, and it would be useful to define icon themes for org so that the eventual org-icons con

[Orgmode] Printing Multiple Lines For Agenda Export

2010-08-04 Thread Andre Powell
I have some task that have/need more descriptive text, but I am not able to get the text to show up when I export the view. I have set the command : Org Agenda Add Entry Text Maxlines to display more than 0, but then the program hangs and I have to force it to quit. This is the custom command

Re: [Orgmode] Org file rendering/manipulation too slow

2010-08-04 Thread Marcelo de Moraes Serpa
Hi Bastien, Here it is: http://github.com/celoserpa/emacs-starter-kit/blob/master/fullofcaffeine/org.el I'm using it on OSX Snow Leopard (latest updates applied). Marcelo. On Sat, Jul 31, 2010 at 3:56 AM, Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > >> I've got a plent

[Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-04 Thread amscopub-mail
Is there a way to control the resolution of PNG LaTeX formulas when you export to HTML? You can control the font size directly in the header but there doesn't seem to be a way to use org-mode to control the resolution... BTW, I'm not exporting to LaTeX directly because I'm using PrinceXML to co

[Orgmode] how to combine times in clocktable

2010-08-04 Thread Inquisitive Scientist
Dear Experts, Is there a way to combine times for lines in the clocktable? For example, I'd like to have everything with a tag of say FOO combined into one entry. So if I spend 1 hour on a node called X with tag FOO and 2 hours on a node Y with tag FOO and 3 hours on a node Z with no tags, I'd lik

Re: [Orgmode] hiding PROPERTIES line

2010-08-04 Thread Ilya Shlyakhter
> to 100% hide the :PROPERTIES: drawer while giving the user a hint that > there is one... What about a command to hide/unhide _all_ :PROPERTY: lines? Then they're out-of-the-way in ordinary use, and you can do the command and see if there's a property drawer on a given entry. Better, you would h

[Orgmode] bug in dynamic block for clock table using :tags

2010-08-04 Thread Inquisitive Scientist
Dear Experts, There seems to be a bug in the tags feature for clock tables. When I try to generate a dynamic block for a clock-table in the following example file it goes into an infinite loop. *** 2010-08-04 Wednesday This illustrates a bug in org-clock.el. When you Do C-c C-x C-r using org-mod

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

2010-08-04 Thread d . tchin
Dan Davison stats.ox.ac.uk> writes: > > 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

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

2010-08-04 Thread Andreas Burtzlaff
Hello Torsten, Torsten Wagner writes: > 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 c

[Orgmode] Re: What license for Worg?

2010-08-04 Thread Sebastian Rose
Hi Bastien, Bastien writes: > 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] license. This solution would make

[Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-04 Thread Rainer Stengele
Hi all, on any heading in an org file I can easily see all sub headings with C-c C-k. Is there a possibility to easily see only the sub headings of the next level and nothing more? And then all headings of the next sub level? And so on?! Motivation: C-c C-k can easily show far too many headings.

Re: [Orgmode] [PATCH] Proposed command: org-agenda-clock-goto

2010-08-04 Thread Bastien
Bastien writes: >>From the agenda, I often want to jump to the currently clocking task > without leaving the agenda buffer. > > The attached patch contains a function that does so. > > Would that be useful to anyone else? > > If so, any suggestion for a keybinding? I'm thinking of using "J" as a

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

2010-08-04 Thread Water Lin
Nick Dokos writes: > 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 do

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

2010-08-04 Thread Christopher Witte
ASCIIMathML http://www1.chapman.edu/~jipsen/mathml/asciimath.html might also be an alternative, for that you need fonts on the client (Firefox, I don't think IE supports MathML out of the box), and it uses MathML so it is standard compliant. Regards Chris. On 4 August 2010 06:24, Bastien wrote:

Re: [Orgmode] Re: What license for Worg?

2010-08-04 Thread Ian Barton
On 04/08/10 06:36, Bastien wrote: > 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 cont