[O] Problem: Customizing agenda-views with org-agenda-prefix-format

2011-08-16 Thread Gustav Wikström
Hello! I've tried to customize the output in agenda-views using org-agenda-prefix-format but I didn't get it to work properly. I created this agenda view to illustrate my problem: (setq org-agenda-custom-commands '((w Deadlines ;; inbox ((tags-todo +DEADLINE=\today\

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Bastien
David Maus dm...@ictsoc.de writes: I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. Thanks for your this fix! -- Bastien

Re: [O] Release 7.7

2011-08-16 Thread Bastien
Hi Torsten, Torsten Wagner torsten.wag...@gmail.com writes: It might be worse to mention that this version find its way into emacs-git. You're right -- Org 7.7 is the version currently used in Emacs trunk. From now on, I will merge Org into Emacs more regularily, provided there is no

Re: [O] fatal: The remote end hung up unexpectedly

2011-08-16 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: Is this enough of a problem with or.cz that the page on keeping up to date with orgmode should be updated? I'm not sure how you want to update this section, but I think repo.or.cz is usually doing a pretty good job, so no need to update IMHO.

Re: [O] [bug?] wiki export vs. multilines list item

2011-08-16 Thread Bastien
Hi Walter, Walter Franzini walter.franz...@gmail.com writes: I'm experimenting with org-mode's exporting features and I've discovered that, with both mediawiki exporters, multilines list's items are rendered as a list item followed by a preformatted text block. Thanks for reporting this --

Re: [O] Headline level on org-mobile-inbox-for-pull

2011-08-16 Thread Bastien
Hi Carlos, Carlos Russo mestre.adamas...@gmail.com writes: As far as I can tell from the documentation, whenever I do a M-x org-mobile-pull, all the entries I captured with my mobile device are eventually moved into *top-level headlines* of org-mobile-inbox-for-pull (from-mobile.org). I'm

Re: [O] compute the difference between effort estimates and actual clocked time

2011-08-16 Thread Bastien
Hi Pascal, M.P. mattia.pas...@gmail.com writes: I'd like to add to my tasks a property whose value should be the difference in time between the effort estimates and the actual clocked time. The final purpose is to use the property in column view mode as I do with CLOCKSUM and Effort.

Re: [O] making coloured tables

2011-08-16 Thread Bastien
Hi Andras, Andras Major andras.g.ma...@gmail.com writes: I have an idea how my feature could be implemented, and it consists of two parts. Thanks for bringing up these ideas -- just to make things clear: I'm not volunteering for implementing this, my knowledge of org tables is falling a bit

Re: [O] Problems with latex exporting in verbatim environment

2011-08-16 Thread Bastien
Hi Stephen, Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Using colon, the text is not reported verbatim. I cannot reproduce this with Org 7.7. Can you? Best, -- Bastien

Re: [O] Keeping vertical bars in exported, ASCII file

2011-08-16 Thread Bastien
Hi Michael, Michael Hannon jm_han...@yahoo.com writes: Greetings. I wonder if there's a way to tell Emacs to keep the fences (vertical bars) in an exported, ASCII file. Yes there is: (setq org-export-ascii-table-keep-all-vertical-lines t) Best, -- Bastien

Re: [O] Bug: org-mobile-push opens a new frame with the .org file being pushed. [6.33x]

2011-08-16 Thread Bastien
Hi Stefano, Stefano Ricciardi stefano.riccia...@gmail.com writes: As per subject: whenever I issue a org-mobile-push command, the pushed .org file is opened on a new Emacs frame. You are using Org 6.33x, chances are that this problem has been fixed since then. Please upgrade to a more recent

Re: [O] TODO type problem on speedbar and imenu.

2011-08-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: Yep. When you have some free time (!), please suggest a patch and a small org test file so that we can test. Here is an attempt to convert word boundaries into white spaces where it matters. Thanks a

Re: [O] [PATCH] recognize HH:MM duration when sorting table rows

2011-08-16 Thread Bastien
Hi Max, Max Mikhanosha m...@openchat.com writes: `org-table-sort-lines' function allows one to sort the rows of a table, by the t/T format for the column only recognizes timestamps with a date. A patch pasted below adds recognition of HH:MM durations. Thanks a lot -- I'm willing to apply

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Bastien
Bastien b...@altern.org writes: David Maus dm...@ictsoc.de writes: I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. Thanks for your this fix! Wow, how can someone munge his words so badly? :) -- Bastien

Re: [O] [PATCH 1/7] New macro: Execute BODY in enviroment with uninterned SYMBOLS

2011-08-16 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: Thanks for the feedback on org-with-uninterned. I'm preparing the patches for master and decided to use the 'add-noise' approach suggested by Štěpán but renamed the macro to `org-with-gensyms'. Thus we can change the implementation. I see you

Re: [O] More on macros: Defined edebug-spec

2011-08-16 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: I just pushed a commit to master that adds edebug specifications to all macros defined by Org mode. This answers questions I've been asking myself for very long! With these specifications in place it is now possible to step through macros with

Re: [O] New feature: loop over siblings for some commands

2011-08-16 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: At Wed, 10 Aug 2011 10:34:14 +0200, David Maus wrote: Whats next: Handle folded subtrees. Currently org-schedule w/ active region schedules hidden subtrees, too. Using a tags/prop/todo query seems suboptimal because you would have to know the

Re: [O] how to change the headline starter *

2011-08-16 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: On further investigation, I can see very easily how much this cleans up the code. Sorry for the noise! No problem! Perhaps for the relevant functions (e.g., org-overview) we could construct org-outline-regexp-bol from the a bound version of

Re: [O] Pattch to org.texi: Document :eval no

2011-08-16 Thread Bastien
Hi Stephen, Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Small patch attached, thanks Seb for pointing this out. Thanks for the patch -- I'm willing to apply it, but I'd rather apply a complete patch, i.e. one with a ChangeLog entry. Can you update it? Put the cursor on your change in

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: I've been working a new set of modules for Org to make it easy to associate Org entries with data in external systems, such as Redmine, Bugzilla, WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to simplify writing linkup code for

Re: [O] [PATCH] org.el: Inhibit insertion of superfluous space character in org-add-planning-info.

2011-08-16 Thread Bastien
Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: I've noticed that org-add-planning-info adds a superfluous space character when a repeated task is marked as DONE and gets rescheduled. Patch applied, thanks. For the next patch, can you include the ChangeLog entry? Thanks! --

Re: [O] [PATCH 1/7] New macro: Execute BODY in enviroment with uninterned SYMBOLS

2011-08-16 Thread David Maus
At Tue, 16 Aug 2011 18:34:04 +0200, Bastien wrote: Hi David, David Maus dm...@ictsoc.de writes: Thanks for the feedback on org-with-uninterned. I'm preparing the patches for master and decided to use the 'add-noise' approach suggested by Štěpán but renamed the macro to

Re: [O] [RFC] inline task formatting in odt/doc (was Re: Org-odt fails to export when inline tasks are present)

2011-08-16 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Are there any opinions/preferences on how inline tasks could be exported in to odt format. I think having an ability to quickly navigate through all the inline tasks in the exported document would be a pre-requisite. I don't use

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Achim Gratz
Bastien b...@altern.org writes: Wow, how can someone munge his words so badly? :) In the force if Yoda's so strong, construct a sentence with words in the proper order then why can't he? Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for Waldorf Q

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Mon, Aug 15, 2011 at 1:44 PM, Bodhi thebb...@gmail.com wrote: Dear Puneeth, The org-mode link works magically. Thanks! But the same doesn't work for the generated html page. The pages get built, and the ID gets created, the html href contains that unique ID, but the browser is unable to

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Valentin Wüstholz wuesth...@gmail.com writes: Sure. I have attached the output. Thank you. I have applied it to master. Thanks for taking care of applying this patch. -- Bastien

