Re: [Orgmode] Problem searching CLOSED and DEADLINE properties

2009-01-08 Thread Carsten Dominik
On Jan 7, 2009, at 9:24 PM, Bart Parliman wrote: When the example file below is added to the agenda file list, and I perform an agenda property search (C-c C-a m), I can't seem to locate any CLOSED items if I use the date matching format, for example these don't work... CLOSED>="<2009-01

Re: [Orgmode] worg recent changes exported page?

2009-01-08 Thread Carsten Dominik
What is the worg "recent changes" page? - Carsten On Jan 9, 2009, at 4:05 AM, Samuel Wales wrote: On the worg recent changes page, is there a way to show the page on the wiki? Thanks. -- For personal gain, myalgic encephalomyelitis denialists are knowingly causing further suffering and dea

Re: [Orgmode] Does secondary filtering allow multiple tags?

2009-01-08 Thread Carsten Dominik
On Jan 9, 2009, at 2:55 AM, Hsiu-Khuern Tang wrote: Hi all, Suppose I have tagged some of my TODO headings. In an agenda view, is it currently possible to filter (using org-agenda-filter-by-tag) all entries that are tagged with (say) either "project1" _or_ "project2"? One can certainly

Re: [Orgmode] Windows and emacs

2009-01-08 Thread Manish
On Fri, Jan 9, 2009 at 3:48 AM, Mike Newman wrote: [snip] > What I use is the EmacsW32 > (http://ourcomments.org/Emacs/EmacsW32.html). This gives you recent > snapshot of Emacs 23 (I use the patched version). Does tramp work well on it? -- Manish ___

[Orgmode] worg recent changes exported page?

2009-01-08 Thread Samuel Wales
On the worg recent changes page, is there a way to show the page on the wiki? Thanks. -- For personal gain, myalgic encephalomyelitis denialists are knowingly causing further suffering and death by grossly corrupting science. Do you care about the world? http://www.meactionuk.org.uk/What_Is_ME_

[Orgmode] Does secondary filtering allow multiple tags?

2009-01-08 Thread Hsiu-Khuern Tang
Hi all, Suppose I have tagged some of my TODO headings. In an agenda view, is it currently possible to filter (using org-agenda-filter-by-tag) all entries that are tagged with (say) either "project1" _or_ "project2"? One can certainly do "project1" _and_ "project2" by narrowing the filter. I am

Re: [Orgmode] Windows and emacs

2009-01-08 Thread Scot Becker
I second Mike's advice. EmacsW32 is very carefully done, and you will get much easier access to the rest of your windows filesystem with a native Windows Emacs. And if you're a Linux user, you'll ease the pain of transition with cygwin (the windows command line always seemed hopeless to me). I'v

[Orgmode] Re: Links to id:xxxxxx don't work in exported html

2009-01-08 Thread Tom Breton (Tehom)
> Message: 4 > Date: Thu, 8 Jan 2009 15:49:16 +0100 > From: Friedrich Delgado Friedrichs > Subject: [Orgmode] Links to id:xx don't work in exported html > To: Emacs-orgmode mailing list > Message-ID: <20090108144916.gb5...@taupan.ath.cx> > Content-Type: text/plain; charset=us-ascii > > Hi! >

[Orgmode] Re: Keeping Your Appointments in org

2009-01-08 Thread Shelagh Manton
On Thu, 08 Jan 2009 08:47:37 -0200, Daniel Martins wrote: > I have the same migration problem. > > I still use Google Calendar to share appts with my students. Sometimes > they mark an appt on certain dates etc... > > My migration problem is threefold since I migrated from planner-el too > and I

Re: [Orgmode] Function to get the title of a heading

2009-01-08 Thread Carsten Dominik
Hi Daniel, I have added `org-heading-components'. HTH - Carsten On Jan 6, 2009, at 7:53 PM, Daniel Clemente wrote: Hi, I want to get the title of some entry in Elisp. That is, from this heading: *** TODO Do something! I want the "Do something!". I know no function to do this; alt

Re: [Orgmode] Windows and emacs

2009-01-08 Thread Mike Newman
On Thu, 08 Jan 2009 22:41:36 +0100 Raimund Kohl-Füchsle wrote: > Hi guys, > > it may happen that I have to switch to Windows XP and since I have no > idea how XP works (up to this point in time I only ran Linux > machines) I thought to ask since I want to stick with org-mode: How > do I get org-

Re: [Orgmode] Links to id:xxxxxx don't work in exported html

2009-01-08 Thread Carsten Dominik
Hi Friedrich, thanks for bringing this up. Yes, this should work. Back when I did the id links, I thought it would be very hard, but fortunately I did put the basic framework for additional targets in place already a while ago, in response to a request by Matt for hard targets that are good for

[Orgmode] Windows and emacs

2009-01-08 Thread Raimund Kohl-Füchsle
Hi guys, it may happen that I have to switch to Windows XP and since I have no idea how XP works (up to this point in time I only ran Linux machines) I thought to ask since I want to stick with org-mode: How do I get org-mode and emacs run best with XP? As far as I know there are at least two way

Re: [Orgmode] Re: LaTeX Export

2009-01-08 Thread Carsten Dominik
Hi Rasmus, please keep testing! I have fixed the issues you mentioned in you mail - I am sure there will be more. Parsing TeX is hard, parsing pseudo-TeX like in Org-mode is even harder. Note that this will never be perfect. In particular, $-parsing is a bitch. You can elagantly cheat out by

Re: [Orgmode] org files and directory hierarchies

2009-01-08 Thread Carsten Dominik
On Jan 8, 2009, at 9:40 PM, David Lord wrote: On 8 Ion 2009, at 17:07, Matthew Lundin wrote: One caveat. Org attach doesn't work in quite this way. The data directory hierarchy isn't really human readable (i.e., it doesn't mirror the org outline hierarchy). But that would be a nightmare to m

Re: [Orgmode] path completion with file: links?

2009-01-08 Thread Matthew Lundin
Hi Dan, Dan Davison writes: > When creating a file link with C-c C-l, I appreciate that the initial > file: specifier is autocompleted for me, but I don't subsequently get > autocompletion on path names. Is that supposed to happen, and if not > would it be possible / how difficult would it be?

Re: [Orgmode] org files and directory hierarchies

2009-01-08 Thread David Lord
On 8 Ion 2009, at 17:07, Matthew Lundin wrote: One caveat. Org attach doesn't work in quite this way. The data directory hierarchy isn't really human readable (i.e., it doesn't mirror the org outline hierarchy). But that would be a nightmare to make work, I imagine, because of constant changes

[Orgmode] path completion with file: links?

2009-01-08 Thread Dan Davison
When creating a file link with C-c C-l, I appreciate that the initial file: specifier is autocompleted for me, but I don't subsequently get autocompletion on path names. Is that supposed to happen, and if not would it be possible / how difficult would it be? Thanks, Dan -- http://www.stats.ox.a

Re: [Orgmode] Re: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Richard Riley
Manish writes: > On Thu, Jan 8, 2009 at 10:53 PM, Paul R wrote: > > > > sergio> my question is.. how are they doing that? > > > > A lot of us format our mails in emacs using filling, boxquotes, > > rectangles etc. Some of us even send mail through emacs. The most > > adventurous wil

Re: [Orgmode] export to latex..

2009-01-08 Thread Manish
On Wed, Jan 7, 2009 at 11:48 PM, sergio wrote: >> For example: did you upgrade today? > > no upgrades on anything.. > >> >> What is your current version? > > current version: 6.12a >> >> Do you have a small example file which does already reproduce the problem? >> > > here is a file called test.or

Re: [Orgmode] Pulling Carsten's changes.

2009-01-08 Thread Manish
On Thu, Jan 8, 2009 at 11:27 PM, William Henney wrote: > On Thu, Jan 8, 2009 at 10:58 AM, Matthew Lundin wrote: >> >> There's a nice FAQ entry on this: >> >> http://orgmode.org/worg/org-faq.php#keeping-current-with-Org-mode-development >> > > This reminds me that I had a couple o

Re: [Orgmode] Re: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Manish
On Thu, Jan 8, 2009 at 10:53 PM, Paul R wrote: > > sergio> my question is.. how are they doing that? > > A lot of us format our mails in emacs using filling, boxquotes, > rectangles etc. Some of us even send mail through emacs. The most > adventurous will read mail in emacs, using Gnu

Re: [Orgmode] Pulling Carsten's changes.

2009-01-08 Thread William Henney
On Thu, Jan 8, 2009 at 10:58 AM, Matthew Lundin wrote: > > There's a nice FAQ entry on this: > > http://orgmode.org/worg/org-faq.php#keeping-current-with-Org-mode-development > This reminds me that I had a couple of minor niggles with this process when I tried to pull a new version: 1. Shouldn't

[Orgmode] Re: LaTeX Export

2009-01-08 Thread Rasmus Pank Roulund
> I have tried to fix the issues with dollars, please download the > latest GIT version and check if your stuff is now converted better. I have gotten the newest git version from today. I have Org v6.17trans. There is still something funny with $-signs. Here are a couple of examples: -- LaTe

[Orgmode] Re: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Paul R
sergio> my question is.. how are they doing that? A lot of us format our mails in emacs using filling, boxquotes, rectangles etc. Some of us even send mail through emacs. The most adventurous will read mail in emacs, using Gnus, or ViewMail, or Mew or an other package. So my guess is that the an

Re: [Orgmode] org files and directory hierarchies

2009-01-08 Thread Matthew Lundin
Hi Dan, Dan Davison writes: > > So is there any future in thinking about an org extension that would > automatically maintain a directory hierarchy, mirroring the hierarchy > of headings in certain org files? > > But if the structure of org is truly reflecting the structure of my > life / thoug

Re: [Orgmode] Pulling Carsten's changes.

2009-01-08 Thread Matthew Lundin
Hi Sergio, sergio_101 writes: > it looks like you guys may have found what was giving me problems with > latex export. i would like to pull carsten's changes, but i have a few > questions before i get carried away.. > > i am currently running 6.17c that i downloaded as a tarball. this is not >

Re: [Orgmode] Pulling Carsten's changes.

2009-01-08 Thread Scot Becker
Sergio, Yes, the development version is the one Carsten is pushing changes to. You can see the activity here: http://repo.or.cz/w/org-mode.git If that's what you want, you can just clone it, as you said. My guess is that instability will rarely be an issue, even with the cutting edge. Scot O

[Orgmode] Re: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Chris Gray
Hi Sergio, Check out boxquote.el at http://www.davep.org/emacs/boxquote.el Cheers, Chris sergio_101 wrote: > i realize that this is off topic, but i think it will help in the future > as i continue to post.. > i have seen lots of people posting file snippets to this list that are > really well

[Orgmode] org files and directory hierarchies

2009-01-08 Thread Dan Davison
I was starting to wonder about the relationship between the hierarchy defined by org files, and the file system hierarchy. This is just thinking out loud really. In fact that might be a generous description of a very vaguely-thought out idea. It is obviously a very standard situation that a file e

[Orgmode] OFF-TOPIC - posting file snippets..

2009-01-08 Thread sergio_101
i realize that this is off topic, but i think it will help in the future as i continue to post.. i have seen lots of people posting file snippets to this list that are really well formatted.. something like: --[filename.txt]-- | contents of | |file | ---[end]--- well, not that ugly, but

[Orgmode] Pulling Carsten's changes.

2009-01-08 Thread sergio_101
it looks like you guys may have found what was giving me problems with latex export. i would like to pull carsten's changes, but i have a few questions before i get carried away.. i am currently running 6.17c that i downloaded as a tarball. this is not under version control. my question is, if

[Orgmode] Links to id:xxxxxx don't work in exported html

2009-01-08 Thread Friedrich Delgado Friedrichs
Hi! I really like org-link-to-org-use-id, however it breaks links to org items in html export for me. I have the following test file: ** Test [[id:45c4a467-b6ee-497c-9ed7-40342738e1c2][Item in a different org-file]] - [[id:frz5htg0rhe0][Yet another item in a different org file]] [[id:8611f

Re: [Orgmode] org-infojs-handle-options fails when :infojs-opt is not in exp-list

2009-01-08 Thread Carsten Dominik
Apparently, I had indeed overlooked this patch. Fixed now, thanks for resending it. - Carsten On Jan 8, 2009, at 3:12 PM, Friedrich Delgado Friedrichs wrote: Hi. A while ago I had this problem: org-infojs-handle-options: Wrong type argument: stringp, nil I wonder if my patch ever reached th

Re: [Orgmode] org-infojs-handle-options fails when :infojs-opt is not in exp-list

2009-01-08 Thread Friedrich Delgado Friedrichs
Hi. A while ago I had this problem: org-infojs-handle-options: Wrong type argument: stringp, nil I wonder if my patch ever reached the mailing list, or if it was overlooked because it was too close to christmas: Friedrich Delgado Friedrichs schrieb: > >From 0fef25f56c837ae9f434449c6f30268e0474f7

Re: [Orgmode] Re: [BUG] LaTeX Export hangs

2009-01-08 Thread Carsten Dominik
On Jan 8, 2009, at 2:45 PM, Christian Egli wrote: Carsten Dominik writes: Fixed, thanks. I think this must also have been Sergio's bug. Man Carsten, you're a machine! Within minutes from reporting the issue I can do a git pull and both issues are fixed. Thank you very much! Hi Ch

Re: [Orgmode] Keeping Your Appointments in org

2009-01-08 Thread Matthew Lundin
Hi Ian, Ian Barton writes: > > Searching back through the list there are quite a lot of snippets > describing how people use org to keep appointments, but no overview. I > would like to write a tutorial on how you can keep your appointments > in org, so I thought that I would ask list members if

[Orgmode] Re: [BUG] LaTeX Export hangs

2009-01-08 Thread Christian Egli
Carsten Dominik writes: > Fixed, thanks. > > I think this must also have been Sergio's bug. Man Carsten, you're a machine! Within minutes from reporting the issue I can do a git pull and both issues are fixed. Thank you very much! Thanks Christian

Re: [Orgmode] [BUG] LaTeX Export hangs

2009-01-08 Thread Carsten Dominik
Fixed, thanks. I think this must also have been Sergio's bug. - Carsten On Jan 8, 2009, at 1:30 PM, Christian Egli wrote: Hi I have the latest git repo from a few minutes ago and I use the attached test file. When I do C-c C-e l Emacs sits there saying "Exporting to LaTeX...". I have

Re: [Orgmode] [PATCH] Fix the export of underscores in links in the LaTeX export

2009-01-08 Thread Carsten Dominik
Thanks for the patch, I am fixing this problem on a more fundamental level, already during preprocessing. - Carsten On Jan 8, 2009, at 1:58 PM, Christian Egli wrote: Hi I have the attached org file which I export to LaTeX. With the current version of git the export produces the link as follow

Re: [Orgmode] export to latex..

2009-01-08 Thread sergio
For example: did you upgrade today? no upgrades on anything.. What is your current version? current version: 6.12a Do you have a small example file which does already reproduce the problem? here is a file called test.org that i tried to export: test.org * This is a headi

[Orgmode] [PATCH] Fix the export of underscores in links in the LaTeX export

2009-01-08 Thread Christian Egli
Hi I have the attached org file which I export to LaTeX. With the current version of git the export produces the link as follows: \href{http://wiki.dspace.org/index.php/Configure\_media\_{}filters}{media filters} Notice the spurious '{}' before filters. Needless to say this link doesn't work.

Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Matthew Lundin
Hi Sergio, The following Makefile settings work for me when installing with Carbon Emacs: ---begin Makefile snippet--- # Name of your emacs binary EMACS=/Applications/Emacs.app/Contents/MacOS/emacs # Where local software is found prefix=/usr/local # Where local lisp files go. lispdir = /Appl

[Orgmode] [BUG] LaTeX Export hangs

2009-01-08 Thread Christian Egli
Hi I have the latest git repo from a few minutes ago and I use the attached test file. When I do C-c C-e l Emacs sits there saying "Exporting to LaTeX...". I have to stop it with C-g. The debugger tells me the following: Debugger entered--Lisp error: (quit) replace-match("texttt{}" t) org

Re: [Orgmode] Including files, line numbers and codeline references

2009-01-08 Thread Manish
On Thu, Jan 8, 2009 at 4:45 PM, Carsten Dominik wrote: > Hi Manish, > On Jan 8, 2009, at 9:35 AM, Manish wrote: > > There are multiple but related issues and requests in the mail below. > Wasn't sure so haven't split into separate emails. Please excuse me > if this is not correct form

[Orgmode] [PATCH] Fix a small typo.

2009-01-08 Thread Christian Egli
--- lisp/org-exp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index cf017d1..66597fa 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -399,7 +399,7 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"." (def

Re: [Orgmode] How to pause the relative timer

2009-01-08 Thread Carsten Dominik
Hi Alan, pausing and continuing the timer is now in the latest git release. The command is `C-c C-x ,', fir both actions. ALso, the running timer is now shown in the mode line, use `C-u C-c C-x ,' to really stop the timer and to remove te display in the mode line. - Carsten On Jan 4, 2009, at

Re: [Orgmode] Including files, line numbers and codeline references

2009-01-08 Thread Carsten Dominik
Hi Manish, On Jan 8, 2009, at 9:35 AM, Manish wrote: There are multiple but related issues and requests in the mail below. Wasn't sure so haven't split into separate emails. Please excuse me if this is not correct form. On Mon, Jan 5, 2009 at 6:02 PM, Carsten Dominik wrote: I have just upl

[Orgmode] remember memo template: does any body do this?

2009-01-08 Thread Alan E. Davis
Org-remember with several templates for all kinds of notetaking. I have a plan to generate memos from some of the notes. I would like to use a template that prompts for subject and recipient, and generate the memo by exporting to LaTeX. If all goes well it will save me a bunch of time. Two diffe

Re: [Orgmode] Keeping Your Appointments in org

2009-01-08 Thread Daniel Martins
I have the same migration problem. I still use Google Calendar to share appts with my students. Sometimes they mark an appt on certain dates etc... My migration problem is threefold since I migrated from planner-el too and I use remind a lot. I like wyrd for remote operation and I had remind - di

Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Manish
On Thu, Jan 8, 2009 at 5:06 AM, Carsten Dominik wrote: > Hi Sergio, > > your example file exports fine in my setup. > > Anyone else can reproduce Sergio's problem? > > - Carsten I couldn't find his file to test but Org->PDF worked fine on my files here on Emacs 22.3 and latest Org (commit: c073d51

[Orgmode] Keeping Your Appointments in org

2009-01-08 Thread Ian Barton
As it's the start of a new year, I want to move my appointments from Google Calendar as the primary source to org. When my system in org is running smoothly I will export to Google Calendar on a regular basis. Searching back through the list there are quite a lot of snippets describing how peo

R: [Orgmode] Suggestions for Orgmode.org homepage

2009-01-08 Thread Giovanni Ridolfi
--- Mer 7/1/09, Manish ha scritto: > Also, I do not have access to IE7 so I do not know if that > works. On 8th January 2008 at 10:01 CET with IE 7.057??? XP SP?? The page is displayed correctly. (like http://imagebin.org/35260) Cheers, Giovanni ___

Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Giovanni Ridolfi
--- Mer 7/1/09, Carsten Dominik ha scritto: > Da: Carsten Dominik > > Anyone else can reproduce Sergio's problem? Hi Carsten, I had the same problem with Emacs hanginig yesterday at home[1] Org version 6.17c, whereas 6.17 exported fine. Emacs 22.2 OS: Debian unstable [1] so, sorry, I ca

[Orgmode] Including files, line numbers and codeline references

2009-01-08 Thread Manish
There are multiple but related issues and requests in the mail below. Wasn't sure so haven't split into separate emails. Please excuse me if this is not correct form. On Mon, Jan 5, 2009 at 6:02 PM, Carsten Dominik wrote: > > I have just uploaded 6.17a which revamps the codeline references