Re: [Orgmode] Minor latex export issue

2009-01-20 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Jan 13, 2009, at 5:17 PM, Matthew Lundin wrote:



I'm have a *minor* issue to report. It occurs when I export an org
file with footnotes to LaTeX. Specifically, it has to do with the
combination of American style quotation marks and footnotes.

According to many American manuals of style, quotation marks are to be
placed after a sentence ending period if the quoted passage is at the
end of the sentence. E.g.

,
| Here is a quote.
|
| not
|
| Here is a quote.
`

When I use American style quotation in conjuction with a footnote,
the exporter does not convert the closing quote marks into a two
single quotation marks (i.e., LaTeX smart quotes).

Thus, the following source snippet:

,
| This is a footnote with a quote.[fn:sample] And here is another
| footnote with a quote.[fn:another]
|
| [fn:sample] Here is the sample footnote.
|
| [fn:another] Another footnote.
`

Becomes

,
| This is a footnote ``with a quote.\footnote{Here is the sample
|   footnote. } And here is another footnote ``with a
| quote''.\footnote{Another footnote. }
`

Notice the double quotation mark (rather than two single apostrophes)
at the end of the first sentence. Notice also the correct quotation
mark format appears in the second sentence, where the period comes
after the quotation mark.

Obviously, it is simple enough to fix this with a query-replace after
the export, but I thought I'd report the issue nonetheless, as it
interferes with immediate output to PDF.

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




___
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] Latex export proposed enhancement

2009-01-20 Thread Carsten Dominik

Hi Robert,

this is a reasonable expectation, and it should now
work, please verify.

The subtree needs to be selected as an active region, and
the region must start as the headline, not before.

- Carsten

On Jan 14, 2009, at 10:52 PM, Robert Goldman wrote:


Since we can export individual pieces of a single org-mode file, would
it be reasonable to make the latex class be a possible property on a
node, instead of requiring it to be set either on the file or through
variable binding?

Best,
r


___
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


Re: [Orgmode] Org-remember: can the target file be not in org-mode?

2009-01-20 Thread Carsten Dominik

Hi Alan,

this is, unfortunately, one of the current limitations of the
org/remember implementation.  One that will hopefully be
removed in a re-write of this part that is currently under way.

I am *not* sure if that will make it possible to create a new
file name each time around.

- Carsten

On Jan 20, 2009, at 6:04 AM, Alan E. Davis wrote:

I have designed a little memo template that inserts the header, then  
highlighted text, then the end of the file.  I'd like to output this  
to a file, best with a unique name, instead of an org-mode file.  Is  
it possible?  Kind of a non-export export?


I get the message that the file must be in org-mode.

Alan

--
Alan Davis

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




___
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] Release 6.18

2009-01-20 Thread Carsten Dominik


Enjoy!

- Carsten



Changes in Version 6.18
===


Incompatible changes
=

Short examples must have a space after the colon
-

Short literal examples can be created by preceding lines
with a colon.  Such lines must now have a space after the
colon.  I believe this is already general practice, but now
it must be like this.  The only exception are lines what are
empty except for the colon.

Details


Include files can now also process switches


The example and src switches like `-n' can now also be added
to include file statements:

 #+INCLUDE ~/.emacs src emacs-lisp -n -r

Thanks to Manish for pointing out that this was not yet
supported.

Examples can be exported to HTML as text areas
---

You can now specify a `-t' switch to an example or src block,
to make it export to HTML as a text area.  To change the
defaults for height (number of lines in the example) and
width of this area (80), use the `-h' and `-w' switches.

Thanks to Ulf Stegemann for driving this development.

LaTeX_CLASS can be given as a property
---

