Re: [O] feature request

2011-07-19 Thread MidLifeXis at PerlMonks
Recommendation: use something like GIT (or one of the other fine source control systems out there) to checkpoint your work, and save the history of your org files.  It can even be set up in emacs to periodically save all org files and check in a snapshot. HTH, Brian _

Re: [O] Regression bug in tangle/weave

2011-07-05 Thread MidLifeXis at PerlMonks
d?  Will this behavior be stable in the future? Brian - Original Message - From: MidLifeXis at PerlMonks To: Eric Schulte Cc: emacs-orgmode Sent: Friday, July 1, 2011 3:40 PM Subject: Re: [O] Regression bug in tangle/weave I am still getting prompted with the 'Evaluate this tex

Re: [O] Regression bug in tangle/weave

2011-07-01 Thread MidLifeXis at PerlMonks
n two weeks ago.  I will refresh my org-mode setup over the weekend and see if that takes care of it. Brian - Original Message - From: Eric Schulte To: MidLifeXis at PerlMonks Cc: emacs-orgmode Sent: Friday, July 1, 2011 2:14 PM Subject: Re: [O] Regression bug in tangle/weave

Re: [O] Regression bug in tangle/weave

2011-07-01 Thread MidLifeXis at PerlMonks
- From: Eric Schulte To: MidLifeXis at PerlMonks Cc: emacs-orgmode Sent: Thursday, June 30, 2011 1:30 PM Subject: Re: [O] Regression bug in tangle/weave Hi, Indeed this example below no longer works, however I believe the new behavior is both desired and permanent.  I'll explain and in

[O] Regression bug in tangle/weave

2011-06-30 Thread MidLifeXis at PerlMonks
It appears that there may be a regression problem with the current tangle/weave process.  I used to be able to have a noweb section for the name of the file, another for the version of the file, and then have an autogenerated header section that included those two pieces of information on a sing

Re: [O] How can I review a day?

2011-04-19 Thread MidLifeXis at PerlMonks
#+BEGIN: clocktable :block today :scope agenda :maxlevel 4 :link 2 #+END: clocktable You can also use agenda-with-archives for the scope if needed. - Original Message From: Robert Inder To: Puneeth Chaganti Cc: emacs-orgmode@gnu.org Sent: Tue, April 19, 2011 10:06:12 AM Subject: Re:

Re: [O] Formal description of Org files

2011-04-15 Thread MidLifeXis at PerlMonks
This is something I would like to see adopted by the org community as well. One of my main reasons is to allow other languages to be able to at least, given the proper configuration information (for TODO keywords, etc), to be able to deal with org files. I am not quite sure where the lines s

Re: [O] Re: Test framework needed

2011-03-30 Thread MidLifeXis at PerlMonks
As a heavy Perl user, writing /automated/ tests is a large part of my dev work. I would suggest / plea / encourage that whatever framework is used can be automated. If it cannot be run as part of an automated process it is not going to be run. Also consider a set of testing platforms (emacs ve

Re: [O] Slow movement in large buffers

2011-03-15 Thread MidLifeXis at PerlMonks
I have seen this happen when I have largish files with tables. I also have a file setting of: #+begin_src org #+STARTUP: align #+end_src which turns on automatic alignment of things recognized as table-like. If I remove this startup directive, things tend to run more smoothly. I have not

Re: [Orgmode] Convert iCalendar files to org files

2010-12-30 Thread MidLifeXis at PerlMonks
> * Convert iCalendar recurrences to org recurrences[2] >[2] And I'm quite sure it can't be done because orgmode has no concept > of a recurrence end like iCalendar does. Just as a possibility, what about using the diary syntax for dates in this case? I have successfully done repeating tasks f

[Orgmode] Bug: contrib/src/org-collector.el [7.3]

2010-12-20 Thread MidLifeXis at PerlMonks
Hello, org-read-prop treats strings beginning with digits as numbers. contrib/lisp/org-collector.el: (line 124ish: http://repo.or.cz/w/org-mode.git/blob/5f77fd6a81a4241ce5a8e346acb9df089d65b462:/contrib/lisp/org-collector.el#l124) (org-read-prop "123abc-def543") returns 123, should return "1