Re: [Orgmode] Attachment feature - Can I have custom directories?

2009-01-19 Thread Carsten Dominik
On Jan 11, 2009, at 2:47 AM, Jason Jackson wrote: There are many times where I would like to associate an org-mode item with a specific directory of my choosing for attachment directory. Such that, C-c C-a f would open for example ~/docs/project1 and C-c C-a o would open the file inside O

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: On Jan 16, 2009, at 10:51 AM, Ulf Stegemann wrote: Is it worth thinking about an example block that will be exported to a "..." structure in HTML export? I was recently playing around with org for onli

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: > >> Hi Carsten, >> >> Carsten Dominik wrote: >> >>> On Jan 16, 2009, at 10:51 AM, Ulf Stegemann wrote: >>> Is it worth thinking about an example block that will be exported to a "..." structure in HTML export?

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Carsten Dominik
So it remains a kind-of specialistic thing. Maybe Eric would like to add a textarea block to org-export-blocks.el? - Carsten On Jan 19, 2009, at 9:56 AM, Ulf Stegemann wrote: Carsten Dominik wrote: On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: O

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Tassilo Horn
Carsten Dominik writes: Hi! Is it worth thinking about an example block that will be exported to a "..." structure in HTML export? I was recently playing around with org for online documentation. The documents contained lots of literal examples that can be dire

[Orgmode] Property search and question mark

2009-01-19 Thread Paul R
Hi, I'm experimenting the use of org mode to keep track of my customers relations. In order to have a small database, I'm using properties. I have a template for a company with each property filled by default with the question mark '?'. For a new customer, I duplicate the template, fill the fields

[Orgmode] Importing or loading a file into org-mode?

2009-01-19 Thread alec resnick
Hi! I was wondering if it was possible to separate the startup options and directives for a .org file from the org file itself and load them in, separately, in such a way that doesn't require modifying a .emacs file? I'm aware that I could write a hook or customize my org-mode options, already.

Re: [Orgmode] Property search and question mark

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 10:21 AM, Paul R wrote: Hi, I'm experimenting the use of org mode to keep track of my customers relations. In order to have a small database, I'm using properties. I have a template for a company with each property filled by default with the questi

Re: [Orgmode] Importing or loading a file into org-mode?

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 12:56 AM, alec resnick wrote: Hi! I was wondering if it was possible to separate the startup options and directives for a .org file from the org file itself and load them in, separately, in such a way that doesn't require modifying a .emacs file? I'm aware that I could wri

[Orgmode] Absolute path to images in LaTeX export

2009-01-19 Thread Manish
Hello, If I specify path to an image to be exported as part of a LaTeX document like specified in the manual [1], it appears as absolute path to the image. I would expect it to appear as relative path. It's a bother because I am working in Cygwin (but Windows Emacs) and it complaints that it coul

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 2:26 PM, Ulf Stegemann wrote: > Carsten Dominik wrote: > >> On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: >> >>> Hi Carsten, >>> >>> Carsten Dominik wrote: >>> On Jan 16, 2009, at 10:51 AM, Ulf Stegemann wrote: > Is it worth thinking about an example block

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > So it remains a kind-of specialistic thing. no, I wouldn't say so. textarea seems to have become quite popular in HTML online documentation. Apart from all the copy and paste stuff, textarea can do a virtual wrap or give you a horizontal scroll bar. This is

Re: [Orgmode] Attachment feature - Can I have custom directories?

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 1:57 PM, Carsten Dominik wrote: > > On Jan 11, 2009, at 2:47 AM, Jason Jackson wrote: > >> There are many times where I would like to associate an org-mode item with >> a specific directory of my choosing for attachment directory. >> >> Such that, C-c C-a f would open for ex