Re: [O] [PATCH 1/7] New macro: Execute BODY in enviroment with uninterned SYMBOLS

2011-08-16 Thread Bastien
David Maus dm...@ictsoc.de writes: Well: Defining edebug specifications for macros is something really useful for debugging those buggers. Maybe this could be something like an informal policy: No macro without edebug spec, especially if the macro wraps around a body. Agreed. Let's try to

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Bodhi
Nope. No luck. :( Both files are exported, because I can individually access foo.html and bar.html. On Tue, Aug 16, 2011 at 10:50 PM, Puneeth Chaganti puncha...@gmail.comwrote: On Mon, Aug 15, 2011 at 1:44 PM, Bodhi thebb...@gmail.com wrote: Dear Puneeth, The org-mode link works magically.

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Tue, Aug 16, 2011 at 11:01 PM, Bodhi thebb...@gmail.com wrote: Nope. No luck. :( Both files are exported, because I can individually access foo.html and bar.html. Where does the link in foo.html point to? Can you send the sample files that you are using? Or a simplified version of them? --

[O] thanks

2011-08-16 Thread Patrick O'Neill
I just wanted to give a quick word of thanks to Bernt Hansen and everyone else answering questions on the emacs-orgmode list. Since the mailing list is publicly archived, answered questions can remain useful to others long after the original respondents have probably forgotten about them. This

[O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
Hello, I noticed that lines with leading asterisks inside of source and example blocks are interpreted as headings: --8---cut here---start-8--- * Heading 1 #+begin_example foo * bar blah #+end_example * Heading 2 --8---cut

Re: [O] fatal: The remote end hung up unexpectedly

2011-08-16 Thread John Hendy
On Tue, Aug 16, 2011 at 8:20 AM, Bastien b...@altern.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: Is this enough of a problem with or.cz that the page on keeping up to date with orgmode should be updated? I'm not sure how you want to update this section, but I think repo.or.cz

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-16 Thread Bastien
Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: Meanwhile, could you please reformat a bit your patch (no more than 80 columns, no parents on their own line), add a commit message followed by TINYCHANGE (unless you have signed FSF papers already) and use git format-patch for the

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Loading org-inlinetask is the user's job. He has to assume weird things which will happen when the buffer holds inline tasks without them being loaded (but I give him an excuse as inline tasks are completely undocumented). We should

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread John Wiegley
Achim Gratz strom...@nexgo.ed writes: I can easily see how this works with bug/issue trackers. What I'm not so sure is how you imagine it to work with files. For my part I'm hoping that it might be able to get some interface to the various bits and pieces I've bookmarked and sometimes put

Re: [O] [bug] org-inlinetask produces invalid xhtml

2011-08-16 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: I am attaching the patch and sample org/odt/doc/html files. Applied, thanks a lot! -- Bastien

Re: [O] fatal: The remote end hung up unexpectedly

2011-08-16 Thread Bastien
John Hendy jw.he...@gmail.com writes: And, indeed, that's the repo I used... until it didn't work for me. I'll stay with the orgmode one unless it goes out and then I'll switch back if I need to :) Hehe, that's precisely why we should advertize both! -- Bastien

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: The backend gets to define what the parts of an entry are. Some backends will import actual content into the related Org entry, while others will only import a link back to the original content. This is what I would do for a backend that monitors files

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: I noticed that lines with leading asterisks inside of source and example blocks are interpreted as headings: The attached patch should fix this -- please confirm. Thanks! From 4ff6f7a78c07654e70ac8473c911b873340f0b67 Mon Sep 17

Re: [O] parsing options

2011-08-16 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Is there a generic function for parsing options lines at the top of a file? See `org-infile-export-plist'. I'd like to use some custom lines to set certain file-specific variables, and haven't quite figured out the best way to do

Re: [O] Org-Mode Homepage error

2011-08-16 Thread Bastien
Hi Achim, CC'ing Sebastian in case he can have a look. Achim Gratz strom...@nexgo.de writes: Could you be more specific what is a no good result? Well, the HTML page was empty -- same error than with the unpatched version of org-info.js. I've been generating the index.html in org-info-js

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: I noticed that lines with leading asterisks inside of source and example blocks are interpreted as headings: The attached patch should fix this -- please confirm. Hm, I'm still seeing the same

[O] odt export bug, I think.

2011-08-16 Thread Matt Price
Hi, I think I've found an odt export bug. Certain complex URL's stored within links can end up being rendered with forbidden characters, e.g. '' and ''. so, e.g., a link to this URL:

Re: [O] TODO type problem on speedbar and imenu.

2011-08-16 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Thanks a lot -- I have tested the patch during the last two hours and didn't find any problem. Feel free to apply it. Done. What about going one step further and removing the possibility of using tabs after TODO keywords? There are quite a few

Re: [O] TODO type problem on speedbar and imenu.

2011-08-16 Thread Carsten Dominik
On 13.8.2011, at 12:16, Nicolas Goaziou wrote: Hello, Bastien b...@altern.org writes: Yep. When you have some free time (!), please suggest a patch and a small org test file so that we can test. Here is an attempt to convert word boundaries into white spaces where it matters. I am

[O] Hide table columns on export

2011-08-16 Thread Johnny
Is there a way to hide certain columns of a table when exporting? I know the / will hide rows, and can group columns, but haven't been able to find any way to hide certain columns on export? The rationale being that I use some column for intermediary calculations that I don't want to see in the

Re: [O] [PATCH] org.el: Inhibit insertion of superfluous space character in org-add-planning-info.

2011-08-16 Thread Valentin Wüstholz
Hi Bastien. On Tue, Aug 16, 2011 at 7:05 PM, Bastien b...@altern.org wrote: Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: I've noticed that org-add-planning-info adds a superfluous space character when a repeated task is marked as DONE and gets rescheduled. Patch applied,

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-16 Thread Valentin Wüstholz
Hi Bastien, thanks for the comments. I'll certainly keep that in mind for future patches. Maybe that's something that could be added to the corresponding worg page (http://orgmode.org/worg/org-contribute.html). Best regards, Valentin On Tue, Aug 16, 2011 at 9:18 PM, Bastien b...@altern.org

Re: [O] Hide table columns on export

2011-08-16 Thread Nick Dokos
Johnny yggdra...@gmx.co.uk wrote: Is there a way to hide certain columns of a table when exporting? I know the / will hide rows, and can group columns, but haven't been able to find any way to hide certain columns on export? The rationale being that I use some column for intermediary

Re: [O] Pattch to org.texi: Document :eval no

2011-08-16 Thread Stephen Eglen
Small patch attached, thanks Seb for pointing this out. Thanks for the patch -- I'm willing to apply it, but I'd rather apply a complete patch, i.e. one with a ChangeLog entry. Can you update it? Put the cursor on your change in org.texi and use `C-x 4 a' to create a proper ChangeLog

Re: [O] TODO type problem on speedbar and imenu.

2011-08-16 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: I am not sure this is a good idea. With this patch, you always require the space to be there. So * TODO would not be a task. I am not sure, this might have side effects. Notwithstanding the fontification problem, isn't * TODO

[O] formulas in spreadsheet to increase date

2011-08-16 Thread Matt Price
Hi, It's htat time of year again and I'm putting together course syllabi. I would really love to be able to dynamically calculate dates in a spreadsheet, e.g.: |Topic 1|Date1|Description1| |Topic2|Above Date + 7| Description2| |Topic3|Above Date + 7| Description3| Is there a way for me to do

[O] Markdown export (using org-export-generic)

2011-08-16 Thread Paul Sexton
Wes Hardaker's org-export-generic (in worg) does a pretty good job of exporting to markdown syntax. The following works (use C-c C-e g to run the exporter): (require 'org-export-generic) (org-set-generic-type markdown '(:file-suffix .markdown :key-binding ?M :title-format

Re: [O] parsing options

2011-08-16 Thread Eric Abrahamsen
On Wed, Aug 17 2011, Bastien wrote: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Is there a generic function for parsing options lines at the top of a file? See `org-infile-export-plist'. I'd like to use some custom lines to set certain file-specific variables, and haven't

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Bodhi
Here you go. On Tue, Aug 16, 2011 at 11:07 PM, Puneeth Chaganti puncha...@gmail.comwrote: On Tue, Aug 16, 2011 at 11:01 PM, Bodhi thebb...@gmail.com wrote: Nope. No luck. :( Both files are exported, because I can individually access foo.html and bar.html. Where does the link in foo.html

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Wed, Aug 17, 2011 at 8:51 AM, Bodhi thebb...@gmail.com wrote: Here you go. I'm not able to make my org-mode use the PROPERTY ID that's already been defined by you. I got rid of it and created a new ID. The export works for me. I tested with realease_7.4 without any of my customizations.