Re: [O] book: checklist Manifesto: How To Get It Right

2011-12-31 Thread Bastien
Hi Jude, can you give a concrete example of a simple checklist and a submittal checklist? Those concepts are interesting. I have no doubt they are relevant to some Org configurations, I would just like to figure out *how*. And I have not read the book, thanks for the reference. -- Bastien

Re: [O] [PATCH] Fix regexps in org-clock.el

2011-12-31 Thread Carsten Dominik
Applied, thanks. But I have removed the regexp-quote again, because org-clock-string is used in many more regexps, and a more complete patch would be needed to make this change meaningful. - Carsten On 31.12.2011, at 08:34, Joe Vornehm Jr. wrote: I have been seeing persistent errors of Cannot

Re: [O] LaTeX export

2011-12-31 Thread Bastien
Hi York, York Zhao gtdplatf...@gmail.com writes: I'm wondering if there is a way to export ONLY the LaTeX code within #+begin_latex and #+end_latex. I want the exact literal export without adding anything before and after my code. The result should be exactly the same as if I have copied

Re: [O] Honour existing restrictions if possible when visiting tasks from the agenda

2011-12-31 Thread Carsten Dominik
Applied, thanks. - Carsten On 30.12.2011, at 11:49, Bernt Hansen wrote: The following short patch series fixes org file restriction handling for me. I'm regularly narrowing to subtrees for a project from the agenda and then using the agenda to visit tasks in the subtree. Each time I visit

Re: [O] [PATCH] integration with bbdb 3.0

2011-12-31 Thread Carsten Dominik
On 28.12.2011, at 20:06, Ivan Kanis wrote: Hi Bastien, The following patch fixes linking bbdb 3.0 records. Let me know if the patch needs improvement. The patch looks OK to me. Have you signed FSF papers? - Carsten Take care, Ivan Kanis org-bbdb.patch

Re: [O] Possibly Bug in function org-scan-tags

2011-12-31 Thread Carsten Dominik
I have just fixed this issue, in the spirit of Nicks proposal. Thanks! - Carsten On 15.12.2011, at 02:18, bala subramaniyam wrote: Hi, The variable org-map-continue-from is not reset to nil after the funcall to action in function org-scan-tags. Heres the patch which works

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-12-31 Thread Bastien
Hi Brian, Brian van den Broek van...@gmail.com writes: I very much appreciate orgmode's ability to parse the content of a yank for date and time information while entering a timestamp. I think it would be even cooler were orgmode able to parse the content of a selected region and extract the

Re: [O] Feature request: Accept org mode dates in the date export field

2011-12-31 Thread Bastien
Hi Thorsten, Torsten Wagner torsten.wag...@gmail.com writes: one should be able to use org-modes date function to enter or modify a date for the variable #+DATE: At the moment its exported as plain text including the brackets. Keeping the date org-mode friendly and exporting it nicley

Re: [O] org-contacts and dates before 1970

2011-12-31 Thread Bastien
Hi Christoph, Christoph LANGE ch.la...@jacobs-university.de writes: a late follow-up on the problem that, out of the box, org-contacts's BIRTHDAY properties don't work with a 32-bit Emacs on Windows when there are dates before 1970 (details quoted below). I guess this problem is still there

Re: [O] exporting customized timestamps

2011-12-31 Thread Bastien
Hi Matt, Matt Price mopto...@gmail.com writes: I'm trying to understand timestamps a bit better. I'm exporting my syllabus to html, using org2blog for my wordpress course site. The syllabus includes a timestamp at the beginning of each week of the description. org-time-stamp-custom-formats

Re: [O] changing Agenda View (unsaved) title for agenda export to pdf

2011-12-31 Thread Bastien
Hi Konstantin, Konstantin Ziegler konstantin.zieg...@gmail.com writes: I've configured several agenda views and use their pdf-exports quite frequently. Is there a way to substitute the generic header Agenda View (unsaved) with something specific to the agenda view? Maybe the description

Re: [O] Clock time implied as 00:00

2011-12-31 Thread Bastien
Hi François and Nick, I have tested this small patch, implementing Nick's solution. No breakage on my side -- but let's be careful here. Thanks for testing, From 6b2fbed71355f5b37b723e15e7aad20fb4ce3f07 Mon Sep 17 00:00:00 2001 From: Bastien Guerry b...@altern.org Date: Sat, 31 Dec 2011

Re: [O] [minor bug] Non-character input-event

2011-12-31 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: When in agend buffer, pressing / for the filters, and answering with an arrow key generates the following error: Fixed, thanks. -- Bastien

Re: [O] Bug: `org-show-context' doc string [7.5]

2011-12-31 Thread Bastien
Hi Michael, Michael Heerdegen michael_heerde...@web.de writes: in my version of org-mode, the doc string of `org-show-context' forgets to mention `org-show-entry-below', a variable that also influences the behavior of this function. Fixed, thanks. -- Bastien

Re: [O] Generating burndown charts using org mode

2011-12-31 Thread OSiUX
El sáb, 31 dic 2011, Marco Craveiro decía: Hi Org-Moders, I've been using Org-Mode quite a bit, but I'm afraid I'm not an advanced user. I'm trying to generate burndown charts [1] which basically follow coding progress over a bounded period of time (an iteration). I started by generating a

Re: [O] Honour existing restrictions if possible when visiting tasks from the agenda

2011-12-31 Thread Bernt Hansen
Hi Carsten, I think this patch series breaks agenda clock reports. The total time shown on the report only includes the data in the org file restrictions. I don't have time to look at where to fix this yet so if it isn't easy to fix maybe these patches should be temporarily reverted. I'd been

Re: [O] [PATCH] integration with bbdb 3.0

2011-12-31 Thread Ivan Kanis
Carsten Dominik carsten.domi...@gmail.com wrote: On 28.12.2011, at 20:06, Ivan Kanis wrote: Hi Bastien, The following patch fixes linking bbdb 3.0 records. Let me know if the patch needs improvement. Have you signed FSF papers? Hi Carsten, Yes I have. -- Ivan Kanis http://kanis.fr I

Re: [O] error Capture abort: (void-function org-pop-to-buffer-same-window)

2011-12-31 Thread Daniel E . Doherty
Eric, I've seen this too. The problem is that the site-file version of org is loaded by starter-kit, then you load a local version in your init file. It looks like the local version is at the front of your load-path, but that's only after your init file runs. One soultion proposed elsewhere on

Re: [O] error Capture abort: (void-function org-pop-to-buffer-same-window)

2011-12-31 Thread Daniel E . Doherty
Eric, I've seen this too. The problem is that the site-file version of org is loaded by starter-kit, then you load a local version in your init file. It looks like the local version is at the front of your load-path, but that's only after your init file runs. One soultion proposed elsewhere on

Re: [O] book: checklist Manifesto: How To Get It Right

2011-12-31 Thread Jude DaShiell
i CAN'T DESCRIBE FORMATTING SINCE i DIDN'T SEE IT AND THAT'S SO MUCH OF WHAT A CONCRETE EXAMPLE WOULD CONSIST OF IN THIS CONTEXT. On Sat, 31 Dec 2011, Bastien wrote: Hi Jude, can you give a concrete example of a simple checklist and a submittal checklist? Those concepts are interesting.

Re: [O] [PATCH] integration with bbdb 3.0

2011-12-31 Thread Carsten Dominik
Applied, thanks. - Carsten On 28.12.2011, at 20:06, Ivan Kanis wrote: Hi Bastien, The following patch fixes linking bbdb 3.0 records. Let me know if the patch needs improvement. Take care, Ivan Kanis org-bbdb.patch

Re: [O] [PATCH] integration with bbdb 3.0

2011-12-31 Thread Bastien
Hi Ivan, Ivan Kanis ivan.ka...@googlemail.com writes: Have you signed FSF papers? Hi Carsten, Yes I have. Great -- I added you to the list of contributors on http://orgmode.org/worg/org-contribute.html Thanks for this patch! -- Bastien

[O] Color agenda items

