Re: [O] [odt] htmlfontify + Support for src blockfontification

2011-08-15 Thread suvayu ali
On Mon, Aug 15, 2011 at 10:36 PM, Jambunathan K wrote: > I am attaching sample before and after files to tickle the curiosity. > Amazing! -- Suvayu Open source is the future. It sets us free.

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

2011-08-15 Thread Sebastien Vauban
Hi John, John Wiegley wrote: > "Sebastien Vauban" > writes: > >> Would you have a .emacs part about this (debugging, profiling, etc.) that >> you're willing to share. I am confident that I could jump easier into full >> Emacs Lisp if I would have a better environment. > > I'm attaching my lang-em

[O] [odt] htmlfontify + Support for src blockfontification

2011-08-15 Thread Jambunathan K
Bastien I have patched up htmlfontify[1] to support fontification of odt source blocks. I am planning to submit the patch to emacs-devel. Till such time as this patch is integrated in to official Emacs, I would like to check-in a copy of htmlfontify.el into the contrib dir. Will there any objec

Re: [O] Equation references for HTML: suggested approaches?

2011-08-15 Thread Bastien
Hi Ahmed, Ahmed Fasih writes: > Apologies, I discovered one stopgap solution already: > > # <> > \begin{equation} > \label{eq-myeq} > a = 1 > \end{equation} > > We have defined something in (\ref{eq-myeq}), and this link will look > fine in both Latex and HTML output. This just requires me to en

Re: [O] org-sudoku.el

2011-08-15 Thread Bastien
Hi Carsten, Carsten Dominik writes: > my daughter got stuck with a couple of SUDOKU puzzles during > the vacation (where wh had no internet connection), so I > hacked a small SUDOKU solver that reads > a 9x9 Org table and solves it as a sudoku puzzle. > A little silly, but maybe fun for someone

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Bastien
Jay McCarthy writes: > I thought that this information in the stack report would be enough: > > Identifier: org.gnu.Emacs > Version: Version 23.3 (9.0) > OS Version: Mac OS X 10.7 (11A511) > > It's the version from http://emacsformacosx.com/ So yes, I correctly misread the thre

[O] Variable publishing-directory?

2011-08-15 Thread Kai Tetzlaff
I'm using an org-mode publishing project in different locations and would like to set different (location dependent) values for the publishing-directory property (e.g. use different servers to upload published files). There might be a way to do that with the current org-mode which i just did not

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Nick Dokos
Jay McCarthy wrote: > This was very useful. I didn't have the problem with the minimal > setup. I then went through my global modes, turning them off until I > found that by turning off global-linum-mode it drastically improved > the performance of org-mode and removed the crash. Great! Now, I'll

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread suvayu ali
Hi Jay, On Mon, Aug 15, 2011 at 6:12 PM, Jay McCarthy wrote: > This was very useful. I didn't have the problem with the minimal > setup. I then went through my global modes, turning them off until I > found that by turning off global-linum-mode it drastically improved > the performance of org-mod

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Jay McCarthy
This was very useful. I didn't have the problem with the minimal setup. I then went through my global modes, turning them off until I found that by turning off global-linum-mode it drastically improved the performance of org-mode and removed the crash. Great! Now, I'll try org-mode for realsies. J

Re: [O] Column view arrow keys issue

2011-08-15 Thread Skip Collins
On Mon, Aug 15, 2011 at 9:01 AM, Noorul Islam wrote: > In column view mode, my arrow keys are not working properly. I believe that column view suffers from some emacs 24 bugs involving overlays. You may want to see if the latest git version of emacs helps.

Re: [O] Merge org-7.7 into emacs

2011-08-15 Thread Bastien
Hi Memnon, Memnon Anon writes: >http://permalink.gmane.org/gmane.emacs.devel/142944 > > I don't know anything about this, but maybe something can be said/done > about it while Bastien enjoys his vacation? Thanks for the heads-up -- I just answered to Glenn and fixed the more obvious pro

Re: [O] Merge org-7.7 into emacs

2011-08-15 Thread Bastien
Hi Ethan, Ethan Ligon writes: > I'm afraid I'm mentioned twice. The first has to do with copyright > assignment; I've begun the process described in org-contribute.org > to assign copyright to the FSF. Thanks -- the contribution was small enough this time, I marked it as "(tiny change)" in the

Re: [O] Merge org-7.7 into emacs

2011-08-15 Thread suvayu ali
Hi Bastien, On Mon, Aug 15, 2011 at 4:03 PM, Bastien wrote: >> If so, how do I initiate the process? > > I attach the instructions in case you want to assign your copyright to > the FSF for future changes. > Thanks a lot. :) -- Suvayu Open source is the future. It sets us free.

Re: [O] Merge org-7.7 into emacs

