[O] Re: [BUG] fill-paragraph in orgstruct mode blows up

2011-03-20 Thread Nicolas
Hello, Nick Dokos nicholas.do...@hp.com writes: I use orgstruct mode when composing email and fill-paragraph blew up with the following backtrace when I tried to fill a paragraph after a drawer, as described in the last paragraph of this email. This should be fixed now. Thanks for your

[O] Re: [Feature Request] Cross headings in tables

2011-03-20 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: git://repo.or.cz/org-mode/org-tableheadings.git I've just pushed a commit to have the key C-c _ (underscore, since tilde ~ is already in use for conversion of table.el tables to org tables) insert table header rows, just like C-c - inserts a hline. That

Re: [O] [REGRESSION] Html Export

2011-03-20 Thread David Maus
At Thu, 17 Mar 2011 21:57:40 +0530, Jambunathan K wrote: Can someone fix this regression in the HTML exporter - 294dcb. The problem is with hyperlink whose description is an image. So have unicorn logo on the dir where you save this file. Would appreciate if the whole document exports fine

Re: [O] Re: Another HTML Export Problem

2011-03-20 Thread David Maus
At Thu, 17 Mar 2011 14:34:52 +, Eric S Fraga wrote: I don't know if this is the same problem but exporting, to HTML, the Yes, this was a symptom of the broken HTML export. Should be fixed now. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email.

Re: [O] Bug when publishing images

2011-03-20 Thread David Maus
At Wed, 16 Mar 2011 10:17:41 +0100, Francesco Pizzolante wrote: Hi David, There's still a little problem though when adding a caption: --8---cut here---start-8--- #+CAPTION: toto [[file:toto.png]] --8---cut

Re: [O] org-publish not publishing changed files

2011-03-20 Thread David Maus
At Fri, 18 Mar 2011 19:19:50 -0700, Suvayu Ali wrote: On Fri, 18 Mar 2011 21:33:04 -0400 Nick Dokos nicholas.do...@hp.com wrote: If you can figure out *why* they got out of sync, that would be a bonus and worth a post here, particularly if you can identify a bug in the code. I think

Re: [O] org-publish not publishing changed files

2011-03-20 Thread Suvayu Ali
On Sun, 20 Mar 2011 12:30:32 +0100 David Maus dm...@ictsoc.de wrote: At Fri, 18 Mar 2011 19:19:50 -0700, Suvayu Ali wrote: I think there was a post sometime earlier where the OP faced this issue because his setup used symlinks. The timestamps of the symlinks didn't change so the

[O] absolute HTML links

2011-03-20 Thread Eric Abrahamsen
I just know I'm going to get pointed to a bit of documentation I haven't come across, but… I've made a link abbreviation that I want to export to HTML directly as an absolute link: #+LINK: mylink /absolute/url/%s/ I'd like [[mylink:bob][link text]] to export as: a href=/absolute/url/bob/link

[O] Re: Org minor mode in mail-mode

2011-03-20 Thread Matt Lundin
René jl...@yahoo.com writes: Here is the the configuration I run (defun turn-on-full-org-mailing () (turn-on-orgstruct++) (turn-on-orgtbl) (load org-html-mail)) (add-hook 'mail-mode-hook 'turn-on-full-org-mailing) Unfortunately with this, calling M-q

[O] babel R: should/does order of parameters matter?