2011-12-31 Thread Maximilian Matthe
Hi all, I've imported school holidays from .ics into my org-mode setup. They do show up in the agenda. I would like to have a special color for all holiday entries in the agenda. Maybe I can add this in the PROPERTIES-Drawer? And another related question: Is it possible to give the start and

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-31 Thread Nick Dokos
Jeff Horn jrhorn...@gmail.com wrote: Manually loading `org-mode/lisp/org-compat.el` loads the missing function. Is it weird to have so much functionality depend on a compatibility library? (I don't do software for a living, this is an innocent question.) Also, does anyone have a clue as to

Re: [O] Clock time implied as 00:00

2011-12-31 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: This morning, I just noticed this line: CLOCK: [2011-12-29 jeu 9:30]--[2011-12-29 jeu 11:44] = 11:44 This should be fixed now, thanks for reporting this. Best, -- Bastien

Re: [O] Filter the agenda by category

2011-12-31 Thread Bastien
Hi Vicktor, Viktor Rosenfeld listuse...@googlemail.com writes: is it possible to quickly limit what the agenda is showing to one category? Yes -- you can now use `' to filter the agenda through the category from the current line. Another press to `' will remove the filter. This filter can

[O] org-sparse-tree by dates range (was: [DEV] Package org-find-timestamps on worg)

2011-12-31 Thread Bastien
Hi Marc-Oliver, thanks to the ideas you mentioned long ago for org-find-timestamps.el, I implemented a new org-sparse-tree possibility: by date range. Just try `C-c / D' in an Org file and you'll see it. Thanks again for this idea! -- Bastien

[O] Happy new year!

2011-12-31 Thread Bastien
Dear all, time to wrap-up for today and to celebrate. This has been a *great* year of development! May all your TODOs belong to your %s_archive. Happy new year :) -- Bastien

[O] Bug: two bugs in org-create-formula-image [7.8.02 (release_7.8.02.96.gd56da)]

2011-12-31 Thread Nick Dokos
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.

Re: [O] Happy new year!

2011-12-31 Thread Andreas Röhler
Am 31.12.2011 18:25, schrieb Bastien: Dear all, time to wrap-up for today and to celebrate. This has been a *great* year of development! May all your TODOs belong to your %s_archive. Happy new year :) hmm, understand that chronology is of some importance to org-mode beside of that it's not

Re: [O] LaTeX export

2011-12-31 Thread York Zhao
I would use code blocks tangling , | #+TITLE: Test | | * Test headline | | #+begin_src tex :tangle yes | \documentclass{article} | \begin{document} | ... | \end{document} | #+end_src ` `C-c C-v t' on the block will create a .tex file with the exact content of the

Re: [O] ca47d10e commit broke the build

2011-12-31 Thread Martyn Jago
Hi Jambunathan Jambunathan K kjambunat...@gmail.com writes: Martyn The probelmatic commit could actually be this: commit - 07f006e4fd9a7b66643cd7b404c8994665ba8300 which touches the Makefile. The problem was indeed related to the Makefile - the thing that changed (I'm guessing) is

Re: [O] Happy new year!

2011-12-31 Thread Martyn Jago
Bastien b...@altern.org writes: Dear all, time to wrap-up for today and to celebrate. This has been a *great* year of development! May all your TODOs belong to your %s_archive. Happy new year :) Indeed! Bonne année et bonne santé! It's time to get the glad rags on and C-c C-c :)

Re: [O] error Capture abort: (void-function org-pop-to-buffer-same-window)

2011-12-31 Thread Eric Belpaire
Daniel, One soultion proposed elsewhere on this list is to do (package-initialize) in the primary init.el before starter-kit gets going. That way, it picks up the elpa version of org from the git-go. I confirm that this solution fixed my issue. Thanks, Eric

Re: [O] Happy new year!

2011-12-31 Thread Ian Barton
On 31/12/11 18:55, Martyn Jago wrote: Bastienb...@altern.org writes: Dear all, time to wrap-up for today and to celebrate. This has been a *great* year of development! May all your TODOs belong to your %s_archive. Happy new year :) Indeed! Bonne année et bonne santé! It's time to get

Re: [O] [PATCH] Fix regexps in org-clock.el

2011-12-31 Thread Joe Vornehm Jr.
Thanks -- understood. I checked org-clock.el for uses of org-clock-string in regexps but failed to check other files. Joe V. On Sat, Dec 31, 2011 at 3:06 AM, Carsten Dominik carsten.domi...@gmail.comwrote: Applied, thanks. But I have removed the regexp-quote again, because org-clock-string

Re: [O] LaTeX export

2011-12-31 Thread Steve Hafner
Hi Bastien, Thanks a lot, this really works, and it sounds like literate programming. Can you suggest some quick reading on using org-mode for literate programming? Happy new year, York Read Chapter 14 of the Org-mode manual. And go to http://orgmode.org/worg/ and search with the

[O] [PATCH] Org manual on :noweb-ref property

2011-12-31 Thread Tomas Grigera
Hi After Eric's fix a couple of days ago, setting :noweb-ref through a property now works as explained in the manual. However, the example given will only work if one turns on property inheritance. I think it is worthwhile noting this in the manual. The patch here adds that comment. First time I

[O] calendar problem with schedule

2011-12-31 Thread Richard Riley
Ive not been using org mode for a while, just came back to and using latest 24 snapshot from git I get , | Debugger entered--Lisp error: (void-function window-combination-p) | window-combination-p(#window 8 nil) | calendar-generate-window(1 2012) | calendar-basic-setup(nil) |

Re: [O] calendar problem with schedule

2011-12-31 Thread Nick Dokos
Richard Riley rile...@gmail.com wrote: Ive not been using org mode for a while, just came back to and using latest 24 snapshot from git I get , | Debugger entered--Lisp error: (void-function window-combination-p) | window-combination-p(#window 8 nil) | calendar-generate-window(1