When exporting a single subtree by selecting it as a region
before export, the LaTeX class for the export will be taken
from the `LaTeX_CLASS' property of the entry if present.

Thanks to Robert Goldman for this request.

Better handling of inlined images in different backends


Two new variables govern which kind of files can be inlined
during export.  These are
`org-export-html-inline-image-extensions' and
`org-export-latex-inline-image-extensions'.  Remember that
links are turned into an inline image if they are a pure link
with no description.  HTML files can inline /.png/, /.jpg/,
and /.gif/ files, while LaTeX files, when processed with
/pdflatex/, can inline /.png/, /.jpg/, and /.pdf/ files.
These also represent the default settings for the new
variables.  Note that this means that pure links to /.pdf/
files will be inlined - to avoid this for a particular link,
make sure that the link has a description part which is not
equal to the link part.

Links by ID now continue to work in HTML exported files


If you make links by ID, these links will now still work in
HTML exported files, provided that you keep the relative path
from link to target file the same.

Thanks to Friedrich Delgado Friedrichs for pushing this over
the line.

The relative timer can be paused
-

The new command `C-c C-x ,' will pause the relative timer.
When the relative timer is running, its value will be shown
in the mode line.  To get rid of this display, you need to
really stop the timer with `C-u C-c C-x ,'.

Thanks to Alan Davis for driving this change.

The attachment directory may now be chosen by the user
---

Instead of using the automatic, unique directory related to
the entry ID, you can also use a chosen directory for the
attachments of an entry.  This directory is specified by the
ATTACH_DIR property.  You can use `C-c C-a s' to set this
property.

You can use a single attachment directory for a subtree


By setting the property ATTACH_DIR_INHERIT, you can now tell
Org that children of the entry should use the same directory
for attachments, unless a child explicitly defines its own
directory with the ATTACH_DIR property.  You can use the
command `C-c C-a i' to set this property in an entry.



___
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] Release 6.18

2009-01-20 Thread Carsten Dominik


On Jan 20, 2009, at 10:25 AM, Carsten Dominik wrote:

The attachment directory may now be chosen by the user
---

   Instead of using the automatic, unique directory related to
   the entry ID, you can also use a chosen directory for the
   attachments of an entry.  This directory is specified by the
   ATTACH_DIR property.  You can use `C-c C-a s' to set this
   property.



I forgot to credit Jason Jackson with this proposal.

- Carsten


___
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] Confirm Your Won Amount

2009-01-20 Thread Nokia New Year Notification
Acknowledge the receipt of this mail with the details below to 

Mr.Terry Wise,   Email:info.nokiagrou...@googlemail.com

Names:
Address:..
Occupation...
Age:..
Sex:..
Tel:
Country..



___
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] Bug in LaTeX export

2009-01-20 Thread Thomas Holst
Hello,

when I call `org-export-region-as-latex' emacs enters a ininite
loop. When I call a HTML export command prior to
`org-export-region-as-latex' everything works fine with LaTeX export
commands.

