Re: [Orgmode] Problem with archive location

2009-01-12 Thread Carsten Dominik


On Jan 11, 2009, at 4:08 PM, Matthew Lundin wrote:



Hi Carsten,

Carsten Dominik  writes:


Hi Matt,

indeed, this is a bug.  Fixed now, thanks for the report.

- Carsten


Thanks for fixing this.

I had one more question/request concerning archives. Would it perhaps
be possible to enable the file name substitution (i.e., "%s") after
the double semi-colon, so that the file name can be used as a headline
within the archive file? My ideal setup would be to have a single
archive file for each year's work, with headlines named according to
the original files of the archived subtrees.



This is now implemented.  Thanks for the idea.

- Carsten




E.g.,

,
| * finances.org
| ** archived item
| * notes.org
| ** archived item
| ** another archived item
`

Thanks,

Matt






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Inline images in exported HTML

2009-01-12 Thread Graham Smith
Bernt,

> I was under the impression that only graphic files (PNG/JPG, etc) were
> inlined - I didn't think inlining a PDF was possible.

Ah that would explain it then, maybe I need to go the Latex route, but
I was looking for a quick route to get a printed output.

Thank,

Graham


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Inline images in exported HTML

2009-01-12 Thread Bernt Hansen
"Graham Smith"  writes:

> I am exporting to HTML with a lnk to a pdf with instant opening in
> Firefox on a Mac.
>
> Originally, I had a description on the link, and as the manual says,
> in the browser, I get the description in the browser which opens the
> pdf when I click on it.
>
> But I want the image to appear without clicking on it, so I can print
> out the file with the images visible
>
> After reading the manual, I have edited the link to remove the
> description,  but it still needs me to click on the link in the
> browser to open the pdf.
>
> I have now added "file:" to the front  of the link and I still need to
> click on it to see the pdf in the browser.
>
> The link is now:
>
> [[file:/Users/graham/Dropbox/Jacobs/GQ3/Analysis/Graphics/Hazard1aBootsrappedMedianProbabilityPlot.pdf]]
>
> Which still works fine when I click on it, but doesn't automatically open.
>
> Can someone tell me what I am doing wrong.
>
> Many thanks,

I was under the impression that only graphic files (PNG/JPG, etc) were
inlined - I didn't think inlining a PDF was possible.

-Bernt


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Inline images in exported HTML

2009-01-12 Thread Graham Smith
I am exporting to HTML with a lnk to a pdf with instant opening in
Firefox on a Mac.

Originally, I had a description on the link, and as the manual says,
in the browser, I get the description in the browser which opens the
pdf when I click on it.

But I want the image to appear without clicking on it, so I can print
out the file with the images visible

After reading the manual, I have edited the link to remove the
description,  but it still needs me to click on the link in the
browser to open the pdf.

I have now added "file:" to the front  of the link and I still need to
click on it to see the pdf in the browser.

The link is now:

[[file:/Users/graham/Dropbox/Jacobs/GQ3/Analysis/Graphics/Hazard1aBootsrappedMedianProbabilityPlot.pdf]]

Which still works fine when I click on it, but doesn't automatically open.

Can someone tell me what I am doing wrong.

Many thanks,

Graham


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] Bugfix: Functions were renamed so rename the callers too

2009-01-12 Thread Bernt Hansen
Rename functions missed in commit 1371205.

Changing timestamps for the currently clocked task generated the
following error:

org-clock-update-time-maybe: Symbol's function definition is void: 
org-update-mode-line
---
Carsten: This patch is available on my 'for-carsten' branch.

 lisp/org.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index c33560e..8539f94 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2665,7 +2665,7 @@ If TABLE-TYPE is non-nil, also check for table.el-type 
tables."
 
 (declare-function org-clock-save-markers-for-cut-and-paste "org-clock"
  (beg end))
-(declare-function org-update-mode-line "org-clock" ())
+(declare-function org-clock-update-mode-line "org-clock" ())
 (defvar org-clock-start-time)
 (defvar org-clock-marker (make-marker)
   "Marker recording the last clock-in.")
@@ -2702,7 +2702,7 @@ Otherwise, return nil."
(setq org-clock-start-time
  (apply 'encode-time
 (org-parse-time-string (match-string 1
-   (org-update-mode-line)))
+   (org-clock-update-mode-line)))
 (t
  (and (match-end 4) (delete-region (match-beginning 4) (match-end 4)))
  (end-of-line 1)
-- 
1.6.1.28.gc32f76



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Searching SCHEDULED/DEADLINE properties turns up spurious headings

2009-01-12 Thread Hsiu-Khuern Tang
* On Sat 08:54PM +, 10 Jan 2009, Carsten Dominik (domi...@science.uva.nl) 
wrote:
> Hi Hsiu,
> 
> I believe this is a misunderstanding.  You are constructing
> a sparse tree.  Sparse tree always show all top-level headlines.
> The search really only matches the second one, as you can see from
> the highlighted stars.

When I run that search (C-c \ +DEADLINE<="<2009-01-28>" ), all the three
headlines have highlighted stars.  (I am running Org-mode 6.17trans.)

> - Carsten
> 
> 
> 
> On Jan 10, 2009, at 12:32 AM, Hsiu-Khuern Tang wrote:
> 
> > I find that doing a tags search for SCHEDULED or DEADLINE turns up  
> > headings
> > that do not have any schedule or deadlines.
> >
> > Using the example from http://article.gmane.org/gmane.emacs.orgmode/10274 
> > :
> >
> > ,
> > | #+SEQ_TODO: NEXT WAITING | DONE
> > | #+STARTUP: overview
> > |
> > | * DONE Test1
> > |CLOSED: [2009-01-07 Wed 12:26]
> > |
> > | * NEXT Test2
> > |DEADLINE: <2009-01-28 Wed>
> > |
> > | * Test3
> > `
> >
> > If I type
> >
> >C-c \ +DEADLINE<="<2009-01-28>" 
> >
> > all three headlines are selected!  I expected to match the second  
> > headline
> > only.

