Re: [O] Calendar-like view of the org-agenda

2011-07-19 Thread Reiner Steib
On Fri, Jul 15 2011, Michael Markert wrote: > On 15 Jul 2011, OSiUX wrote: >> When change the name of days and months, emacs crash!!:: >> >> (setq calendar-week-start-day 7 [...] > The names are no problem, but `calendar-week-start-day' is. The day > array is 0-indexed, so you want 6 not 7. Anyho

Re: [O] Calendar-like view of the org-agenda

2011-07-19 Thread SAKURAI Masashi
Hi Rasmus, Thanks for your setting sample. At Sun, 17 Jul 2011 20:59:19 +0200, Rasmus wrote: > : > > Is is somehow possible to change the font family used in Calfw windows > > only? > > Hardly perfect, the following let me change the font used in Calfw > sessions. It seems rather fragile, though

Re: [O] Can't follow links with id property

2011-07-19 Thread suvayu ali
Hi Memnon, On Tue, Jul 19, 2011 at 4:30 PM, Memnon Anon wrote: > I can not reproduce that with your minimal example I tried it again, still present with both Emacs 23.2 and Emacs 24. -- Suvayu Open source is the future. It sets us free.

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread John Hendy
On Tue, Jul 19, 2011 at 5:45 PM, Daniel Clemente wrote: > >> >> Now that org has odt-export and of course HTML, etc. I'm re-thinking using >> >> .org >> >> for resume writing. >> >> >> >> Anyone else? >> > >> > I have recently started using Org-mode for my Resume.  I have >> > created a custom LaT

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Rasmus
Daniel Clemente writes: > Apart from each person creating their own resume… a pre-filled > template in .org could be made to produce a resume in the Europass [1] > format, or similar widely accepted formats. There is a LaTeX class mimicking Europass. I used to use it. I find Europass ugly and dis

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Daniel Clemente
> >> Now that org has odt-export and of course HTML, etc. I'm re-thinking using > >> .org > >> for resume writing. > >> > >> Anyone else? > > > > I have recently started using Org-mode for my Resume.  I have > > created a custom LaTeX stylesheet, that I use, for the LaTeX export. > > Apart from e

Re: [O] Scheduling calling debugger

2011-07-19 Thread suvayu ali
Hi David, On Tue, Jul 19, 2011 at 8:44 PM, David Maus wrote: >> That solved it! Just for the sake of understanding, what was most >> likely the issue here and what is a "macro problem"? > > My diagnosis went like this: > > (invalid-function org-loop-over-siblings-in-active-region) >  ^^^ > > Inva

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread John Tait
Achim Let's work it through. Let's say we have a large publishing project with lots of tags. Some (not all) of the tags are in tag groups. #+TAGGROUP: :characteristic: :colour:mass:material: #+TAGGROUP: :colo(u)r: :red:green:blue: #+TAGGROUP: :red: :crimson:scarlet:brick: Our ungrouped tags ar

Re: [O] Bulk cut in agenda view

2011-07-19 Thread Bernt Hansen
Julien Cubizolles writes: > Bernt Hansen writes: > >> Hi Julien, >> >> Could you describe your use-case for this bulk cut function? >> >> Is this bulk cut function destructive (ie. it deletes content from your >> org files permanently) > > Yes, it is destructive. I use it for todo items like bu

Re: [O] Makefile restructuring

2011-07-19 Thread Achim Gratz
Achim Gratz writes: > git remote add -t Makefile remote-tableheadings > git://repo.or.cz/org-mode/org-tableheadings.git > git fetch remote-tableheadings Makefile:local-Makefile > git checkout local-Makefile > > to get it (change remote-tableheadings and local-Makefile to suit > your naming conven

Re: [O] Scheduling calling debugger

2011-07-19 Thread David Maus
At Tue, 19 Jul 2011 20:23:40 +0200, suvayu ali wrote: > > Hi David and Memnon, > > Thank you for looking at this. > > On Tue, Jul 19, 2011 at 7:53 PM, David Maus wrote: > >> Debugger entered--Lisp error: (invalid-function > >> org-loop-over-siblings-in-active-region) > >>   org-loop-over-sibli

Re: [O] Bulk cut in agenda view

2011-07-19 Thread Julien Cubizolles
Bernt Hansen writes: > Hi Julien, > > Could you describe your use-case for this bulk cut function? > > Is this bulk cut function destructive (ie. it deletes content from your > org files permanently) Yes, it is destructive. I use it for todo items like buying groceries for which there is no nee

Re: [O] New feature: loop over siblings for some commands

2011-07-19 Thread David Maus
At Mon, 18 Jul 2011 10:32:11 +0200, Bastien wrote: > > Dear all, > > from latest git repo: > > (setq org-loop-over-siblings-within-active-region-p t) > > will allow you to run some commands on several siblings in > the active region. > > For example: > > > * Item 1 > * Item 2 > * Item 3 > > > T

Re: [O] Scheduling calling debugger

2011-07-19 Thread suvayu ali
Hi David and Memnon, Thank you for looking at this. On Tue, Jul 19, 2011 at 7:53 PM, David Maus wrote: >> Debugger entered--Lisp error: (invalid-function >> org-loop-over-siblings-in-active-region) >>   org-loop-over-siblings-in-active-region("Scheduled to <2011-07-21 Thu>") >>   org-schedule(n

Re: [O] Scheduling calling debugger

2011-07-19 Thread David Maus
At Tue, 19 Jul 2011 13:22:10 +0200, Suvayu Ali wrote: > > Hi Orgers, > > Scheduling or rescheduling seems to be invoking the debugger for me (I > run emacs with debug-on-error set to t). Although it doesn't seem to do > anything wrong to the scheduled entry. Strange! > > The error at the end was ge

Re: [O] regression: capture vs dired

2011-07-19 Thread Greg Troxel
Nicolas Goaziou writes: > Greg Troxel writes: > >> When doing capture, after selecting 'task', I get: >> >> Template key: >> call-interactively: Symbol's value as variable is void: dired-buffers > > This has (hopefully) been fixed on master. You may update Org. Thanks. I updated to co

[O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-19 Thread Litvinov Sergey
I would like to contribute an extension of babel maxima support. The patch adds variables and graphical output (currently limited to png files). There is a file with examples (tests). It is not ERTed yet. /testing/examples/ob-maxima-test.org >From e383e0aa6e0a996033f86b8346205b1a38a124da Mon Sep 17

Re: [O] regression: capture vs dired

2011-07-19 Thread Nicolas Goaziou
Hello, Greg Troxel writes: > When doing capture, after selecting 'task', I get: > > Template key: > call-interactively: Symbol's value as variable is void: dired-buffers This has (hopefully) been fixed on master. You may update Org. Regards, -- Nicolas Goaziou

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread Achim Gratz
Bastien writes: > #+TAGGROUP: :colour: :red:green: > > in such a way that: > > 1. searches for :red: will continue to display entries with :red: > 2. searches for :colour: will display entries with :red: and/or :green: > > Would this be useful already? If I've read the OP correctly, this should

Re: [O] [HELP} trying to figure out how to figure out?

2011-07-19 Thread Achim Gratz
Matthew Sauer writes: > The points that grabbed my attention are listed here, didn't know > exactly how one would go about finding other than going to the line in > the files noted? : > > In org-cycle: > org.el:5932:47:Warning: attempt to let-bind constant `org-outline-regexp' I noticed those, t

[O] regression: capture vs dired

2011-07-19 Thread Greg Troxel
When doing capture, after selecting 'task', I get: Template key: call-interactively: Symbol's value as variable is void: dired-buffers This is on: GNU Emacs 23.3.1 (i386--netbsdelf, GTK+ Version 2.24.4) of 2011-06-25 on fnord.ir.bbn.com I suspect it may be this commit: commit 819fbe

Re: [O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-19 Thread Nicolas Goaziou
Hello, Puneeth Chaganti writes: > The recent commit that adds a dired-buffer related feature, breaks > org-capture when dired-mode has not been loaded. The dired-buffers > variable becomes available only when dired-mode has been loaded > atleast once. True. This should be fixed now. Let me kno

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Russell Adams
I used Org for mine. http://www.adamsinfoserv.com/AISTWiki/pub/AIS/Resume/AdamsRussellPublicBio.pdf I even have it split into parts with dynamic includes. Org/Latex worked great. Thanks. On Tue, Jul 19, 2011 at 04:04:44PM +0530, Puneeth Chaganti wrote: > Hi Nathan, > > On 7/19/11, Nathan Neff

Re: [O] [org-babel] a patch with fortran support

2011-07-19 Thread Eric Schulte
ob-fortran.el is now living in control/babel/langs/ob-fortran.el Thanks to Sergey for contributing support for a new (well actually very old) language! -- Eric Sergey Litvinov writes: > Please consider an implementation of fortran support for > org-babel. The patch adds contrib/babel/langs/ob-f

Re: [O] Can't follow links with id property

2011-07-19 Thread Memnon Anon
Suvayu Ali writes: > I can't follow links with an ID property. I have attached a minimal > example org file. Org complains it cannot find a match and prompts to > create a new headline. Answering yes to the prompt creates a new > headline like this: > > * id:9dfdc23e-f9ce-413b-b950-fc20fd152e42 >

Re: [O] Scheduling calling debugger

2011-07-19 Thread Memnon Anon
Suvayu Ali writes: > The error at the end was generated on attempting to reschedule a > headline like this: > > ** TODO Read note on fitter >SCHEDULED: <2011-07-19 Tue> > > Debugger entered--Lisp error: (invalid-function > org-loop-over-siblings-in-active-region) > org-loop-over-siblings-i

[O] Fwd: Commenting a diary sexp line??

2011-07-19 Thread Alan E. Davis
I finally Archived this subheading. I am trying to get org-mobile/mobile-org running on my new Android phone, and org-mobile-push choked on three sexps. Alan On Tue, Jul 19, 2011 at 2:54 AM, suvayu ali wrote: > Hi, > > On Tue, Jul 19, 2011 at 7:48 AM, Michael Markert > wrote: > >> :| * AP

[O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-19 Thread Puneeth Chaganti
Hi Nicolas, The recent commit that adds a dired-buffer related feature, breaks org-capture when dired-mode has not been loaded. The dired-buffers variable becomes available only when dired-mode has been loaded atleast once. Thanks, Puneeth Git bisect output, just for reference. 819fbec64160c3c

Re: [O] Remove current heading from refile targets?

2011-07-19 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> Hm, I don't see any change with or without org-completion-use-ido set. >> The current heading still shows up in the refile targets. > > Weird. I double-check and have the current heading filtered out of the > refile targets. Can you check again and

Re: [O] calculation question

2011-07-19 Thread Nick Dokos
Bastien wrote: > Jude DaShiell writes: > > > After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on > > cell down one cell left and one cell right respectively? > > You can use C-n C-p to move down and up by one line, but you cannot use > C-r and C-l are these are fundamental

[O] [org-babel] a patch with fortran support

2011-07-19 Thread Sergey Litvinov
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. From a18cbc80770d985d6ca6bdada07120f7daf65c02 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date

[O] problems with org-edit-special and python

2011-07-19 Thread Dirk Scharff
Hi all! I'm fairly new to emacs (and org-mode :)), so I'm sorry in advance for eventually missing something completely obvious. While I kind of expect my problem to be something with my emacs setup it does only happen with org-mode so I'm posting it here. My test file (for learning purposes) c

Re: [O] [bug] cannot execute shell code blocks

2011-07-19 Thread Eric Schulte
Robert McIntyre writes: > BTW, this only fails to evaluate when :cache yes is present, as shown by > this example > > #+begin_src sh > echo " Checked out revision 7881." > #+end_src > > #+results: > : Checked out revision 7881. > > #+begin_src sh :cache yes > echo " Checked out revision 7881." >

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-19 Thread suvayu ali
On Tue, Jul 19, 2011 at 2:29 PM, Bernt Hansen wrote: > With Suvayu's model you would only merge for the release and that means > the new master won't have the same level of testing exposure before a > release is created.  We don't have full coverage of org-mode's features > in the ERT testing fram

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread suvayu ali
Hi, On Tue, Jul 19, 2011 at 12:34 PM, Puneeth Chaganti wrote: > Hi Nathan, > > On 7/19/11, Nathan Neff wrote: > [..] >> Now that org has odt-export and of course HTML, etc. I'm re-thinking using >> .org >> for resume writing. >> >> Anyone else? > > I have recently started using Org-mode for my R

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-19 Thread Bernt Hansen
Bastien writes: > Hi Suvayu, > > thanks for sharing this suggestion and to make it so clear. > > I understand the model you describe and I see why it's appropriate for > projects like "git" -- as IIUC, your proposal is very close to the one > described by git's maintainer. > > - The latest git H

[O] Org-capture from Firefox: ^M or not ^M?

2011-07-19 Thread Sebastien Vauban
Hello, In the exact same conditions (I mean, Emacs settings, etc.), when I capture some regions from Web pages, they sometimes: - are mixed "all one one line" Example: http://lists.gnu.org/archive/html/help-gnu-emacs/2007-03/msg00670.html - are copied as on the screen, but with ending ^M at e

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] Attachments and refiling

2011-07-19 Thread Gustav Wikström
Ok. I would really like attachments to be integrated with refiling though even if it was a non-default option. Another feature that could improve the use of attachments is to allow links to the attached folders also via the C-c C-l interface in a similar way as stored links (C-c l ). I.E to get the

[O] Scheduling calling debugger

2011-07-19 Thread Suvayu Ali
Hi Orgers, Scheduling or rescheduling seems to be invoking the debugger for me (I run emacs with debug-on-error set to t). Although it doesn't seem to do anything wrong to the scheduled entry. Strange! The error at the end was generated on attempting to reschedule a headline like this: ** TODO R

[O] Can't follow links with id property

2011-07-19 Thread Suvayu Ali
Hi everyone, I can't follow links with an ID property. I have attached a minimal example org file. Org complains it cannot find a match and prompts to create a new headline. Answering yes to the prompt creates a new headline like this: * id:9dfdc23e-f9ce-413b-b950-fc20fd152e42 Debugger entered-

[O] problems with org-edit-special and python (2nd try to post)

2011-07-19 Thread Dirk Scharff
Hey, I tried to post this yesterday and it doesn't seem like it worked by now (I didn't see it showing up on the news interface). I'm sorry if this ends up being a double post! Hi all! I'm fairly new to emacs (and org-mode :)), so I'm sorry in advance for eventually missing something complet

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Puneeth Chaganti
Hi Nathan, On 7/19/11, Nathan Neff wrote: [..] > Now that org has odt-export and of course HTML, etc. I'm re-thinking using > .org > for resume writing. > > Anyone else? I have recently started using Org-mode for my Resume [1]. I have created a custom LaTeX stylesheet, that I use, for the LaTeX