As I found out `org-maybe-keyword-time-regexp' is not set when calling a
LaTeX export command. It is set, when calling a HTML command.

I am using emacs version: 22.2.1 on WinXP
org-mode-version: 6.17c

org related settings in .emacs
-8x--x8---
(require 'org-install)
(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
(define-key global-map \C-cl 'org-store-link)
(define-key global-map \C-ca 'org-agenda)
;; \C-co ist global auf occur-at-point gesetzt, also für org-mode
;; zurücksetzen
(eval-after-load org
  '(progn
 (define-key org-mode-map \C-co 'org-open-at-point)
 )
  )

(setq org-log-done t)
(defun gtd ()
  (interactive)
  (find-file U:/Org/MyGTD.org)
  )

;; Einstellungen für remember
(require 'remember) ; rember laden

(org-remember-insinuate)
(setq org-directory c:/daten/users/DE_hts2fe/Org)
(setq org-default-notes-file (concat org-directory /MyNotes.org))
(define-key global-map \C-cr 'org-remember)
-8x--x8---

Thomas
-- 
Das Leben ist so einfach,
 dass es schon wieder schwierig ist!


___
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] how to establish relation relation between (states of) different projects?

2009-01-20 Thread Peter Tury
Hi

is this possible in a simple way? I mean the following. Many times
some (otherwise idependent) projects relate to each other somehow.
E.g. I have proj-x and proj-y on the same level: they are not under
each other, so neither of them is a subproject of the other. Let's
say proj-x must reach state A (e.g. a specific TODO must be DONE under
proj-x) before proj-y can go forward. Can I somehow code this into my
.org file? E.g. I would like to SCHEDULE one of proj-y's TASK to the
next day when a given TASK of proj-x's is DONE. How to do this easily?

Thanks,
P


___
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] how to establish relation relation between (states of) different projects?

2009-01-20 Thread Peter Tury
2009/1/20 Manish wrote:
 On Tue, Jan 20, 2009 at 3:22 AM, Peter Tury wrote:

 is this possible in a simple way? I mean the following. Many times
 some (otherwise idependent) projects relate to each other somehow.
 E.g. I have proj-x and proj-y on the same level: they are not under
 each other, so neither of them is a subproject of the other. Let's
 say proj-x must reach state A (e.g. a specific TODO must be DONE under
 proj-x) before proj-y can go forward. Can I somehow code this into my
 .org file? E.g. I would like to SCHEDULE one of proj-y's TASK to the
 next day when a given TASK of proj-x's is DONE. How to do this easily?

 Have you seen org-depend.el in contrib directory?

Not yet, thanks!

I'll check it, since according to the manual ( = (info (org)
Extensions in the contrib directory) ) it might do exactly what I
need!

Thanks,
P


___
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: 23.0.60; org-mode does not honour shift-select-mode

2009-01-20 Thread Andreas Amann
I just tested this patch, and can confirm that it works and solves my
problem. Thanks!

Btw: I never associated shift-select with windows (which I have no
experience with). Wasn't shift-select available with Motif since the 
mid 90's?

Andreas

On Mon, Jan 19, 2009 at 09:54:31PM +0100, Carsten Dominik wrote:

 I am aware of this conflict, but I had no idea that this mode is on by 
 default?
 What ever happened with Emacs that we have become this much 
 Windows-biased

 Anyway, if the Emacs Gods decide that this has to change, the way to do it 
 would be this:


 - Carsten



 --- org.el.orig 2009-01-19 21:52:10.0 +0100
 +++ org.el  2009-01-19 21:52:42.0 +0100
 @@ -246,7 +246,7 @@
:group 'org-startup
:type 'boolean)

 -(defcustom org-replace-disputed-keys nil
 +(defcustom org-replace-disputed-keys shift-select-mode
Non-nil means use alternative key bindings for some keys.
  Org-mode uses S-cursor keys for changing timestamps and priorities.
  These keys are also used by other packages like `CUA-mode' or 
 `windmove.el'.




 On Jan 19, 2009, at 6:09 PM, Andreas Amann wrote:

 start with emacs -Q test.org

 type * bla
 and then shift-left

 expected behaviour: since shift-select-mode is set to t by default
 (see src/callint.c), I would expect that shift-movements select
 a region, and that major modes should not override this behaviour,
 without being asked of doing so.

 actual behaviour: upon shift-left the binding org-shiftleft is called
 which marks the current item as DONE. This is very confusing for
 people accostumed to shift-selection, which works very well in all
 other emacs modes I know.

 Possible solution: in lisp/org/org.el
 only include the bindings

 '([(shift up)]  org-shiftup)
  '([(shift down)]org-shiftdown)
  '([(shift left)]org-shiftleft)
  '([(shift right)]   org-shiftright)

 if the variable shift-select-mode is nil.




 In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll 
 bars)
 of 2009-01-14 on lnx0015f2465ec6
 Windowing system distributor `The X.Org Foundation', version 11.0.1030
 configured using `configure  '--prefix=/home/aamann/local/emacs-cvs' 
 'LDFLAGS=-L/home/aamann/local/lib64' 
 'CPPFLAGS=-I/home/aamann/local/include''

 Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_IE.utf8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

 Major mode: Org

 Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

 Recent input:
 * S-SPC b l a S-left help-echo help-echo help-echo
 help-echo help-echo help-echo help-echo menu-bar
 help-menu send-emacs-bug-report

 Recent messages:
 For information about GNU Emacs and the GNU system, type C-h C-a.
 test.org has auto save data; consider M-x recover-this-file
 OVERVIEW


___
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] how to establish relation relation between (states of) different projects?

2009-01-20 Thread Manish
On Tue, Jan 20, 2009 at 3:22 AM, Peter Tury wrote:
 Hi

 is this possible in a simple way? I mean the following. Many times
 some (otherwise idependent) projects relate to each other somehow.
 E.g. I have proj-x and proj-y on the same level: they are not under
 each other, so neither of them is a subproject of the other. Let's
 say proj-x must reach state A (e.g. a specific TODO must be DONE under
 proj-x) before proj-y can go forward. Can I somehow code this into my
 .org file? E.g. I would like to SCHEDULE one of proj-y's TASK to the
 next day when a given TASK of proj-x's is DONE. How to do this easily?

Have you seen org-depend.el in contrib directory?

-- 
Manish


___
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: [IDEA] HTML-export literal examples to textarea

2009-01-20 Thread Ulf Stegemann
Carsten Dominik carsten.domi...@gmail.com wrote:

 On Jan 19, 2009, at 6:16 PM, Carsten Dominik wrote:

 OK, it is in:

 #+begin_example -t -w 80 -h 20
 ...
 #+end_example

 HTH, thanks for the idea.

Great! Works like a charm. Thank you for implementing it :)

Ulf



___
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] org-remember: Ignore gnus link if not on a message

2009-01-20 Thread Bernt Hansen
This allows you to use org-remember in any gnus buffer - even when
not on a location that will create a usable link.  Instead of
failing with the error Not on a group just create a remember
note with no link instead.

This makes org-remember more user-friendly - we don't have to
change buffers to a non-gnus buffer to create a remember note.
---
Carsten: This patch is available at git://git.norang.ca/org-mode for-carsten

 lisp/org-gnus.el |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 23b2809..7826eba 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -111,12 +111,12 @@ If `org-store-link' was called with a prefix arg the 