2011-08-15 Thread Bastien
Hi Suvayu, suvayu ali writes: > I see my name in there. I only submitted a small (touching less than > 20 lines) documentation patch[1]. I just checked this commit: the change removes 18 lines and replaces them with 15 lines, so this can be considered as rewriting. I will mark this as a "TINYC

Re: [O] Merge org-7.7 into emacs

2011-08-15 Thread Bastien
Hi Memnon and Eric, Memnon Anon writes: > Eric Schulte writes: > >> I believe 10 lines is the cutoff for whether a patch may be considered >> "tiny" and thus whether it requires copyright attribution to the FSF. > > ,[ http://orgmode.org/worg/org-contribute.html ] > | If your patch is again

Re: [O] C-x n s no longer works in outline mode

2011-08-15 Thread Bastien
Hi Leo, Leo writes: > I have been using this outside of org-mode for many years but it is > broken in 7.7. I suggest using this (new) outline function instead: #+begin_src emacs-lisp (defun outline-narrow-to-subtree () "Narrow buffer to the current subtree." (interactive) (save-excursion

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

2011-08-15 Thread John Wiegley
"Sebastien Vauban" writes: > Would you have a .emacs part about this (debugging, profiling, etc.) that > you're willing to share. I am confident that I could jump easier into full > Emacs Lisp if I would have a better environment. I'm attaching my lang-emacs-lisp.el file. The really big modules

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

2011-08-15 Thread John Wiegley
Karl Voit writes: > In my point of view, it is no problem at all because the «API» we do have is > the format of Org-mode files. Memacs is - unlike your system - not done with > Emacs at all: Python scripts generate Org-mode files and that is all. Very likely Org-X will be able to make sure of y

Re: [O] Bug: aquamacs hangs when scrolling column view [7.7 (release_7.7.104.g8425)]

2011-08-15 Thread Bastien
Skip Collins writes: > On Mon, Aug 15, 2011 at 4:26 AM, Bastien wrote: >> Skip Collins writes: >>> I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the >>> same minimal.emacs and minimal orgbug.org files. This crashes emacs. >> >> Please insist on reporting these kind of bugs t

[O] Column view arrow keys issue

2011-08-15 Thread Noorul Islam
Hello all, In column view mode, my arrow keys are not working properly. For example consider the following view. Task| Effort | CLOCKSUM | Item1 | 8:00 | 7:00 | Now, when I press right arrow key to re

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Suvayu Ali
On Mon, 15 Aug 2011 06:19:28 -0600 Jay McCarthy wrote: > > or the output of 'git describe' from the shell in the org > > directory. > > release_7.7-20-g44472fa Does this happen with "emacs -Q -l /path/to/minimal/org-setup.el". If it is repeatable with the above, can you try to isolate the pro

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Jay McCarthy
On Mon, Aug 15, 2011 at 6:16 AM, Suvayu Ali wrote: > On Mon, 15 Aug 2011 06:09:53 -0600 > Jay McCarthy wrote: > >> It was the latest git when I sent the email (August 5th) >> > > Knowingly precisely which commit always helps. Hence it is customary to > post the output of the command I mentioned.

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Suvayu Ali
On Mon, 15 Aug 2011 06:09:53 -0600 Jay McCarthy wrote: > It was the latest git when I sent the email (August 5th) > Knowingly precisely which commit always helps. Hence it is customary to post the output of the command I mentioned. M-x org-version or the output of 'git describe' from the shel

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Jay McCarthy
It was the latest git when I sent the email (August 5th) Jay On Mon, Aug 15, 2011 at 6:02 AM, suvayu ali wrote: > On Mon, Aug 15, 2011 at 1:32 PM, Jay McCarthy wrote: >> >> What else should I send? > > M-x org-version > > -- > Suvayu > > Open source is the future. It sets us free. > -- Jay

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

2011-08-15 Thread Sebastien Vauban
Hi John, John Wiegley wrote: > I have to say that one of my personal requirements is that such a system be > implemented as much in Emacs Lisp as possible. I hate debugging code that's > "in between" Emacs and some other system. Plus, I have excellent > documentation, debugging and profiling res

Re: [O] Bug: aquamacs hangs when scrolling column view [7.7 (release_7.7.104.g8425)]

2011-08-15 Thread Skip Collins
On Mon, Aug 15, 2011 at 4:26 AM, Bastien wrote: > Skip Collins writes: >> I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the >> same minimal.emacs and minimal orgbug.org files. This crashes emacs. > > Please insist on reporting these kind of bugs to Emacs developers. Already d

[O] Bug: Extra space inserted in repeated tasks' date line

2011-08-15 Thread Markus Berlin
Hi, some time ago I noticed this small bug (small but it keeps annoying me!): If the following are set: (setq org-log-done 'time) (setq org-log-repeat nil) then if you press C-c C-t on a repeated tasks, like this one: * TODO do nothing SCHEDULED: <2011-08-12 Fr .+2d> an extra space is

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread suvayu ali
On Mon, Aug 15, 2011 at 1:32 PM, Jay McCarthy wrote: > > What else should I send? M-x org-version -- Suvayu Open source is the future. It sets us free.

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Jay McCarthy
On Mon, Aug 15, 2011 at 2:37 AM, Bastien wrote: > Hi Jay, > > Jay McCarthy writes: > >> I'm an avid OmniFocus user and I've been thinking about trying >> org-mode. > > Unless I misread this thread, we don't know what version of Emacs you > are using -- this is crucial information for usability pr

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

2011-08-15 Thread Karl Voit
* John Wiegley wrote: > Karl Voit writes: > >> Wow. This looks like exactly what I want to achieve with the >> «Memacs» project on [1]. We certainly need to exchange ideas and >> code :-) > > They sure do sound similar in spirit!! It's like we are tuned to the same > wavelength. :) *g* >> Our

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > As far as I know, Bastien began talking of caches with the author of > Emacs-calfw, but nothing has been done yet in that direction. Confirmed. Once I'm done doing plumbering work and catching up emails, I'll put a stab at this. Best, -- Bastien

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Bastien
Hi Jay, Jay McCarthy writes: >> It is worth disabling font-lock in Org buffers. I am not sure whether >> that would prevent you from making use of any of the Org features. > > I don't want to use it that way, but I can check if it speeds it > up and it doesn't make any appreciable difference

Re: [O] Converting from OmniFocus to org-mode

2011-08-15 Thread Bastien
Hi Jay, Jay McCarthy writes: > I'm an avid OmniFocus user and I've been thinking about trying > org-mode. Unless I misread this thread, we don't know what version of Emacs you are using -- this is crucial information for usability problems such as the one you are reporting. > https://github.co

Re: [O] Bug: aquamacs hangs when scrolling column view [7.7 (release_7.7.104.g8425)]

2011-08-15 Thread Bastien
Skip Collins writes: > On Fri, Aug 5, 2011 at 11:09 PM, Skip Collins wrote: >> When I move the scroll bar down in column view, Aquamacs typically >> hangs. This is repeatable with the following minimal.emacs file: > > I tested emacs 24.0.50.1 and stock org 7.7 on windows xp the with the > same m

Re: [O] Point jumps when changing timestamps

2011-08-15 Thread Bastien
Hi Matt, Matt Lundin writes: >> Ok, it may be convenient in that specific case, but it still looks like >> a hack to me. Another solution would be to implement a function to >> navigate between time-stamps, similar to `org-next-link'. One can even >> generalize this function to move to the next

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

2011-08-15 Thread Bodhi
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 load foo.html from the link in bar.html. Did you get any success on that

Re: [O] Point jumps when changing timestamps

2011-08-15 Thread Bastien
Hi Nicolas and Matt, Nicolas Goaziou writes: > I'd suggest to fix `org-at-timestamp-p', and allow, if it must be, > sloppiness in `org-shiftleft' and friends. I've just pushed a fix to `org-at-timestamp-p' so that `org-ts-what' considers your "on the bracket" when point is right after it. This

Re: [O] org-outline-regexp changes break use of org-overview in non-org buffers

2011-08-15 Thread Bastien
Hi Matt, Matt Lundin writes: > The old line in org overview, by contrast, looked for the beginning of > an outline line: > >(if (re-search-forward (concat "^" outline-regexp) nil t) > > Would it be possible to revert to the older, more generous construction > of the regexp (so th

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-15 Thread Bastien
Hi John, John Wiegley writes: > Maybe we're all using different versions of Emacs, but I find that > byte-compilation warnings keep increasing as time goes by. I'd like to ask > people to compile their code before committing, to keep the build log clean. > It looks messy when there are lots of

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-15 Thread Bastien
Achim Gratz writes: > John Wiegley writes: >> Maybe we're all using different versions of Emacs, but I find that >> byte-compilation warnings keep increasing as time goes by. I'd like to ask >> people to compile their code before committing, to keep the build log clean. >> It looks messy when t

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

2011-08-15 Thread Puneeth Chaganti
Hi Bodhi, On Mon, Aug 15, 2011 at 9:20 AM, Bodhi wrote: > Hi Puneeth, > Let us assume I have two files: foo.org and bar.org. > foo.bar contains: > :PROPERTIES: > :CUSTOM_ID: testing > :END: > > bar.org contains > [[CUSTOM_ID:testing]] > > Now, I wish to click on bar.org's link, and it should open