Re: [O] Commenting a diary sexp line??

2011-07-19 Thread suvayu ali
Hi, On Tue, Jul 19, 2011 at 7:48 AM, Michael Markert wrote: >> :|     * APPT Daily Scrum >> :|     <%%(let ((dayname (calendar-day-of-week date))(day (car (cdr >> date(memq dayname '(1 2 3 4 5)))> >> :|    [2009-07-01 Wed] >> :` >> #+END_EXAMPLE > > Anyway: Begin the org-sexp line with a

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Bastien
Hi Nathan, Nathan Neff writes: > Now that org has odt-export and of course HTML, etc. I'm re-thinking > using .org for resume writing. > > Anyone else? I'm not using Org for resumes, but yes, I would love to see some good CSS for the HTML export and some good style.xml for the ODT export... Cr

Re: [O] calculation question

2011-07-19 Thread Bastien
Jude DaShiell writes: > After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on > cell down one cell left and one cell right respectively? You can use C-n C-p to move down and up by one line, but you cannot use C-r and C-l are these are fundamental Emacs keybindings doing somethi

Re: [O] calculation question

2011-07-19 Thread Jude DaShiell
After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on cell down one cell left and one cell right respectively? On Tue, 19 Jul 2011, Bastien wrote: > Hi Jude, > > Please type C-c } on a table -- it displays coordinates of the > cells so that you can more easily refer to the rig

Re: [O] elnode: emacs webserver exposes org files ...... !

2011-07-19 Thread Sebastien Vauban
Hi Sander, Sander Boer wrote: > I just read this: > http://nic.ferrier.me.uk/blog/2010_10/elnode > > it is an asynchronous webserver in emacs that can take anything in emacs > (like org files) and serve it up... Very interesting! It somehow goes in the direction of Emacs ubiquity, or even Org à

Re: [O] calculation question

2011-07-19 Thread Bastien
Hi Bart, Bart Bunting writes: > I have noticed that emacspeak does not read anything done using > overlays. I am presuming the column and row labels are done this way. Yes, the references are displayed as an overlay. > I'm sure like all things emacs that this can be fixed given enough elisp >

Re: [O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
BTW, this only fails to evaluate when :cache yes is present, as shown by this example #+begin_src sh echo " Checked out revision 7881." #+end_src #+results: : Checked out revision 7881. #+begin_src sh :cache yes echo " Checked out revision 7881." #+end_src gives error: progn: Symbol's function

Re: [O] Exporting to wiki syntax from org mode

2011-07-19 Thread Jambunathan K
Puneeth If you are so inclined (and wouldn't mind wasting away some hacker cycles), you could use org-lparse.el for creating the moinmoin exporter. Start with my test.org and org-odt.el and just go with the flow till you get the expected org-moinmoin.el. I was able to create a "works for me" doc

[O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
I can't execute any sh code blocks for this file anymore. This has to be a very recently introduced problem. #+BABEL: :exports both :results verbatim :noweb yes :cache yes * Setup Code Execution no longer works for this file. I get instead: progn: Symbol's function definition is void: org-b