Re: [O] Habit tracking and table data

2012-05-02 Thread Bernt Hansen
Steinar Bang writes: >> Bernt Hansen : > >> For these types of things I just stick a table in the habit org-mode >> entry and edit it directly, then mark it done without capturing a note. > > Umm... could you provide an example...? The habit entry is just like any other task... so it can con

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-05-02 Thread Bernt Hansen
Brian van den Broek writes: > After doing this for a while, I abandoned it as having too much > overhead for how I am presently working. I am on leave from a college > teaching job for this academic year, and most of the projects that I > am working on are large ongoing ones that I want to work o

Re: [O] Sparse tree date question

2012-05-02 Thread John Hendy
On Tue, May 1, 2012 at 6:36 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> It seems that =C-c / [a/b/D]= only works for deadline or scheduled >> active timestamps, not active or inactive time stamps alone. >> >> Is this correct or am I doing something wrong? > > Correct. > >> If it is

Re: [O] Sporadic problems pasting

2012-05-02 Thread Bastien
Hi Richard, Richard Stanton writes: > Quit: pasteboard doesn't contain valid data Sounds familiar: http://lists.gnu.org/archive/html/bug-gnu-emacs/2010-07/msg00592.html http://lists.gnu.org/archive/html/bug-gnu-emacs/2010-07/msg00892.html Maybe these threads need further digging. HTH, --

[O] Emacs occasionally hangs using org-mode

2012-05-02 Thread Richard Stanton
I've been using org-mode (version 7.8.09, release_7.8.09-482-gf47915) quite a lot over the last 24 hours to edit a file that will turn into a Beamer presentation. One problem I've encountered during this period is that Emacs (24.0.96 under OS X Lion) has randomly hung multiple times. Sometimes this

Re: [O] export image generated by python code.

2012-05-02 Thread Khoroshyy Petro
Hi Darlan. Thanks for you response. I am aware of the working folder differences and use absolute path in my scripts. I have found a workaround in this mailing list: http://lists.gnu.org/archive/html/emacs-orgmode/2011-06/msg00156.html This solves my problem with inline images in results. Have not

[O] Sporadic problems pasting

2012-05-02 Thread Richard Stanton
I've been using org-mode (version 7.8.09, release_7.8.09-482-gf47915) quite a lot over the last 24 hours to edit a file that will turn into a Beamer presentation. During the course of this editing, I've encountered a few problems. I'm not sure if these are org-mode or Emacs problems (I've just upda

Re: [O] Habit tracking and table data

2012-05-02 Thread Steinar Bang
> Bernt Hansen : > For these types of things I just stick a table in the habit org-mode > entry and edit it directly, then mark it done without capturing a note. Umm... could you provide an example...?

Re: [O] [bug?] Computations on efforts expressed in days

2012-05-02 Thread Sebastien Vauban
Hi Bastien, "Sebastien Vauban" wrote: > Bastien wrote: >> Sebastien Vauban writes: >> >>> I want to compute efforts given in days. As explained by the doc of >>> `org-effort-durations', we must add a =d= modifier to tell Org that given >>> numbers must be multiplied by 480 (in the case of hours) t

Re: [O] org + beamer: How to get @Š@ to create \alert?

2012-05-02 Thread Nick Dokos
Sebastien Vauban wrote: > Hi Richard and Nick, > > Nick Dokos wrote: > > Richard Stanton wrote: > > > >> I've just started using orgmode to create Beamer presentations, and have a > >> question. > >> > >> In the worg documentation > >> (http://orgmode.org/worg/org-tutorials/org-beamer/tutorial

Re: [O] [bug?] Computations on efforts expressed in days

2012-05-02 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> I want to compute efforts given in days. As explained by the doc of >> `org-effort-durations', we must add a =d= modifier to tell Org that given >> numbers must be multiplied by 480 (in the case of hours) to get the correct >> number of co

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-02 Thread Nicolas Goaziou
Bill Wishon writes: > What I was trying to achieve when I got into trying out the > org-export-format-drawer-function was to try and customize the look of the > properties drawers when they're exported to html. By default they are > exported as pre formatted text with the class=example. What wo

Re: [O] Habit tracking and table data

2012-05-02 Thread Bernt Hansen
Steinar Bang writes: > I'm logging my bicycling to work using org habit tracking. I'm using a > comment to track the time and distance (and average speed). It would > have been nice if the habit tracking could have used a table for this. > > I have googled for something similar to this but not

Re: [O] org + beamer: How to get @Š@ to create \alert?

2012-05-02 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Richard Stanton wrote: > >> I've just started using orgmode to create Beamer presentations, and have a >> question. >> >> In the worg documentation >> (http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html), it gives >> an example of how enclosing text in "

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

2012-05-02 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> I think this is it... > > Yes.. but in fact, this is precisely the difference between the `t' and the > `T' flags - the latter displays seconds while the former display the output > according to `org-table-duration-custom-format', which

Re: [O] [bug] Negating time changes its value

2012-05-02 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" > writes: > >> Taking the opposite of a time (that is, "putting" a minus sign in >> front of it) changes its value... > > Fixed... please confirm. Confirmed. Thanks a lot! > Thanks *a lot* for reporting this -- this was indeed a nasty bug. This i

Re: [O] org + beamer: How to get @Š@ to create \alert?

2012-05-02 Thread Sebastien Vauban
Hi Richard and Nick, Nick Dokos wrote: > Richard Stanton wrote: > >> I've just started using orgmode to create Beamer presentations, and have a >> question. >> >> In the worg documentation >> (http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html), it gives >> an example of how enclosin

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-05-02 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> We can assign the value "0:00" to a cell via the string function: >> >> | Task| HH:MM | >> |-+---| >> | This| 1:23 | >> | Nothing | 0:00 | >> | That| 4:56 | >> #+TBLFM: @2$2=1:23::@3$2=string("0:00")::@4$2=stri

[O] [need help] about org-contacts

2012-05-02 Thread Feng Shu
| name | email | phone | |--+-+| | 冯书 | a...@a.com | 123456 | | b| b...@b.com | 123567 | | c| c...@c.com | 546789 | | d| d...@d.com | 684525 | How can I convert this table to org-contacts format using org-bable?