-- 
Best,
Hsiu-Khuern.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2009-01-12 Thread Hsiu-Khuern Tang
* On Sat 11:12AM +, 10 Jan 2009, Carsten Dominik (domi...@science.uva.nl) 
wrote:
> Hi Hsiu,
> 
> nice hack.  But I am still wondering why you do not
> use "primary filtering" for this, i.e. a tags search
> for "project1|project2"
> 
>  C-c a m project1|project2 RET

I couldn't get such a search to work with a daily/weekly/monthly agenda view.
I was trying to restrict the weekly (say) agenda view to just two projects
(identified by tags), which seems like a nice view for scheduling tasks.  I
would love a simple way to do this.  If different projects were in different
files, then one can modify org-agenda-files temporarily to achieve this, but my
projects are not always cleanly separated that way.

-- 
Best,
Hsiu-Khuern.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2009-01-12 Thread Friedrich Delgado Friedrichs
Hiho

Carsten Dominik schrieb:
> On Jan 9, 2009, at 5:59 PM, Friedrich Delgado Friedrichs wrote:
>> same relative path ./ -> work
>> or the other way round it's . -> ../
> This is exactly what I meant, and how it works in my own test case  
> here
--Zitatende---

Ok, works here too.  The id locations were outdated for some reason.



-- 
Friedrich Delgado Friedrichs 
 TauPan on Ircnet and Freenode ;)


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: export to latex

2009-01-12 Thread sergio_101
"Uwe Jochum"  writes:

> 22.3.1):  Before exporting to LaTeX I export to html. That done an
> export to LaTeX  works fine (all four commands). I have no clue why
> this is necessary on my  WinXP machine. At home, on my Linux machine,

okay, i tried this.. and still no luck..