meaning of
 (gnus-group-name))
(t ???)))
   desc link)
-  (unless group (error Not on a group))
-  (org-store-link-props :type gnus :group group)
-  (setq desc (org-gnus-group-link group)
-   link desc)
-  (org-add-link-props :link link :description desc)
-  link))
+  (when group
+   (org-store-link-props :type gnus :group group)
+   (setq desc (org-gnus-group-link group)
+ link desc)
+   (org-add-link-props :link link :description desc)
+   link)))
 
((memq major-mode '(gnus-summary-mode gnus-article-mode))
 (and (eq major-mode 'gnus-summary-mode) (gnus-summary-show-article))
-- 
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] [PATCH] org-remember: Ignore gnus link if not on a message

2009-01-20 Thread Carsten Dominik

Applied, thanks.

- Carsten

On Jan 20, 2009, at 5:37 PM, Bernt Hansen wrote:


This allows you to use org-remember in any gnus buffer - even when
not on a location that will create a usable link.  Instead of
failing with the error Not on a group just create a remember
note with no link instead.

This makes org-remember more user-friendly - we don't have to
change buffers to a non-gnus buffer to create a remember note.
---
Carsten: This patch is available at git://git.norang.ca/org-mode for- 
carsten


lisp/org-gnus.el |   12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 23b2809..7826eba 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -111,12 +111,12 @@ If `org-store-link' was called with a prefix  
arg the meaning of

 (gnus-group-name))
(t ???)))
   desc link)
-  (unless group (error Not on a group))
-  (org-store-link-props :type gnus :group group)
-  (setq desc (org-gnus-group-link group)
-   link desc)
-  (org-add-link-props :link link :description desc)
-  link))
+  (when group
+   (org-store-link-props :type gnus :group group)
+   (setq desc (org-gnus-group-link group)
+ link desc)
+   (org-add-link-props :link link :description desc)
+   link)))

   ((memq major-mode '(gnus-summary-mode gnus-article-mode))
(and (eq major-mode 'gnus-summary-mode) (gnus-summary-show- 
article))

--
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




___
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] Ticket Management integration, muse mode, etc

2009-01-20 Thread David Thole
Hey,

This is the first time I ever posted to this list - but did search the
archive, and google significantly before posting so I hope this hasn't been
asked yet.

Right now I use org-mode to manage my tasks.  I built scripts to pull from
Redmine (a ticket tracking system), and pull it in.  That's all working, but
there are some notes I really would rather have locally on my disk - like my
own notes and all.

The problem I'm thinking is that I wouldn't mind pulling this information in
my script down to the disk, into muse-mode - so creating my own TOC, and my
own files for each issue (say, [[Issue1000]])  What I'd like to do, though,
is in the org-file, to have [[Issue1000]] in the file (e.g. ** TODO: [[Issue
1000]]) or maybe a subitem, (e.g. *** [[Issue1000]]) and have it link to the
muse mode file itself.

Muse works well indepently and I can do this pretty easy, org-mode
integration for the link in doing this isn't possible yet.  Does anyone know
a good option on how to get this working?  Is there a workflow thing that
may be better for me to do instead?

Thanks,

David
___
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] Problems downloading 6.18?

2009-01-20 Thread Graham Smith
Maybe this in hand, but when I try to download 6.18 I get switched to
the 6.17c page and 6.17c is the only version available.

Or is it just me :-(

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: Ticket Management integration, muse mode, etc

2009-01-20 Thread Paul R
Hi David,

David Muse works well indepently and I can do this pretty easy,
David org-mode integration for the link in doing this isn't possible
David yet. Does anyone know a good option on how to get this working?
David Is there a workflow thing that may be better for me to do
David instead?

I wished I understood what your problem precisely is, because it sounds
really interesting, but I really don't manage to get it. Could you maybe
reformulate it please ?

-- 
  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


[Orgmode] Re: Problems downloading 6.18?

2009-01-20 Thread Bernt Hansen
Graham Smith myotis...@gmail.com writes:

 Maybe this in hand, but when I try to download 6.18 I get switched to
 the 6.17c page and 6.17c is the only version available.

 Or is it just me :-(

It's not just you.  It looks like the org-mode page has not been updated
yet but the 6.18 version is available.  You can just change the link
manually like this:

http://orgmode.org/org-6.18.zip

HTH,
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] Re: Problems downloading 6.18?

2009-01-20 Thread Graham Smith
Bernt,

Thanks, I will do as yuo suggest.

Graham


2009/1/20 Bernt Hansen be...@norang.ca:
 Graham Smith myotis...@gmail.com writes:

 Maybe this in hand, but when I try to download 6.18 I get switched to
 the 6.17c page and 6.17c is the only version available.

 Or is it just me :-(

 It's not just you.  It looks like the org-mode page has not been updated
 yet but the 6.18 version is available.  You can just change the link
 manually like this:

 http://orgmode.org/org-6.18.zip

 HTH,
 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


Re: [Orgmode] Re: Inline images in exported HTML

2009-01-20 Thread Graham Smith
Carsten,

Just to say many thanks for version 6.18 as this solves this problem
of a quick preview with inline PDFs  via Latex.

Graham



2009/1/14 Carsten Dominik domi...@science.uva.nl:

 On Jan 12, 2009, at 9:14 PM, Bernt Hansen wrote:

 Graham Smith myotis...@gmail.com 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.

 Unfortunately, the right thing to do here depends on the LaTeX
 processor you use.

 If you use latex and then something like dvips to process to postscript,
 only .ps and .eps files can be inlined in LaTeX output.  On the other
 hand, if you use pdflatex to process the files, only .jpg and .pdf files
 cab be included.

 I am not sure if HTML allows to *inline* pdf, probably not.

 Hmm, I welcome suggestions on a strategy for this.

 - Carsten




 -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




___
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] Ticket Management integration, muse mode, etc

2009-01-20 Thread Matthew Lundin

David Thole dth...@gmail.com writes:

 The problem I'm thinking is that I wouldn't mind pulling this information in
 my script down to the disk, into muse-mode - so creating my own TOC, and my
 own files for each issue (say, [[Issue1000]])  What I'd like to do, though, is
 in the org-file, to have [[Issue1000]] in the file (e.g. ** TODO: [[Issue
 1000]]) or maybe a subitem, (e.g. *** [[Issue1000]]) and have it link to the
 muse mode file itself.

Why doesn't the following work for you?

,
| *** [[file:/path/to/muse/Issue1000][Issue1000]] 
`

You can type C-u C-c C-l within org for a prompt to link to a file.

Or you can type C-c l in the Muse file to store the link and C-c C-l
up in org-mode to insert the link.

The manual has a very clear section on hyperlinks.

That said, is there a compelling reason for you to keep your notes in
muse rather than org-mode? Org-mode was created to handle both
ticket/task management and note taking in the same file. You could
keep all the relevant notes (and any data pairs as properties) under
each issue headline. E.g.

,
| *** TODO Issue 1000
| 
| Notes and subheadings go here.
`

Feel free to let me know if I am misunderstanding the nature of the
problem.

Best, 
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] html export page title

2009-01-20 Thread plutek-infinity
greetings!

i'm wondering what is the best way to designate the web-page title when doing 
html export from org-mode. i'm *not* talking about what is done by the #+TITLE: 
variable, because this puts a title in the page content AND gives a browser 
title. i'm looking for some way to set only the head title element in the 
exported html, *without* that title also showing up within the page content.

i don't see anything to do that currently, short of manually inserting a unique 
title element in the head section of the exported html.

thanks very much... cheers!


-- 
.pltk.


___
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] Ticket Management integration, muse mode, etc

2009-01-20 Thread David Thole
Thank you to the both of you for responding so quickly.

Basically the reasoning why I' doing all this is to try and take more
detailed notes on stuff that maybe the end user should not see in the ticket
- which right now I kinda have to do.  I still want to capture this
information, so muse-mode kinda made partial sense for documentation
needs.   The goal again is really to have my own private notes in the end.

Matthew hit it right on the head about what I was trying to do - and that's
using the file.  I apologize for my newbieness with org-mode (I admit while
I've used it awhile, I never really scratched much more than the bare
surface of this extension), and yes the following would work perfectly
fine.  The only problem is that a lot of my stuff is automatically generated
in one of the files - so keeping notes in the same file complicate matters a
bit when it comes to my matching those notes in regard to the next entry.

I don't know if I'm being clear about what I'm bringing up, but Matt's post
really helped in explaining how to get by with what I feel I need now - but
I think I'll need to spend some time and reconsider all this.

Thanks,

David


On Tue, Jan 20, 2009 at 12:32 PM, Matthew Lundin m...@imapmail.org wrote:


 David Thole dth...@gmail.com writes:
 
  The problem I'm thinking is that I wouldn't mind pulling this information
 in
  my script down to the disk, into muse-mode - so creating my own TOC, and
 my
  own files for each issue (say, [[Issue1000]])  What I'd like to do,
 though, is
  in the org-file, to have [[Issue1000]] in the file (e.g. ** TODO: [[Issue
  1000]]) or maybe a subitem, (e.g. *** [[Issue1000]]) and have it link to
 the
  muse mode file itself.

 Why doesn't the following work for you?

 ,
 | *** [[file:/path/to/muse/Issue1000][Issue1000]]
 `

 You can type C-u C-c C-l within org for a prompt to link to a file.

 Or you can type C-c l in the Muse file to store the link and C-c C-l
 up in org-mode to insert the link.

 The manual has a very clear section on hyperlinks.

 That said, is there a compelling reason for you to keep your notes in
 muse rather than org-mode? Org-mode was created to handle both
 ticket/task management and note taking in the same file. You could
 keep all the relevant notes (and any data pairs as properties) under
 each issue headline. E.g.

 ,
 | *** TODO Issue 1000
 |
 | Notes and subheadings go here.
 `

 Feel free to let me know if I am misunderstanding the nature of the
 problem.

 Best,
 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] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-20 Thread William Henney
Hi list

If a heading has tags, then that heading's time summary overlay (shown
by C-c C-x C-d) is displayed using the org-tag face. This looks a bit
strange. Is it intended? It is especially noticeable in my case, since
I have my tags shown in a smaller font.

org-mode 6.17, emacs 22.3.2, aquamacs 1.5

Cheers

Will

-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
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] lists and quoted latex

2009-01-20 Thread Joao Pedro Pedroso
Hello,

I am a happy new user of Org-mode version 6.17trans.
When processing lists in this mode, it seems that Org-mode gets
trapped if in the list there is some quoted latex texts, as in:

 1. My first option

 2. My second option
#+BEGIN_LaTeX
some difficult latex here
#+END_LaTeX

 1. --- Should be my third option, but Org-mode resets the list
   counter here...

Any comments on this?
Thank you,

Pedro


___
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