Re: [Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-19 Thread Stefan Ring
Carsten Dominik wrote: Hi Stefan, you may also be able to work around this problem with (setq org-clock-into-drawer t) (wich will put already the first clock line into a drawer), or with (setq org-clock-into-drawer nil) (which will never create clock drawers). HTH - Carsten Thank

[Orgmode] Possible Bug with Footnotes

2009-01-19 Thread Ian Barton
If I have a file like this: #+SETUPFILE: ~/.emacs-lisp/org-templates/level-1.org #+TITLE: Journal Pages Indexed by Year. #+STARTUP: overview #+STARTUP: hidestars #+AUTHOR: Ian Barton. #+INFOJS_OPT: view:info toc:f #+OPTIONS: num:nil * [[file:journal_2009.org][2009]] * [[file:journal_2008.org][20

Re: [Orgmode] Attachment feature - Can I have custom directories?

2009-01-19 Thread Carsten Dominik
Hi Manish, it has always been all the files in the directory. The "Attachments" property is only for show and can get out of sync. You can "add attachments" by just moving or copying files into the attached directory. I think this is the correct behavior. You can set org-attach-file-list-prope

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Sebastian Rose
Manish writes: > Ditto. Some of the documents I prepared for a team to follow was also > used exactly like that: copy-paste a small section, enter some text by > hand in terminal, copy-paste the remaining portion. What happens when > you edit the text in text area and save the HTML file? Does t

Re: [Orgmode] Attachment feature - Can I have custom directories?

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 5:10 PM, Carsten Dominik wrote: > Hi Manish, > > it has always been all the files in the directory. I had to discontinue using the feature.. since the attachement directory was only accessible from within Emacs. > The "Attachments" property is only for show and can get out

[Orgmode] Some css issues in org-export

2009-01-19 Thread Rustom Mody
When I print (to hardcopy) org documents like http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php (but not only this one) from firefox, the lines such as M-x customize-variable RET org-agenda-custom-commands viz the lines enclosed in a print with a lot of squares (like unicode

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 5:29 PM, Sebastian Rose wrote: > Manish writes: >> Ditto. Some of the documents I prepared for a team to follow was also >> used exactly like that: copy-paste a small section, enter some text by >> hand in terminal, copy-paste the remaining portion. What happens when >> you

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Giovanni Ridolfi
--- Lun 19/1/09, Rustom Mody ha scritto: > When I print (to hardcopy) org documents like > http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php > (but not only this one) from firefox, the lines such as > > M-x customize-variable RET org-agenda-custom-commands > > viz the lines en

[Orgmode] No attribute language in element script

2009-01-19 Thread Sebastian Rose
Hi Carsten, there is no attribute `language' in element for XHTML. These two little patches remove it:
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index b4af546..37ae34f 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -542,7 +542,7 @@ Org-mode file."
   :type '(string :tag "

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Sebastian Rose
Hm - we do not provide a special stylesheet for printing. But since there is no `...@media screen' somewhere in the stylesheet, it should just work for all medias (and does so here). But still, in case of interest: http://www.w3schools.com/CSS/css_mediatypes.asp Maybe we should add this line

Re: [Orgmode] No attribute language in element script

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 1:52 PM, Sebastian Rose wrote: Hi Carsten, there is no attribute `language' in element for XHTML. These two little patches remove it: diff --git a/lisp/org-exp.el b/lisp/org-exp.el index b4af546..37ae34f 100644 --- a/lisp/org-exp.el +++ b/lisp/o

Re: [Orgmode] Attachment feature - Can I have custom directories?

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 12:57 PM, Manish wrote: On Mon, Jan 19, 2009 at 5:10 PM, Carsten Dominik wrote: Hi Manish, it has always been all the files in the directory. I had to discontinue using the feature.. since the attachement directory was only accessible from within Emacs. The "Attachm

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Rustom Mody
On Mon, Jan 19, 2009 at 6:29 PM, Sebastian Rose wrote: > > Hm - we do not provide a special stylesheet for printing. But since > > Maybe we should add this line to the very top of the document: > > I tried adding this by hand (using emacs) it made no difference to the printout The boxes show th

Re: [Orgmode] Absolute path to images in LaTeX export

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 11:44 AM, Manish wrote: Hello, If I specify path to an image to be exported as part of a LaTeX document like specified in the manual [1], it appears as absolute path to the image. I would expect it to appear as relative path. It's a bother bec

Re: [Orgmode] HOWTO export document to wiki text?

2009-01-19 Thread Matthew Lundin
Hi Ian, Ian Barton writes: >> My dream is for wiki software that uses org files as its backend, thus >> enabling community editing of org files via the web. But that, of >> course, is only a dream at this point. >> >> > I use PmWiki (http://www.pmwiki.org) for lots of things. It stores > pages

Re: [Orgmode] Some css issues in org-export

2009-01-19 Thread Sebastian Rose
Hi Rustom, "Rustom Mody" writes: > On Mon, Jan 19, 2009 at 6:29 PM, Sebastian Rose wrote: >> >> Hm - we do not provide a special stylesheet for printing. But since > >> >> Maybe we should add this line to the very top of the document: >> >> > > I tried adding this by hand (using emacs) it mad

Re: [Orgmode] Possible Bug with Footnotes

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 11:21 AM, Ian Barton wrote: If I have a file like this: #+SETUPFILE: ~/.emacs-lisp/org-templates/level-1.org #+TITLE: Journal Pages Indexed by Year. #+STARTUP: overview #+STARTUP: hidestars #+AUTHOR: Ian Barton. #+INFOJS_OPT: view:info toc:f #+OPTI

Re: [Orgmode] HOWTO export document to wiki text?

2009-01-19 Thread Sebastian Rose
Wow - PmWiki looks great! Thanks! Matthew Lundin writes: > Hi Ian, > > Ian Barton writes: > >>> My dream is for wiki software that uses org files as its backend, thus >>> enabling community editing of org files via the web. But that, of >>> course, is only a dream at this point. >>> >>> >> I u

Re: [Orgmode] HOWTO export document to wiki text?

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 8:05 AM, Rustom Mody wrote: Uwe Koloska koloro.de> writes: there is this very nice export to text feature and the superb HTML export. And if there is no such feature yet, where do I have to start to implement it? +1 for me. I need at least two more exporters, mayb

Re: [Orgmode] Re: Link to heading in another org file

2009-01-19 Thread Daniel Clemente
Could this [[file proj.org::*some heading]] syntax be documented? I attach a simple patch: --- a/doc/org.texi +++ b/doc/org.texi @@ -2626,6 +2626,9 @@ file:/home/dominik/images/jupiter.jpg @r{file, absolute path} /home/dominik/images/jupiter.jpg @r{same as above} file:papers/last

[Orgmode] Re: HOWTO export document to wiki text?

2009-01-19 Thread Robert Goldman
I have a start on a wiki syntax exporter that I took by modifying the latex exporter (some wikis have quite extensive markup). Here's what I would like to suggest: 1. There are an infuriatingly large number of different wiki syntaxes. I'd like to suggest that we should avoid having to write a z

Re: [Orgmode] Absolute path to images in LaTeX export

2009-01-19 Thread Manish
> On Jan 19, 2009, at 11:44 AM, Manish wrote: > >> Hello, >> >> If I specify path to an image to be exported as part of a LaTeX document >> like specified in the manual [1], it appears as absolute path to the >> image. >> I would expect it to appear as relative path. It's a bother because I am >> w

[Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Hi all! I am new to the org-mode, but its been very helpfull so far :). I was wondering though, where should I put the elisp code that is sometime required? For example, when creating a project I have to set the org-publish-project-alist variable, but where that setq should be? I've put it in my

[Orgmode] Controlling float position in LaTeX export

2009-01-19 Thread Manish
Hello, A figure is exported to LaTeX with markup like below. , | \begin{figure}[htb] | \centerline{\includegraphics[scale=0.8]{./time-series.png}} | \caption{\label{fig:bt}Weekly Business Transaction over Past Two Years} | \end{figure} ` How can I replace [htb] with [H] (during the expor

[Orgmode] Re: HOWTO export document to wiki text?

2009-01-19 Thread Christian Egli
Uwe Koloska writes: > there is this very nice export to text feature and the superb HTML export. > But > is it possible to convert org to some rich text notation used in wikis? I > would like to include some of my documents into a wiki (dokuwiki and > TWiki/Foswiki). Below is another quick

[Orgmode] ATTR_LaTeX not honored - bug?

2009-01-19 Thread Manish
Hello, It seems options specified with ATTR_LaTeX for an image are not reflecting in the exported file. Yes, I did save the file and also did a C-c C-c on the "#+ATTR_LaTeX: scale=0.5" line. Steps to reproduce. Download an image. --8<---cut here---start->8---

Re: [Orgmode] elisp code location?

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 9:43 PM, David St-Hilaire wrote: > Hi all! > > I am new to the org-mode, but its been very helpfull so far :). I was > wondering though, where should I put the elisp code that is sometime > required? > > For example, when creating a project I have to set the > org-publish-pr

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 12:14 PM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: So it remains a kind-of specialistic thing. no, I wouldn't say so. textarea seems to have become quite popular in HTML online documentation. Apart from all the copy and paste stuff, textarea can do a vir

[Orgmode] Property does not seem to work

2009-01-19 Thread Ryan
Hi, When I do a "C-c / p", as per the manual, I get a "Wrong type argument: integer-or-marker-p, nil" message. I'm using EmacsW32 latest version and Org 6.16 on XP. I also tried Emacs 22.3 (plain vanilla), and I get that message there too with Org 6.17c. Any thoughts? Thanks, Ryan _

[Orgmode] CLOCKSUM and repeating TODOs

2009-01-19 Thread Marko Schütz
Dear All, when using a CLOCKSUM column with TODOs that repeat I see as the sum the sum of all times that I ever clocked on the completion of any prior occurrence. I think for this case it would make sense to sum only the time clocked since the most recently completed occurrence. I'd like to hear

Re: [Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Manish wrote: > Some of the publishing options can be kept in the org file itself but > some others would need to defined as part of org-publish-project-alist > itself only. Is there a reason why you do not wish to keep the settings > in .emacs file? No reason, I was just trying to understand how

Re: [Orgmode] elisp code location?

2009-01-19 Thread Scot Becker
I can't say if 6.05 is too old for publishing, but I can say that you probably won't regret the upgrade. The versions since then add a lot of nice new things. And it's is pretty easy to keep up to date on Linux with the shell script linked to on the orgmode homepage. It takes a few minutes to fi

Re: [Orgmode] elisp code location?

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 11:33 PM, David St-Hilaire wrote: > Manish wrote: >> Some of the publishing options can be kept in the org file itself but >> some others would need to defined as part of org-publish-project-alist >> itself only. Is there a reason why you do not wish to keep the settings >>

Re: [Orgmode] elisp code location?

2009-01-19 Thread Matthew Lundin
Hi David, David St-Hilaire writes: > > No reason, I was just trying to understand how to publishing system > works. I couldn't make it work so far. I now have setup my project > alist in my .emacs file (and reloaded my .emacs) and when I try to > publish my project, nothing happens... When prec

Re: [Orgmode] CLOCKSUM and repeating TODOs

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 11:16 PM, Marko wrote: > Dear All, > > when using a CLOCKSUM column with TODOs that repeat I see as the sum > the sum of all times that I ever clocked on the completion of any > prior occurrence. I think for this case it would make sense to sum > only the time clocked since

Re: [Orgmode] Property does not seem to work

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 10:58 PM, Ryan wrote: > Hi, > When I do a "C-c / p", as per the manual, I get a "Wrong type argument: > integer-or-marker-p, nil" message. > I'm using EmacsW32 latest version and Org 6.16 on XP. I also tried Emacs > 22.3 (plain vanilla), and I get that message there too with

[Orgmode] Org mode and ikiwiki

2009-01-19 Thread Manish
Has anybody played around with mixing Org mode and ikiwiki (http://ikiwiki.info/)? -- 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-orgmod

Re: [Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Matthew Lundin wrote: > Hi David, > > David St-Hilaire writes: > >> No reason, I was just trying to understand how to publishing system >> works. I couldn't make it work so far. I now have setup my project >> alist in my .emacs file (and reloaded my .emacs) and when I try to >> publish my projec

[Orgmode] Re: ATTR_LaTeX not honored - bug?

2009-01-19 Thread Manish
On Mon, Jan 19, 2009 at 10:13 PM, Manish wrote: > Hello, > > It seems options specified with ATTR_LaTeX for an image are not > reflecting in the exported file. Yes, I did save the file and also did > a C-c C-c on the "#+ATTR_LaTeX: scale=0.5" line. > > Steps to reproduce. > > Download an image. >

[Orgmode] label and ref in latex export

2009-01-19 Thread Manish
Hello, How do I refer to labels created for tables and figures in Org mode so it appears in LaTeX export? Currently I am using a BEGIN_LaTeX and END_LaTeX to enclose \ref like so. I am sure this is not how it was intended to be used but I couldn't locate anything in documentation. , | Pleas

Re: [Orgmode] HOWTO export document to wiki text?

2009-01-19 Thread Ian Barton
Yes, I use PmWiki myself and think it's great. However, custom markup rules would work only as a partial solution here, since PmWiki stores pages (with all diffs) in its own peculiar flat file format that can't really be edited directly. (Take a look at the files in your wiki.d directory.) I s

Re: [Orgmode] Property does not seem to work

2009-01-19 Thread Ryan
Would anyone else have any suggestions? I'm really wanting to use this feature. Should I get the latest from git and try that? I wouldn't have thought anything to do with this feature would have changed in the recent past. Thanks for any suggestions or recommendations. I'm not really sure how t

[Orgmode] Re: Property does not seem to work

2009-01-19 Thread Tassilo Horn
Ryan writes: Hi Ryan, > When I do a "C-c / p", as per the manual, I get a "Wrong type > argument: integer-or-marker-p, nil" message. Do `M-x toggle-debug-on-error' before `C-c / p' and send us the backtrace. Bye, Tassilo -- Richard Stallman's left and right hands are named "apply" and "eval"

[Orgmode] Problem with org-remember

2009-01-19 Thread Mark Elston
Hi, I am having trouble getting org-remember to work. I have (require 'org) with several other org related settings in my .emacs but when I try M-x org-remember on a TODO item (or anywhere else) I get: Debugger entered--Lisp error: (error "Autoloading failed to define function org-remember")

Re: [Orgmode] Problem with org-remember

2009-01-19 Thread Nick Dokos
Mark Elston wrote: > Hi, > > I am having trouble getting org-remember to work. I have > (require 'org) with several other org related settings in my > .emacs but when I try M-x org-remember on a TODO item (or anywhere > else) I get: > > > Emacs 22.3.1 > Windows XP > org-mode 6.17c > Does re

Re: [Orgmode] Problem with org-remember

2009-01-19 Thread Mark Elston
Nick, It helps with the first problem, the autoload problem. I didn't see this in the manual anywhere. However, while it brings up a *Remember* window it doesn't populate it with any of the templates I have set up (basically I copied what was in the texinfo doc). And when I write something in

Re: [Orgmode] label and ref in latex export

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 8:26 PM, Manish wrote: Hello, How do I refer to labels created for tables and figures in Org mode so it appears in LaTeX export? Currently I am using a BEGIN_LaTeX and END_LaTeX to enclose \ref like so. I am sure this is not how it was intended to be used but I couldn't

[Orgmode] Re: 23.0.60; org-mode does not honour shift-select-mode

2009-01-19 Thread Carsten Dominik
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-

Re: [Orgmode] Controlling float position in LaTeX export

2009-01-19 Thread Carsten Dominik
No, there is no such option yet... - Carsten On Jan 19, 2009, at 5:10 PM, Manish wrote: Hello, A figure is exported to LaTeX with markup like below. , | \begin{figure}[htb] | \centerline{\includegraphics[scale=0.8]{./time-series.png}} | \caption{\label{fig:bt}Weekly Business Transa

Re: [Orgmode] Problem with org-remember

2009-01-19 Thread Mark Elston
Nick, I got it working. As I was looking at my .emacs I noticed that I had commented out the line: (org-remember-insinuate) Once I uncommented this line it worked as expected. I see that this function does largely what yours does. And, yes, I see the mention of org-install in sec 1.2. I ha

Re: [Orgmode] Problem with org-remember

2009-01-19 Thread Mark Elston
Nick, I'm always glad to be of service ... :) Thanks for helping me track this all down. Mark * Nick Dokos wrote (on 1/19/2009 1:32 PM): Mark Elston wrote: I got it working. As I was looking at my .emacs I noticed that I had commented out the line: (org-remember-insinuate) Once I unco

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Carsten Dominik
On Jan 19, 2009, at 6:16 PM, Carsten Dominik wrote: On Jan 19, 2009, at 12:14 PM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: So it remains a kind-of specialistic thing. no, I wouldn't say so. textarea seems to have become quite popular in HTML online documentation. Apart f

Re: [Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Sebastian Rose
Awesome, thanks!! Sebastian Carsten Dominik writes: > On Jan 19, 2009, at 6:16 PM, Carsten Dominik wrote: > >> >> On Jan 19, 2009, at 12:14 PM, Ulf Stegemann wrote: >> >>> Hi Carsten, >>> >>> Carsten Dominik wrote: >>> So it remains a kind-of specialistic thing. >>> >>> no, I wouldn't

Re: [Orgmode] label and ref in latex export

2009-01-19 Thread Manish
On Tue, Jan 20, 2009 at 2:17 AM, Carsten Dominik wrote: > > On Jan 19, 2009, at 8:26 PM, Manish wrote: > >> Hello, >> >> How do I refer to labels created for tables and figures in Org mode so >> it appears in LaTeX export? >> >> Currently I am using a BEGIN_LaTeX and END_LaTeX to enclose \ref like

Re: [Orgmode] Org mode and ikiwiki

2009-01-19 Thread David Bremner
Manish wrote: >Has anybody played around with mixing Org mode and ikiwiki >(http://ikiwiki.info/)? See for example http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/ ___ Emacs-orgmode mailing list Remember: us

Re: [Orgmode] Controlling float position in LaTeX export

2009-01-19 Thread Manish
> On Jan 19, 2009, at 5:10 PM, Manish wrote: > >> Hello, >> >> A figure is exported to LaTeX with markup like below. >> >> , >> | \begin{figure}[htb] >> | \centerline{\includegraphics[scale=0.8]{./time-series.png}} >> | \caption{\label{fig:bt}Weekly Business Transaction over Past Two Years} >>

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

2009-01-19 Thread Alan E. Davis
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-m

Re: [Orgmode] Re: Link to heading in another org file

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 4:36 PM, Daniel Clemente wrote: Could this [[file proj.org::*some heading]] syntax be documented? I attach a simple patch: --- a/doc/org.texi +++ b/doc/org.texi @@ -2626,6 +2626,9 @@ file:/home/dominik/images/jupiter.jpg @r{file, absolute

Re: [Orgmode] Controlling float position in LaTeX export

2009-01-19 Thread Carsten Dominik
On Jan 20, 2009, at 3:33 AM, Manish wrote: On Jan 19, 2009, at 5:10 PM, Manish wrote: Hello, A figure is exported to LaTeX with markup like below. , | \begin{figure}[htb] | \centerline{\includegraphics[scale=0.8]{./time-series.png}} | \caption{\label{fig:bt}Weekly Business Transaction o

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

2009-01-19 Thread Russell Adams
Alan, I wanted to do similar, just to let me do quick data entry via remember. The org validation kept tripping me up and I set it aside. Please let us know if you figure it out. Perhaps there should be a destination type of "append"? On Tue, Jan 20, 2009 at 03:04:44PM +1000, Alan E. Davis wro