[Orgmode] Bug: Infinite loop in `org-previous-item' when there's nothing above item (patch included) [6.33trans (release_6.33f.80.gb777e3)]

2009-12-05 Thread David Maus
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[Orgmode] Re: org-mode, grep and folding issue

2009-12-05 Thread Bernt Hansen
Good Bad writes: > My notes are scattered across various org files. So I use grep > (usually M-x lgrep and M-x rgrep) to search my notes. When I click one > of the grep results (in the *grep* buffer), it leads to where the > match is, but often the corresponding line is hidden because it is > ins

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-05 Thread Matt Lundin
Uriel Avalos writes: > Thanks for replying. I tried that before as well... Restarted emacs and > C-c C-c on the line. I think I figured out what's going on... it may be > a bug! > > If I have this simple file: > > #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED > * PUBLISHED test > DEADLINE: <200

[Orgmode] Re: org-mode, grep and folding issue

2009-12-05 Thread Matt Lundin
Doug Hellmann writes: > On Dec 5, 2009, at 10:22 AM, Good Bad wrote: > >> My notes are scattered across various org files. So I use grep >> (usually M-x lgrep and M-x rgrep) to search my notes. When I click >> one of the grep results (in the *grep* buffer), it leads to where >> the match is, but

Re: [Orgmode] [babel] Tiny "problems"

2009-12-05 Thread Dan Davison
"Eric Schulte" writes: > Hi Sébastien, > > Sébastien Vauban writes: > > [...] >> >> Here the "problems" (details, though) I've observed: >> [...] >> - *after* =C-c '= forth and back, all the blank lines in my source block (in >> my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10")

[Orgmode] Re: MobileOrg agendas

2009-12-05 Thread Xin Shi
Hi Richard, I just updated my orgmode to 6.33f, and this time the priority reserved in the pushed file, but in the ipod touch, it seemed not recognized, i.e. it shows: [#A] Learn MobileOrg. In the "Priority" row, it still says "None". Xin On Sat, Dec 5, 2009 at 11:59 AM, Xin Shi wrote: > H

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Carsten Dominik
Hi Eric, On Dec 4, 2009, at 7:34 PM, Eric S Fraga wrote: At Thu, 3 Dec 2009 17:10:44 +0100, Carsten Dominik wrote: after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. Carsten, Thanks

[Orgmode] Re: MobileOrg agendas

2009-12-05 Thread Xin Shi
Hi Richard, Yes. In my index.org file (generated by org-mobile-push), it has: #+ALLPRIORITIES: A B C I noticed the priority in my original org file is lost once pushed to by the org-mobile-push: TODO [#A] Learn MobileOrg => TODO Learn MobileOrg Hm Xin On Sat, Dec 5, 2009 at 9:57 AM, Ric

Re: [Orgmode] Agenda not working or am I misunderstanding how it works?

2009-12-05 Thread Uriel Avalos
Thanks for replying. I tried that before as well... Restarted emacs and C-c C-c on the line. I think I figured out what's going on... it may be a bug! If I have this simple file: #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED * PUBLISHED test DEADLINE: <2009-12-05 Sat> it works! (It doesn't sho

Re: [Orgmode] [PATCH] sha1 hash of latex fragments to avoid regeneration

2009-12-05 Thread Eric Schulte
Hi Francesco, You raise good points below, and I am not sure how best to respond to them. My initial reaction is that you should not be checking automatically generated files (e.g. the results of ditaa exports) into a version control repository, however I understand that there are times when such

Re: [Orgmode] org-mode, grep and folding issue

2009-12-05 Thread Doug Hellmann
On Dec 5, 2009, at 10:22 AM, Good Bad wrote: My notes are scattered across various org files. So I use grep (usually M-x lgrep and M-x rgrep) to search my notes. When I click one of the grep results (in the *grep* buffer), it leads to where the match is, but often the corresponding line is

Re: [Android] Running debian + emacs on my Android G1 [was: [Orgmode] emacs + orgmode on Ubuntu on Android G1]

2009-12-05 Thread Friedrich Delgado Friedrichs
Final summary on emacs with orgmode on the G1: I added a few hints to http://www.emacswiki.org/emacs/EmacsOnAndroid Friedel schrieb: > Emacs runs nicely, but uses a lot of memory with org mode, and it's > hard to use the agenda and probably difficult to make it run much > faster. The way I insta

[Orgmode] Problem with org-id-locations-file

2009-12-05 Thread Matt Lundin
Currently there is a minor problem with the org-id-locations-file. If one loads org-mode but does not follow a link to an ID in the course of the emacs session, org-id-locations-load is not run. As a result, the value of nil is saved to the org-id-locations-file upon quitting emacs, which defeats t

[Orgmode] org-mode, grep and folding issue

2009-12-05 Thread Good Bad
My notes are scattered across various org files. So I use grep (usually M-x lgrep and M-x rgrep) to search my notes. When I click one of the grep results (in the *grep* buffer), it leads to where the match is, but often the corresponding line is hidden because it is inside a folded heading in an

[Orgmode] Re: MobileOrg agendas

2009-12-05 Thread Richard Moreland
Hi Xin, Do you have a line similar to this in index.org (generated by org-mobile-push): #+ALLPRIORITIES: A B C If not, you can try adding a priorities line to your Org file like this: #+PRIORITIES: A B C Then re-push and see if #+ALLPRIORITIES is set for you. Hope this helps, Richard On Sat,

[Orgmode] Re: MobileOrg agendas

2009-12-05 Thread Xin Shi
Hi Richard, Thanks for your reply (and also the MobileOrg of course)! No. I'm using the 6.33. I tried the git version, but there are some compiling errors: In toplevel form: lisp/org-ascii.el:29:1:Error: Symbol's function definition is void: org-float-ti me make: *** [lisp/org-ascii.elc] Error

[Orgmode] something odd with org-remember-mode and kill-ring-save

2009-12-05 Thread Good Bad
I made a wrapped version of org-remember-kill which saves the remember content to the kill ring and then calls the original org-remember-kill. It works as I expect in most cases but not always. First, the relevant elisp code is: (define-key global-map "\C-cr" 'org-remember) (defun org-remember

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Daniel Martins
Carsten hit the target. I have customized org-export-latex-classes before! The first option did not work (I do not know why) but the second option did! The teste worked perfectly!! Thanks again carsten and Nicholas Daniel 2009/12/5 Carsten Dominik : > > On Dec 5, 2009, at 1:04 AM, Daniel M

Re: [Orgmode] Multiple agenda buffers

2009-12-05 Thread Jan Böcker
Desmond Rivet wrote: > Is it possible to have multiple Org Agenda buffers open say, if you want > different search results side by side? For the use case of simply viewing two search results side by side, renaming an agenda buffer seems to work: - open the agenda view: C-c a a - M-x rename-buffe

[Orgmode] Bug in org-babel R language shadows ruby

2009-12-05 Thread Daniel Doherty
All, I'm not on this mailing list, but thought this would be the right place to pass along a bug in org-babek that had me baffled for a long time. I was initializing org-babel with the following from my init.el file === (require 'org-babel-init) (require 'o

[Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-05 Thread Nicolas Girard
2009/12/1 Nicolas Girard : > Hi, > title says it all. > Hi, attached is a second patch which suppresses some other extra newlines in the LaTeX export. Let me know if you need any explanation. -- Nicolas diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4c4d540..75ee548 100644 --- a/lisp/org

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Carsten Dominik
On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote: Thank you very much I did everything you suggested and everything worked nicely But even using load-libray org-latex and org-beamer I received Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done Loading /home/d