2011-03-20 Thread Myles English
Hello, First of all thanks very much for all the very well explained help given in previous threads I have started. Now, I have found different results arise from a difference in position of parameters (I'm using commit c01c2ad Fri Mar 18, R version 2.12.20, Feb 25): #+TBLNAME: data | x |

Re: [O] hide #+ lines?

2011-03-20 Thread Filippo A. Salustri
I gotta admit, I find the general tone of attention to detail and professional respect on this list quite refreshing. There's few lists to which I subscribe that's as consistently helpful and polite. Compliments to all. Cheers. Fil On 19 March 2011 22:19, Nick Dokos nicholas.do...@hp.com wrote:

[O] Re: Org minor mode in mail-mode

2011-03-20 Thread Nicolas
Hello, Matt Lundin m...@imapmail.org writes: Any idea on how to make use of org minor mode in mail-mode and still be able to fill-paragraph without impacting mail headers? The org minor modes set the local value of fill-paragraph-function to org-fill-paragraph. You can override this by

[O] [babel] feature request: automatically connect source code block to its session

2011-03-20 Thread Andreas Leha
Hi all, I have a feature request (if what I want is not already possible, that is). Could a source code block, which has the :session header argument, be associated with its session as soon as C-' is pressed? The background to this question is, that all ess support functionality for R

Re: [O] Re: [Orgmode] Headlines export problem

2011-03-20 Thread David Maus
At Thu, 3 Mar 2011 10:10:16 +0100, PASZTOR Miklos wrote: Hello, Thanks for keeping an eye on this. Sorry for being silent. On Wed, Mar 02, 2011 at 06:48:56PM +0100, Bastien wrote: Hi, PASZTOR Miklos pasz...@iszt.hu writes: I'm using org-mode version 7.4. When I export org

Re: [O] regexp link on windows problem

2011-03-20 Thread David Maus
At Fri, 11 Mar 2011 13:41:45 + (UTC), Rafal wrote: Bastien bzg at altern.org writes: Hi Bastien, Can you give an example? So I'm trying to write a custom function to set regexp search string for c/c++ code by writing org-create-file-search-functions hook. (code #1 below ) After

Re: [O] fill-region and list items

2011-03-20 Thread David Maus
At Tue, 08 Mar 2011 13:48:30 -0800, Michael Hohn wrote: Hi all, after upgrading to the current git head (version 7.xx, previously 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very, very, very, very, very, very, very, very, very, very, very, very,

Re: [O] fill-region and list items

2011-03-20 Thread David Maus
At Sun, 20 Mar 2011 18:14:26 +0100, David Maus wrote: Has anybody seen this? Erm.. To me the two lists look identical? What is the expected output? Forget this message, an artefact of scanning the list for bugs/issues forward in time starting om March, 6th. Best, -- David -- OpenPGP...

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-20 Thread Eric Schulte
I wrapped Bastien's functions below in a simple macro, which IMO results in a very nice way to handle time values in Org-mode tables as in the attached org file (below). Note, the first argument to the `with-time' macro controls whether results are returned as a time string or a numerical value.

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-20 Thread Eric Schulte
I wrapped Bastien's functions below in a simple macro, which IMO results in a very nice way to handle time values in Org-mode tables as shown below. Note, the first argument to the `with-time' macro controls whether results are returned as a time string or a numerical value. That argument may be

Re: [O] gnowsys-mode update?

2011-03-20 Thread Divya
Hello Thanks everyone for your interest in the project. It is indeed designed to adhere with semantic web, designed on top of GNOWSYS. Org-mode made it all very simple for representing the entire concept inside emacs in a text based format. Please feel free to use it and let me know if any help

[O] Re: Custom Agenda View for Projects

2011-03-20 Thread Bernt Hansen
Jason McBrayer jmcb...@carcosa.net writes: I can see the same behaviour here. I only get a few of my PROJECT headlines if org-enforce-todo-dependencies is t; I get all of them if it is nil. My value for org-todo-keywords is: ((type TODO NEXTACTION INPROCESS WAITING NEEDSPREREQ | DONE

[O] Re: Problem with agenda and diary

2011-03-20 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Not sure why my reply was addressed the way it was: left Julien out, replied directly to Tassilo and the ML. There is something funky going on with my mailer. Hi Nick, I think that is because Julien's mail has an explicit Mail-Followup-To header that

[O] Re: Bug: org-footnote-renumber-fn:N breaks if a footnote is the first thing on a line [7.5 (release_7.5.77.g74268)]

2011-03-20 Thread Tassilo Horn
Tassilo Horn th...@fastmail.fm writes: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing

[O] Re: help with sorting agenda views

2011-03-20 Thread Bernt Hansen
Filippo A. Salustri salus...@ryerson.ca writes: Hi, I'm getting confused with sorting agenda views.  Hopefully someone can help me out. I have a custom agenda view that, today, looks like this: Friday 18 March 2011 UTMIE: In 13 d.: TODO [#A] Annual Report Matthew:In

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-20 Thread Eric S Fraga
Le Wang l26w...@gmail.com writes: On Sun, Mar 20, 2011 at 4:34 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: yes, I used to use yasnippet a lot but I don't any longer.  I am actually in confusion as to which completion mechanism to use in Emacs these days and am going a little crazy... :(  I'm

Re: [O] Re: Another HTML Export Problem

2011-03-20 Thread Eric S Fraga
David Maus maus.da...@gmail.com writes: At Thu, 17 Mar 2011 14:34:52 +, Eric S Fraga wrote: I don't know if this is the same problem but exporting, to HTML, the Yes, this was a symptom of the broken HTML export. Should be fixed now. It is indeed. Many thanks. -- : Eric S Fraga

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-20 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: I wrapped Bastien's functions below in a simple macro, which IMO results in a very nice way to handle time values in Org-mode tables as in the attached org file (below). Note, the first argument to the `with-time' macro controls whether results

[O] Re: [PATCH] Wash output of org-encrypt-entry, take 3

2011-03-20 Thread Bernt Hansen
Óscar Fuentes o...@wanadoo.es writes: +(defun org-crypt-wash-encrypted-string (str) + Remove superfluos and annoying text from the encrypted string. + (with-temp-buffer Typo in the docstring: superfluos - superfluous -- Bernt

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-20 Thread Christian Moe
Hi, Returning to this thread: 1. I love Eric's macro wrapper idea -- now time arithmetic in tables gets truly manageable. If it's not included into Org-mode, it's a must for Worg! 2. There's duplication with org-timer-hms-to-secs and org-timer-secs-to-hms. (Cf. my

[O] Re: help with sorting agenda views

2011-03-20 Thread Filippo A. Salustri
Bernt, Thanks. I've been reading your page on org; I just haven't gotten to section 16 yet. :) Cheers. Fil On 20 March 2011 15:34, Bernt Hansen be...@norang.ca wrote: Filippo A. Salustri salus...@ryerson.ca writes: Hi, I'm getting confused with sorting agenda views.  Hopefully someone can

[O] Re: [PATCH] Wash output of org-encrypt-entry, take 3

2011-03-20 Thread Bernt Hansen
Óscar Fuentes o...@wanadoo.es writes: With a gpg executable with default settings, org-encrypt-entry produces output like this: -BEGIN PGP MESSAGE- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMCBWZVym6QMPVgyTxreTb1AEL3uTO+qCh2lR9/Qxk4nEMpPr9/RwNk95Gb

[O] java snippet code not exported

2011-03-20 Thread Andrea Crotti
I was carrying around this issue since long time, but today I finally understood what exactly the source is. Suppose I have this very simple orgfile, if I try to export it to html I get the error as below. Can anyone else reproduce it? I guess is font-locking problem but that should be a

[O] Re: BUG: time entry window scrollbar always scrolls right

2011-03-20 Thread Bernt Hansen
Le Wang l26w...@gmail.com writes: In the time entry prompt C-c !, when I press the up or down on the scroll-bar right scroll happens. Hi, I can reproduce this (after enabling the scroll bar which is normally off in my setup). It seems scrolling always moves forwards in time. This may be a

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-20 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: Hi, Returning to this thread: 1. I love Eric's macro wrapper idea -- now time arithmetic in tables gets truly manageable. If it's not included into Org-mode, it's a must for Worg! Great, if no Org-mode changes result, then I will certainly post

[O] latest version of perl script to pull org stuff for geektool

2011-03-20 Thread Filippo A. Salustri
Hi all, I've tweaked the script I recently posted to be a little more complete, and I attach it here. There's a customization part that you need to tweak. I've put some doc for it inside the script. Bastien suggested it should go into Worg. It would be my pleasure to do that but as I've never

[O] Re: Another HTML Export Problem

2011-03-20 Thread Bernt Hansen
David Maus maus.da...@gmail.com writes: At Thu, 17 Mar 2011 14:34:52 +, Eric S Fraga wrote: I don't know if this is the same problem but exporting, to HTML, the Yes, this was a symptom of the broken HTML export. Should be fixed now. Hi David, I think there is yet another HTML export

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-20 Thread Le Wang
On Mon, Mar 21, 2011 at 3:41 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Le Wang l26w...@gmail.com writes: Why did you give up on yasnippet? Confusion amongst the key bindings, between org, yasnippet and the autocompletion tools I have been trying.  I want to be able to use TAB for

[O] Re: BUG: time entry window scrollbar always scrolls right

2011-03-20 Thread Le Wang
On Mon, Mar 21, 2011 at 6:19 AM, Bernt Hansen be...@norang.ca wrote: Le Wang l26w...@gmail.com writes: In the time entry prompt C-c !, when I press the up or down on the scroll-bar right scroll happens. Hi, I can reproduce this (after enabling the scroll bar which is normally off in my

[O] Re: Another HTML Export Problem

2011-03-20 Thread David Maus
Hi Bernt, At Sun, 20 Mar 2011 21:46:19 -0400, Bernt Hansen wrote: David Maus maus.da...@gmail.com writes: At Thu, 17 Mar 2011 14:34:52 +, Eric S Fraga wrote: I don't know if this is the same problem but exporting, to HTML, the Yes, this was a symptom of the broken HTML export.