this is kind of a bummer, as i was using orgmode for all my table
generating tasks in tex.. 

___
peace,
sergio
http://www.village-buzz.com


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: export to latex

2009-01-12 Thread Uwe Jochum

Just to add one additional (quite useless data point).. I tried the
example file and it did seem to hang with Emacs consuming lots of CPU.
Although export to HTML worked for the file.  Not just the example
file.. my other files also got stuck at PDF export.  Then I rebooted
Emacs and tried PDF export first thing (i.e. w/o exporting to HTML
first) and it myteriously worked for all files.


Here's a trick that works on my office machine (Windows XP, Emacs 22.3.1):  
Before exporting to LaTeX I export to html. That done an export to LaTeX  
works fine (all four commands). I have no clue why this is necessary on my  
WinXP machine. At home, on my Linux machine, a prior export to html is  
uneccessary before exporting to LaTeX.


Regards,

Uwe



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Footnotes and org-export, revisited

2009-01-12 Thread Paul R
Hi,

Scot> I'm impressed at how the new footnote support has managed to put
Scot> together readability, stability, ease of use and export-ability

yes, I also had a chance to use it and it just worked as expected (I
love software that just works). Great job, thanks !

-- 
  Paul


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] WISH: Add the possiblity to add captions to tables/images

2009-01-12 Thread Daniel Pörsch
Hi,

2008/12/4 Carsten Dominik :
>
> I do like the idea to add captions, but I will probably only get
> around to that when after fixing a few bugs in the LaTeX exporter,
> for which captions are even more interesting.

WOW, just saw that CAPTION support has been added recently! Will try
it out soon!

Great thanks!

-- 
Daniel Pörsch
daniel...@gmx.de


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org-remember template: face for selection key in brackets?

2009-01-12 Thread Alan E. Davis
I have a burgeoning number of templates, at least enough so I have to pause
to read through them during the selection process.

I guess there is currently not a face available for the character to select
the template (denoted by, eg., ?K).  Is it easy to add a specific bold face
to this button?

Thank you,


-- 
Alan

It is undesirable to believe a proposition when
there is no ground whatsoever for supposing it is true.
 -- Bertrand Russell
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Footnotes and org-export, revisited

2009-01-12 Thread Scot Becker
I'm impressed at how the new footnote support has managed to put together
readability, stability, ease of use and export-ability (including the
ability to refer to a footnote multiple times!) .  I have seen no problems
in my initial tests, and will do more extensive (can I break anything?)
tests as soon as I have the chance.

I think that 'org' is now the only plain-text minimal markup engine to
support both inline and out-of-line footnotes, and I'm quite sure that none
of the others have numbered, labeled, and inline footnotes.  And as for ease
of use, well any comparison is unfair.  The rest are just language
specifications and processing engines, they offer no help in the writing.

I'm shocked and pleased at how Carsten (with input from the contributors to
this thread) managed to make a somewhat ragged and even contradictory
wishlist into something this elegant and easy to use.

Scot
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Windows and emacs

2009-01-12 Thread Robin Ruder
The third way, and the way I do it, is to run a Linux inside Windows. I
dropped cygwin on my pc at work and use andLinux now (http://andlinux.org),
which is running a linux kernel in a Win32 process (as a service in
background). X applications are exported to a local W32 XServer. This is
much faster than X apps compiled for cygwin. You'll have clipboard sharing
between the Linux and W32 windows, too.

This article led me to andLinux:
www.techanodyne.com/2007/03/forget-vmware-run-colinux.html


Robin


On Thu, Jan 8, 2009 at 10:41 PM, 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-mode and emacs run best with XP?  As far as I know there are at
> least two ways to get emacs running; one is to simply download emacs,
> two is downloading cygwin; if it is cygwin that I have to go with then
> which emacs?  If I saw it right there are several choices ... ummm ...
> any hints on that?
>
> Thanx in advance
>
> ray
>
>
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode