[O] HTML slides

2012-04-19 Thread BernardH
Hi, First and foremost, thank you for making such a great emacs mode ! Whatever I'm doing with orgmode (and I do as much as possible in orgmode !), it is always a joy. Recently, i've been switching to orgmode for my presentations. I'm a happy user of

Re: [O] Flexible plain list bullets

2012-04-19 Thread Nicolas Goaziou
Hello, Mark E. Shoulson m...@kli.org writes: Attached is a patch that adds a customization variable for setting which characters you can use as bullets in plain lists. Unicode has all kinds of pretty characters like ❧ or ☞ that would be good for bullets, why limit ourselves to just [-+*]?

Re: [O] Flexible plain list bullets

2012-04-19 Thread suvayu ali
Hi Mark, On Thu, Apr 19, 2012 at 10:18, Nicolas Goaziou n.goaz...@gmail.com wrote: Mark E. Shoulson m...@kli.org writes: Attached is a patch that adds a customization variable for setting which characters you can use as bullets in plain lists.  Unicode has all kinds of pretty characters like

[O] Inverse matching with '/' in agenda view?

2012-04-19 Thread James Harkins
Maybe a useful feature request, if it hasn't already been proposed. I just recently discovered '/' in the agenda view, but sometimes I would like to use it to remove tags from a to do list, e.g. / (tab) -Docs ... to show everything in the to-do list that is not about writing documentation.

Re: [O] Flexible plain list bullets

2012-04-19 Thread Carsten Dominik
On Apr 19, 2012, at 11:40 AM, suvayu ali wrote: Hi Mark, On Thu, Apr 19, 2012 at 10:18, Nicolas Goaziou n.goaz...@gmail.com wrote: Mark E. Shoulson m...@kli.org writes: Attached is a patch that adds a customization variable for setting which characters you can use as bullets in plain

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread Bernt Hansen
James Harkins jamshar...@gmail.com writes: Maybe a useful feature request, if it hasn't already been proposed. I just recently discovered '/' in the agenda view, but sometimes I would like to use it to remove tags from a to do list, e.g. / (tab) -Docs ... to show everything in the to-do

[O] Fast linking to files in private git repos through a hyperlink

2012-04-19 Thread Dov Grobgeld
I thought I would share the following hack that I did with git. In my org-mode notebook I often find myself references files that reside in various private git repos. So far I have referenced these either by just writing their name or giving a full path. But giving the full path is disruptive and

Re: [O] Bug? v r in agenda crashes = solved

2012-04-19 Thread Rainer Stengele
Hi all, the problem was that I still used the max-sticky-agenda branch. After switching to master everything works again! Sorry, I am not fluent in git and missed the trigger to change back to master. Thanks, Rainer Am 18.04.2012 18:49, schrieb Noorul Islam Kamal Malmiyoda: On Wed, Apr 18,

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread James Harkins
At Thu, 19 Apr 2012 07:16:34 -0400, Bernt Hansen wrote: / - TAB Docs RET Oh, that's great. I missed that one. Thanks! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has yet chanted, Sing me the

Re: [O] [bug] Remote durations are considered as fractions

2012-04-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Using the flag T does not help: | Planning | 00:00:03 | | Reporting | 00:00:09 | #+TBLFM: @1$2=remote(hours-spent,@4$4);T This should work as expected now (with the T flag.) I confirm this is now working as

Re: [O] [PATCH] Add info when reference to remote table is not in the file

2012-04-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: (I don't like using sit-for, it's often worse than getting an error...) I don't like it that much either, but, here, it's the only way to see the message before being flooded by the Finding ID location...

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread Gustav Wikström
Hi! I'd like to follow this up with a feature request on inverse matching on '', since the inverse of the tag-matching was resolved so fast ;) It would be neat to be able to hide categories in the agenda as well. Kind regards Gustav On Thu, Apr 19, 2012 at 2:57 PM, James Harkins

Re: [O] [PATCH] Add info when reference to remote table is not in the file

2012-04-19 Thread Sebastien Vauban
Hi Bastien, Sebastien Vauban wrote: You can also go back to the *Messages* buffer and check from there. Maybe another option is to silent `org-id-update-id-locations' when called from `org-id-find'? Does the attached patch against master improves the situation for you? In all cases, this

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread Michael Brand
Hi Gustav 2012/4/19 Gustav Wikström gustav.e...@gmail.com: I'd like to follow this up with a feature request on inverse matching on '', since the inverse of the tag-matching was resolved so fast ;) It would be neat to be able to hide categories in the agenda as well. Is a resolve in the past

[O] [ODT] Internal Link disparear

2012-04-19 Thread Michaël Parienti
Hi, I am coming into a curious bug. I don’t know if it an orgmode one or an libreoffice one. When a export-as-odt the simple org file attached to this mail, and open the odt file, I obtain an odt file very «unstable»: As soon as copy and paste any text into the file, the link called link just

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread Sebastien Vauban
Hi Gustav, Gustav Wikström wrote: I'd like to follow this up with a feature request on inverse matching on '', since the inverse of the tag-matching was resolved so fast ;) It would be neat to be able to hide categories in the agenda as well. C-u Best regards, Seb -- Sebastien Vauban

[O] i want to subscribe

2012-04-19 Thread frank
hello, respectable orgmode team , thank you

Re: [O] [PATCH] Add info when reference to remote table is not in the file

2012-04-19 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: That said, I still find we should be able to refer to tables names whose TBLNAME keyword could be spelled both: - in downcase version (#+tblname: abc) and - in uppercase version (#+TBLNAME: xyz). More

Re: [O] Fast linking to files in private git repos through a hyperlink

2012-04-19 Thread Karl Voit
* Dov Grobgeld dov.grobg...@gmail.com wrote: I thought I would share the following hack that I did with git. In my org-mode notebook I often find myself references files that reside in various private git repos. So far I have referenced these either by just writing their name or giving a

Re: [O] HTML slides

2012-04-19 Thread Dov Grobgeld
There is also https://github.com/dov/org-slidy , which I wrote since I like to be able to scroll my slides which S5 does not allow. It would be even cooler to create a package for creating HTML5 slideshows straight from org-mode, e.g. like http://slides.html5rocks.com/#table-of-contents or

Re: [O] [PATCH] Separate file time from its tasks times

2012-04-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: This can be best understood with an [updated] example... I've been thinking about this again and I made up my mind with a clearer argument. Before: #+BEGIN: clocktable :maxlevel 4 :scope (file-tom.org

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-19 Thread Sebastien Vauban
Hi Max, Max Mikhanosha wrote: Sven Bretfeld wrote: The Sticky Agenda is something I have been waiting for since a long time. Thank you very much! Let me thank you for the sticky agenda as well. I can't say I'm using multiple agendas in parallel -- while I'll surely make more use of it --, but

Re: [O] org-protocol-capture and chrome

2012-04-19 Thread Harri Kiiskinen
From: Richard Riley rile...@gmail.com Subject: Re: [O] org-protocol-capture and chrome Date: Tue, 17 Apr 2012 12:06:32 +0200 Richard Riley rile...@gmail.com writes: Could someone please post a working setup (browser bookmark url and template) for org-protocol-capture to correctly get

Re: [O] Question about adding to inherited properties

2012-04-19 Thread Bill Wishon
First, let me say that I'm only a novice elisp hacker... That said after spending some time debugging I think there may be a disconnect between the example in the org-manual and the function org-entry-get-with-inheritance. The manual shows an example in section 7.1 where a GENRES+ adds to a

Re: [O] org-protocol-capture and chrome

2012-04-19 Thread Bernt Hansen
Harri Kiiskinen harki...@gmail.com writes: The format of the patch was probably not correct as I have no idea whether it made it anywhere from this list, but should be found in the archives around April 14th. It's sitting on the patchwork server waiting to be dealt with.

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-19 Thread Max Mikhanosha
At Thu, 19 Apr 2012 22:17:08 +0200, Sebastien Vauban wrote: I tried the updated version of Sven: #+begin_src emacs-lisp (defun my-gtd-frame () (interactive) (save-excursion) (make-frame '( (name . gtd) (active-alpha . 0.75)

Re: [O] Question about adding to inherited properties

2012-04-19 Thread Nick Dokos
Bill Wishon b...@wishon.org wrote: First, let me say that I'm only a novice elisp hacker...  That said after spending some time debugging I think there may be a disconnect between the example in the org-manual and the function org-entry-get-with-inheritance.  The manual shows an example in

Re: [O] Flexible plain list bullets

2012-04-19 Thread Mark E. Shoulson
I guess. I spoke with someone on the IRC channel about this too, the basic idea being that the Org format should be stable, so the same file won't parse or behave differently on different installations. There's something to be said for that, but there are a fair number of customizable

Re: [O] Flexible plain list bullets

2012-04-19 Thread Jambunathan K
Mark E. Shoulson m...@kli.org writes: else reconsider my patch Contributions to Org/Emacs requires copyright assignments. Search for FSF in the following page: http://orgmode.org/worg/org-contribute.html I am wondering: Why a overlay solution will not work for you? Why do you need Unicode