Re: Bug: Orgmode export takes "AC:" as a link keyword [9.5 (nil @ /Users/junwei/.emacs.d/.local/straight/build-27.1/org-mode/)]

2020-12-15 Thread Kyle Meyer
Junwei Wang writes: > How can I let orgmode disable some built-in links if it allows? (The > escape character solution sounds not ideal.) Sorry, I don't have any other solutions aside from pruning the entries you don't want from org-link-parameters (see org-link-set-parameters for function

Re: Bug: Orgmode export takes "AC:" as a link keyword [9.5 (nil @ /Users/junwei/.emacs.d/.local/straight/build-27.1/org-mode/)]

2020-12-13 Thread Junwei Wang
Thank you very much for your quick reply. How can I let orgmode disable some built-in links if it allows? (The escape character solution sounds not ideal.) On 13/12/2020 07:05, Kyle Meyer wrote: Junwei Wang writes: When exporting orgmode file into HTML file, the exporter "mistakely"

Re: Bug: Orgmode export takes "AC:" as a link keyword [9.5 (nil @ /Users/junwei/.emacs.d/.local/straight/build-27.1/org-mode/)]

2020-12-12 Thread Kyle Meyer
Junwei Wang writes: > When exporting orgmode file into HTML file, the exporter "mistakely" > consider "AC:" as some keyword for linking and the string following > "AC:" would be something link to. It looks like org-ref is setting up these links for you. Here's the relevant bit from the

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
From: Nicolas Goaziou <m...@nicolasgoaziou.fr> Subject: Re: Bug: the code(convert the file to objc-mode) cause orgmode export to html file error Date: Tue, 26 Dec 2017 14:35:18 +0100 > Your function doesn't handle buffers not associated to a file. You may > want to try > &g

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread Nicolas Goaziou
陈泼杨 writes: > > (add-to-list 'magic-mode-alist > `(,(lambda () > (and (equal (file-name-extension buffer-file-name) "h") >

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
From: Nicolas Goaziou <m...@nicolasgoaziou.fr> Subject: Re: Bug: the code(convert the file to objc-mode) cause orgmode export to html file error Date: Tue, 26 Dec 2017 12:28:47 +0100 > Hello, > > =E9=99=88=E6=B3=BC=E6=9D=A8 <chenpoy...@163.com> writes: > >> .h fi

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread Nicolas Goaziou
Hello, 陈泼杨 writes: > .h file use c/c++ mode or objc-mode base on it's content, so there is > emacswiki solution there: > https://www.emacswiki.org/emacs/ObjectiveCMode, so i put the the code in my > configuration: > > ;; header .h add to objc-mode, this cause org unable to

[O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread 陈泼杨
.h file use c/c++ mode or objc-mode base on it's content, so there is emacswiki solution there: https://www.emacswiki.org/emacs/ObjectiveCMode, so i put the the code in my configuration: ;; header .h add to objc-mode, this cause org unable to export to html file (add-to-list 'magic-mode-alist

Re: [O] table.el orgmode export html or latex use table-generate-source

2016-04-06 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> However when I try to export a org file with a table controlled by >> table.el I run into a problem. I have to convert it to a org-table and >> in this process

Re: [O] table.el orgmode export html or latex use table-generate-source

2016-04-06 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > However when I try to export a org file with a table controlled by > table.el I run into a problem. I have to convert it to a org-table and > in this process things like splitting cells are lost. Why do you have to do that? Could you show an ECM? >

[O] table.el orgmode export html or latex use table-generate-source

2016-04-06 Thread Uwe Brauer
hi It is great that in orgmode I can edit tables, which are controlled by table.el, since table.el for example allows to split and joins cells, which org-table does not. However when I try to export a org file with a table controlled by table.el I run into a problem. I have to convert it to a

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-09 Thread suvayu ali
Hi, On Thu, Feb 9, 2012 at 04:12, Haisheng Wu fre...@gmail.com wrote: As you would see, the `CJK` is nested in the `document`, therefore, title which is in Chinese as well can not display correctly. Any ideas? Well, when it comes to utf8 export, I always recommend xelatex or lualatex. :)

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-09 Thread Eric Abrahamsen
On Thu, Feb 09 2012, suvayu ali wrote: Hi, On Thu, Feb 9, 2012 at 04:12, Haisheng Wu fre...@gmail.com wrote: As you would see, the `CJK` is nested in the `document`, therefore, title which is in Chinese as well can not display correctly. Any ideas? Well, when it comes to utf8 export, I

[O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
Hi guys, What I'd like to do is exporting a Chinese file into latex then convert to a pdf file. It failed to display Chinese characters then I search google for help and finding I need CJK package according to this post. http://www.math.nus.edu.sg/aslaksen/cs/cjk.html Unfortunately it is

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread suvayu ali
Hi, On Wed, Feb 8, 2012 at 10:07, Haisheng Wu fre...@gmail.com wrote: #+LaTeX_HEADER: \usepackage{CJK} #+LaTeX_HEADER: \begin{CJK}{UTF8}{gbsn} Have you tried the following instead? #+LaTeX_HEADER: \usepackage{CJK} #LaTeX: \begin{CJK}{UTF8}{gbsn} some text in chinese #LaTeX: \end{CJK}{test}

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi, On Wed, Feb 8, 2012 at 10:07, Haisheng Wu fre...@gmail.com wrote: #+LaTeX_HEADER: \usepackage{CJK} #+LaTeX_HEADER: \begin{CJK}{UTF8}{gbsn} Have you tried the following instead? #+LaTeX_HEADER: \usepackage{CJK} #LaTeX:

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
I think it is `#+Latex` rather than `#Latex`. The former one works for me. Thanks a lot! -Simon On Thu, Feb 9, 2012 at 10:04 AM, Nick Dokos nicholas.do...@hp.com wrote: suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi, On Wed, Feb 8, 2012 at 10:07, Haisheng Wu fre...@gmail.com wrote:

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread suvayu ali
On Thu, Feb 9, 2012 at 03:21, Haisheng Wu fre...@gmail.com wrote: I think it is `#+Latex` rather than `#Latex`. The former one works for me. Yes, both you and Nick are correct. :) Sorry for the typo. -- Suvayu Open source is the future. It sets us free.

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: On Thu, Feb 9, 2012 at 03:21, Haisheng Wu fre...@gmail.com wrote: I think it is `#+Latex` rather than `#Latex`. The former one works for me. Yes, indeed. Yes, both you and Nick are correct. :) Sorry for the typo. Didn't catch the typo

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
aha...actually I just found one exception. By using the approach you suggested, the generated tex will be like: \title{吴海生} \begin{document} \maketitle \begin{CJK}{UTF8}{gbsn} ... ... As you would see, the `CJK` is nested in the `document`, therefore, title which is in Chinese as well can not

[O] emacs-orgmode export problem solved

2011-05-05 Thread Jude DaShiell
the emacs-w3m.SlackBuild script had a defect in it on line 59. Once I fixed that defect emacs-w3m works correctly and that makes org-mode work correctly too. This was smoke from a distant fire on which org-mode depended.

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-02-27 Thread David Maus
At Mon, 31 Jan 2011 19:45:29 +0100, Bastien wrote: David Maus dm...@ictsoc.de writes: Attached patch factors out the link handling part of `org-export-as-html' in a separat function which takes the processed line and the exporting options as arguments and returns the possibly modified

[Orgmode] :export: tag shows up in headings of output pdf

2011-02-11 Thread phaebz
I am using org-mode 7.3 release. Problem: A file such as * heading to be exported :export: * some other heading gets exported to 1. heading to be exported :export: With a literal :export: tag in the pdf output heading. I have not customized any relevant export options. Do I miss something?

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Christopher Allan Webber
I do this for generating work reports, but all I do is #+begin_src emacs-lisp (setq org-log-done 'time) (setq org-log-state-notes-into-drawer t) #+end_src To enable logging (second line is to prevent cluttering things up) Then in the agenda: press v l to enable logging press v a to enable

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Marcelo de Moraes Serpa
Christopher, thank you very much! Although I have been using org for quite some time, I never really spend time going through the manual and learning all the nuances of the agenda, and I often forget how powerful it is. It would really nice if we had an agenda command to export all of this as a

Re: [Orgmode] export weekly completed/late items

2011-02-09 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: Although I have been using org for quite some time, I never really spend time going through the manual and learning all the nuances of the agenda, and I often forget how powerful it is. It's a good read :) It would really nice

[Orgmode] Export error. Have a look at my backtrace?

2011-02-08 Thread Jeff Horn
Hey orgsters, Export started behaving weirdly for me earlier this week. When I export to HTML or ASCII to a temporary buffer, I get the attached backtrace. This occurs in emacs 24 (Aquamacs) with org-mode 7.4. The error does not occur if I export to file. Also, exporting to a temporary buffer

Re: [Orgmode] export weekly completed/late items

2011-02-08 Thread Marcelo de Moraes Serpa
This is a great idea, and one I would use myself. I don't think you could configure the agenda to build something like that though, I'd say we'd need to come up with some custom elisp code or a script that parses the org archive file and does the dirty job. Marcelo. On Mon, Feb 7, 2011 at 2:04

Re: [Orgmode] export weekly completed/late items

2011-02-08 Thread Kyle Farrell
I'm a bit of a newbie to org-mode, so where should I start to look at this? Is there existing functionality in either org-agenda or org-export that would be a good starting point? Marcelo de Moraes Serpa wrote: This is a great idea, and one I would use myself. I don't think you could

[Orgmode] export weekly completed/late items

2011-02-07 Thread Kyle Farrell
I'm trying to create a weekly report of items completed or outstanding. I'd like to bucket these by status. I've got my entries with a DEADLINE calendar date set. For example given the org input: * TODO Fix bug for software project X DEADLINE: 2011-02-07 Mon * DONE Update documentation for

[Accepted] [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-31 Thread Bastien Guerry
MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Orgmode] Export issue of URL when the text begins with a =?UTF-8?B?ZGF0ZeKAjw==?= Date: Sun, 30 Jan 2011 22:20:28 - From: David Maus dm...@ictsoc.de X-Patchwork-Id: 565 Message-Id: 87sjwae2ar.wl%dm...@ictsoc.de

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-31 Thread Bastien
David Maus dm...@ictsoc.de writes: Attached patch factors out the link handling part of `org-export-as-html' in a separat function which takes the processed line and the exporting options as arguments and returns the possibly modified line. Having the link handling in a separate function

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-30 Thread David Maus
At Mon, 17 Jan 2011 18:55:54 +0100, Bastien wrote: David Maus dm...@ictsoc.de writes: It seems that such a non-regression test base and script do not exist. However that would be good to have in order to check that any correction does not break anything. That's exactly what the

[Orgmode] export Org file as UTF-8 text file generate error and do not output file

2011-01-30 Thread Carl Bolduc
When I do C-c C-e u to export an Org file as UTF-8 text file, I get the following message: if: Wrong type argument: commandp, org-export-as-utf8 and nothing is exported. Exporting to ASCII works as expected. I run Emacs 23.2.1 on Windows 7 and Org's version is 7.3. Carl

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-17 Thread Bastien
David Maus dm...@ictsoc.de writes: It seems that such a non-regression test base and script do not exist. However that would be good to have in order to check that any correction does not break anything. That's exactly what the testing framework[1] could and should do. I've just not

RE: [Orgmode] Export issue of URL when the text begins with a date

2011-01-16 Thread Vincent Belaïche
Date: Sat, 15 Jan 2011 07:40:35 +0100 From: dm...@ictsoc.de To: vincent@hotmail.fr Subject: Re: [Orgmode] Export issue of URL when the text begins with a date‏ CC: dm...@ictsoc.de; emacs-orgmode@gnu.org At Fri, 14 Jan 2011 22:12:07 +0100, Vincent Belaïche wrote: Thank-you David again

RE: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-14 Thread Vincent Belaïche
[...] My understanding is that the bug resides in this very expression. Thanks for the investigation. As it turned out the problem was not with the regular expression but with the order in which different pieces of Org mode markup were processed by `org-export-as-html'. First the exporter

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-14 Thread David Maus
At Fri, 14 Jan 2011 22:12:07 +0100, Vincent Belaïche wrote: Thank-you David again for carrying out this correction. By the way, I noticed in the source tree that has a test base, that there is some testing sub-directory. I was expecting that there would be a list of testNN.org testNN.tex

[Orgmode] Export issue of URL when the text begins with a date‏

2011-01-13 Thread Vincent Belaïche
Hello, I have made some invesitgation, and I found that the problem happens in the call of function org-export-as-html. On line 522 of this function, this is the following line: (while (string-match org-bracket-link-analytic-regexp++ line start) When the line containing the link is processed,

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-01-13 Thread David Maus
At Thu, 13 Jan 2011 23:00:30 +0100, Vincent Belaïche wrote: Hello, I have made some invesitgation, and I found that the problem happens in the call of function org-export-as-html. On line 522 of this function, this is the following line: (while (string-match

[Orgmode] Export issue of URL when the text begins with a date

2011-01-12 Thread Vincent Belaïche
Hello, Here is an example org file: --- * some example [[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]] --- When I export this with

[Orgmode] Export issue of URL when the text begins with a date

2011-01-05 Thread Vincent Belaïche
Hello, Here is an example org file: --- * some example [[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]] --- When I export this with

Re: [Orgmode] export comments in LaTeX ?

2011-01-04 Thread Bastien
e20100633 e20100...@inbox.lv writes: I found in the manual that commented lines will *not* be exported. But I'd like to know if there's a hook around allowing to export comments from org-mode to LaTeX (I mean, comments will appear in the dvi/pdf in some way). On top of other solutions

[Orgmode] export html - doc

2010-12-20 Thread Eric Abrahamsen
I know this is an awfully tired topic, and I'll be thrilled when the odt exporter is ready, but in the meantime exporting to HTML and then either opening or copying/pasting into OpenOffice is not working for me, while it does seem to be working for other people. I'm on Ubuntu, Emacs 23.3 and

Re: [Orgmode] Export to LaTeX bug

2010-12-14 Thread Francesco Pizzolante
Hi, Please ignore this thread. This problem was coming from a bug in my .emacs file. *I* was doing weird things with the org-export-latex-packages-alist variable: (add-to-list 'org-export-latex-packages-alist '((T1 fontenc) ( fixltx2e)

[Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread Joost Kremers
Hi all, If I export (part of) an org-mode file to LaTeX, the LaTeX file is created in the same directory as the org-mode file. Is there a way to specify the file should go somewhere else? Googling and looking through the manual didn't give me anything concrete. There is apparently a property

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread suvayu ali
On Mon, Dec 13, 2010 at 11:47 AM, Joost Kremers joostkrem...@fastmail.fm wrote: There is apparently a property EXPORT_FILE_NAME, but setting this doesn't seem to have any effect. (Though I may be using it wrong, there wasn't any description or example of it in the manual... Plus, I'd like to be

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread Joost Kremers
On Mon, Dec 13, 2010 at 12:07:56PM +0100, suvayu ali wrote: [EXPORT_FILE_NAME] I think you have to set it as a property for the sub-tree you are trying to export. So whenever you export only that sub-tree, the file name will be taken from that property. I tried various incantations, including

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread suvayu ali
Hi Joost, On Mon, Dec 13, 2010 at 12:34 PM, Joost Kremers joostkrem...@fastmail.fm wrote: On Mon, Dec 13, 2010 at 12:07:56PM +0100, suvayu ali wrote: For setting the directory you could try something like 'directory/filename.pdf' instead of just the usual file name. (untested) I am not aware

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread Joost Kremers
On Mon, Dec 13, 2010 at 12:52:41PM +0100, suvayu ali wrote: I just tested this, it seems to work as expected. * Smearing :smear: :PROPERTIES: :EXPORT_FILE_NAME: tmp/smearing.html :END: ** Some sub-tree 1 ** Some sub-tree

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread suvayu ali
Hi, On Mon, Dec 13, 2010 at 4:43 PM, Joost Kremers joostkrem...@fastmail.fm wrote: it works if i export a subtree (C-c C-e 1 l), but not if i export a region (set mark, highlight region, then C-c C-e l). I think I had missed your earlier comment about exporting regions. also, it doesn't

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread Joost Kremers
On Mon, Dec 13, 2010 at 10:57:45AM -0500, Nick Dokos wrote: Joost Kremers joostkrem...@fastmail.fm wrote: If I export (part of) an org-mode file to LaTeX, the LaTeX file is created in the same directory as the org-mode file. Is there a way to specify the file should go somewhere else?

Re: [Orgmode] Export LaTeX file to different directory?

2010-12-13 Thread Jeff Horn
On Mon, Dec 13, 2010 at 12:15 PM, Joost Kremers joostkrem...@fastmail.fm wrote: i'm using org version 7.4, if that's relevant at all. the variable org-export-publishing-directory is defined in org-exp.el (with defvar and a FIXME...), but it's not used anywhere in a meaningful way, AFAICT. That

[Orgmode] Export to LaTeX bug

2010-12-09 Thread Francesco Pizzolante
Hi, Exporting to LaTeX generates a weird a usepackage line (with fixltx2e). Here's a simple example: --8---cut here---start-8--- #+TITLE: Test export LaTeX * This is a simple test --8---cut here---end---8--- Look at the

Re: [Orgmode] Export of quoted region to HTML

2010-12-08 Thread Nicolas Goaziou
Hello, Vincent Belaïche writes: The /li/ul closure is missing. Is that a bug? At the moment, there is no real support for lists inside blocks. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Export of quoted region to HTML

2010-12-07 Thread Vincent Belaïche
Hello, In the following: --- * grmag, #+begin_quote flkan mvrj: + vfdeovndeq vdQ GV DRGB RGH RF HR H RH TR HTR HTZNTS FEZ GFE GEGERBGER EGAGEG FEZ AGG ERG R GHRA + fe zf el eaglv erg rbg ergnr brpa bgrek bgrekbg rekbg er

Re: [Orgmode] Export of quoted region to HTML

2010-12-07 Thread Jeff Horn
What happens if you add two blank lines after your last list item, before closing the quote? On Tue, Dec 7, 2010 at 3:06 PM, Vincent Belaïche vincent@hotmail.fr wrote: Hello, In the following: --- * grmag,

[Orgmode] export comments in LaTeX ?

2010-11-22 Thread e20100633
Hello, I found in the manual that commented lines will *not* be exported. But I'd like to know if there's a hook around allowing to export comments from org-mode to LaTeX (I mean, comments will appear in the dvi/pdf in some way). I have bunch of files in org-mode with comments, and I need to

Re: [Orgmode] export comments in LaTeX ?

2010-11-22 Thread Juan Pechiar
Hi, Maybe you can easily regexp-replace all 'COMMENT' keywords for a tag (like :noexport:). Then there are header options for tags which should be included / excluded on export. #+EXPORT_SELECT_TAGS: Tags that select a tree for export #+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree

[Orgmode] Export bug?

2010-10-19 Thread Alan L Tyree
I can't find anything about this in the manual. Is it a bug? These lines: Victoria v Permewan Wright Co Ltd/ (1914) 19 CLR 457 said (at 467) that the words were a danger signal to anyone who dealt with the cheque. export as though the 467) was the beginning of an enumerated list. It happens in

Re: [Orgmode] Export bug?

2010-10-19 Thread Nick Dokos
Alan L Tyree alanty...@gmail.com wrote: I can't find anything about this in the manual. Is it a bug? These lines: Victoria v Permewan Wright Co Ltd/ (1914) 19 CLR 457 said (at 467) that the words were a danger signal to anyone who dealt with the cheque. export as though the 467) was

Re: [Orgmode] Export bug?

2010-10-19 Thread Alan L Tyree
On Tue, 19 Oct 2010 19:16:35 -0400 Nick Dokos nicholas.do...@hp.com wrote: Alan L Tyree alanty...@gmail.com wrote: I can't find anything about this in the manual. Is it a bug? These lines: Victoria v Permewan Wright Co Ltd/ (1914) 19 CLR 457 said (at 467) that the words were a

[Orgmode] export

2010-10-11 Thread Jörg Hagmann
regarding export to latex: When exporting to latex (C-e, l) a new frame opens (it didn't before). There must be a customization option for avoiding that, but I can't find it. Emacs 23.2.1, recent pull. Thanks, Jörg ___ Emacs-orgmode mailing

[Orgmode] Export Headings Only?

2010-10-09 Thread Ning Bao
Hi! First of all, I have to say Org-mode rocks. I am a law student. I have been using Org-mode for my case brief, notes, and most importantly, the outline for certain area of law. One question I had is that I am not sure if I could choose to export only headings to a PDF file. For example, I

[Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have an org file (report.org) which creates a report. Now I want to do a few things with the resulting report, before I create it to run a simulation, and afterwards copy it into a directory with a name linked to some parameter of the

Re: [Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 12:17, Sebastian Rose wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi I have an org file (report.org) which creates a report. Now I want to do a few things with the resulting report, before I create it to run a simulation, and

Re: [Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Sebastian Rose
Rainer M Krug r.m.k...@gmail.com writes: Hi I have an org file (report.org) which creates a report. Now I want to do a few things with the resulting report, before I create it to run a simulation, and afterwards copy it into a directory with a name linked to some parameter of the

[Orgmode] Export function to Vcal file

2010-09-10 Thread d . tchin
Hi I see that there is org-export-icalendar-* functions. Is there a function that allows to export to *.vcs file which are recognized by Palm Os ? Regards ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] export to latex broken

2010-08-20 Thread Puneeth
Hi, Exporting from org to LaTeX is broken on the master. Git bisect gives the bad commit as 034dbac3eecd Search for LaTeX setup case-insensitively -- Puneeth ps : Thanks to ngz for a patient IRC tutorial on git bisect. ___ Emacs-orgmode mailing list

Re: [Orgmode] export to latex broken

2010-08-20 Thread Eric S Fraga
On Fri, 20 Aug 2010 20:06:34 +0530, Puneeth puncha...@gmail.com wrote: Hi, Exporting from org to LaTeX is broken on the master. Git bisect gives the bad commit as 034dbac3eecd Search for LaTeX setup case-insensitively I can confirm it's broken. I've not had time to really track down

Re: [Orgmode] export to latex broken

2010-08-20 Thread Carsten Dominik
On Aug 20, 2010, at 4:36 PM, Puneeth wrote: Hi, Exporting from org to LaTeX is broken on the master. Git bisect gives the bad commit as 034dbac3eecd Search for LaTeX setup case-insensitively OK, I have reverted it. Can you please describe what happened? Thanks - Carsten

Re: [Orgmode] export to latex broken

2010-08-20 Thread Puneeth
On Fri, Aug 20, 2010 at 9:55 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Aug 20, 2010, at 4:36 PM, Puneeth wrote: Hi, Exporting from org to LaTeX is broken on the master. Git bisect gives the bad commit as 034dbac3eecd Search for LaTeX setup case-insensitively OK, I have

Re: [Orgmode] export to latex broken

2010-08-20 Thread Eric S Fraga
On Fri, 20 Aug 2010 18:25:16 +0200, Carsten Dominik carsten.domi...@gmail.com wrote: On Aug 20, 2010, at 4:36 PM, Puneeth wrote: Hi, Exporting from org to LaTeX is broken on the master. Git bisect gives the bad commit as 034dbac3eecd Search for LaTeX setup case-insensitively

[Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Hello, sorry for the beautifier question. I'm trying to export an org document with some TODO tasks to a PDF file. And I get the output in the PDF file for the TODO keyword like this: *{TODO}* * * But i want it simple *TODO or [TODO].* * * I don't want to have those curly brackets at the

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Carsten Dominik
On Aug 16, 2010, at 10:39 AM, Rares Pop wrote: Hello, sorry for the beautifier question. I'm trying to export an org document with some TODO tasks to a PDF file. And I get the output in the PDF file for the TODO keyword like this: {TODO} But i want it simple TODO or [TODO]. I don't

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Hi Carsten, I've attached the org file and the exported PDF file. I'm using org-6.35i and export settings are the default ones. Thanks again for trying to help, Rares On Mon, Aug 16, 2010 at 11:45 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Aug 16, 2010, at 10:39 AM, Rares Pop

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Carsten Dominik
Hi, I cannot reproduce this problem. Best wishes - Carsten On Aug 16, 2010, at 11:06 AM, Rares Pop wrote: Hi Carsten, I've attached the org file and the exported PDF file. I'm using org-6.35i and export settings are the default ones. Thanks again for trying to help, Rares On Mon, Aug

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Carsten, I've found part of the problem but I don't know the cause. The *.tex file was generated with curly brackets (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file And if I remove the slashes(*\ \)* signs the latex code will be something like this (e.g

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Simon Brown
Hi Rares, At Mon, 16 Aug 2010 14:27:47 +0300, Rares Pop rares@gmail.com wrote: I've found part of the problem but I don't know the cause. The *.tex file was generated with curly brackets (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file And if I remove the slashes(*\

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Thanks, I'll upgrade then. Rares On Mon, Aug 16, 2010 at 4:14 PM, Simon Brown si...@cliffestones.demon.co.uk wrote: Hi Rares, At Mon, 16 Aug 2010 14:27:47 +0300, Rares Pop rares@gmail.com wrote: I've found part of the problem but I don't know the cause. The *.tex file was

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Sebastian Rose
Rares Pop rares@gmail.com writes: Carsten, I've found part of the problem but I don't know the cause. The *.tex file was generated with curly brackets (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file And if I remove the slashes(*\ \)* signs the latex code will be

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
From what I found so far there are no macros involved here. I'll perform the upgrade to the latest version and see how if it's fixed. Thanks to all, Rares On Mon, Aug 16, 2010 at 5:08 PM, Sebastian Rose sebastian_r...@gmx.dewrote: Rares Pop rares@gmail.com writes: Carsten, I've

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Nick Dokos
Rares Pop rares@gmail.com wrote: From what I found so far there are no macros involved here. I'll perform the upgrade to the latest version and see how if it's fixed. It *was* a bug: it was fixed by this commit: , | | commit be232c4c212283ca6311cfe35c0bae7719146e55 | Author:

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Puneeth
On Mon, Aug 16, 2010 at 9:12 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi everyone, this has now been a 10-message thread about a bug that was fixed a while ago. Please, if you submit a bug report, one part of your required homework is to try with the latest version of Org-mode

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Carsten Dominik
Hi everyone, this has now been a 10-message thread about a bug that was fixed a while ago. Please, if you submit a bug report, one part of your required homework is to try with the latest version of Org-mode available before claiming there is a bug. Thanks! - Carsten On Aug 16, 2010, at

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Carsten Dominik
On Aug 16, 2010, at 5:49 PM, Puneeth wrote: On Mon, Aug 16, 2010 at 9:12 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi everyone, this has now been a 10-message thread about a bug that was fixed a while ago. Please, if you submit a bug report, one part of your required homework

Re: [Orgmode] Export emails from Lotus Notes to org-mode?

2010-08-08 Thread David Maus
Johan Ekh wrote: Hi all, I have to use Lotus Notes at work. I often get emails with reference material, other than the text, e.g. attached files or inline pictures. Is it possible to export the entire email, including this reference material, into something that I can link to from within

Re: [Orgmode] Export: Using LaTeX \timestamp and or customising title header

2010-08-06 Thread Bastien
Hi Mash, 'Mash mash...@toshine.net writes: I have started experimenting with publishing outlines to PDF, and have been trying to sort out basic styling, mainly because the default export looks terrible. The default LaTeX export looks like a simple LaTex file. I disabled the title header as

[Orgmode] Export: Using LaTeX \timestamp and or customising title header

2010-08-05 Thread 'Mash
Afternoon, I have started experimenting with publishing outlines to PDF, and have been trying to sort out basic styling, mainly because the default export looks terrible. I disabled the title header as I want my first outline to be the first thing at the top of the page. The problem is that I

[Orgmode] Export emails from Lotus Notes to org-mode?

2010-08-03 Thread Johan Ekh
Hi all, I have to use Lotus Notes at work. I often get emails with reference material, other than the text, e.g. attached files or inline pictures. Is it possible to export the entire email, including this reference material, into something that I can link to from within org-mode? Johan

[Orgmode] export to latex book ?

2010-07-20 Thread Piter_
Hi all I try to export my org file into Latex book by adding: #+LaTeX_CLASS: book bu I get: org-export-latex-set-initial-vars: No definition for class `book ' in `org-export-latex-classes' But if I go into Org-Customize I can see it there. What can be wrong? Thanks. Petro. P.S. It actually does

Re: [Orgmode] export to latex book ?

2010-07-20 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: On Tue, Jul 20, 2010 at 9:55 AM, Piter_ x.pi...@gmail.com wrote: Hi all I try to export my org file into Latex book by adding: #+LaTeX_CLASS: book bu I get: org-export-latex-set-initial-vars: No definition for class `book ' in

Re: [Orgmode] Export of latex source to html

2010-07-08 Thread Rainer M Krug
Hi Eric Thanks for your comments. I will look into both of them. Cheers, Rainer On Wed, Jul 7, 2010 at 1:17 PM, Eric S Fraga ucec...@ucl.ac.uk wrote: Following up on my own message, one thing to consider is that generating the figure in latex creates a PDF that takes up the whole page

[Orgmode] Export of latex source to html

2010-07-07 Thread Rainer M Krug
Hi I created the attached latex.org based on the example with pgf/tikz and it exports fine into a pdf. But export to html causes the problem, that I get only a link to the created graph. If I change :file to :file fsa.png, an image is included but it is a) very small and b) nearly completely

Re: [Orgmode] Export of latex source to html

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 10:06:15 +0200, Rainer M Krug r.m.k...@gmail.com wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] Hi I created the attached latex.org based on the example with pgf/tikz and it exports fine into a pdf. But export to html causes the problem,

Re: [Orgmode] Export of latex source to html

2010-07-07 Thread Eric S Fraga
Following up on my own message, one thing to consider is that generating the figure in latex creates a PDF that takes up the whole page but the figure is only a small part of this page. In latex, if I wanted the PDF to include only the tikz figure, I would do the following: --8---cut

Re: [Orgmode] export of emphasized link

2010-06-01 Thread Carsten Dominik
Hi Michael, On May 30, 2010, at 2:53 PM, Michael Brand wrote: Hi all, An org-mode line with an emphasized link like that one taken from current Worg: -- *Drop an email to [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien]]*

Re: [Orgmode] export of emphasized link

2010-06-01 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: I would write this as *Drop an email to* [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien]] i.e. take the link out of the bold section. Done. -- Bastien ___ Emacs-orgmode mailing list Please

Re: [Orgmode] export of emphasized link

2010-06-01 Thread Michael Brand
On 10-06-01 09:44 , Carsten Dominik wrote: After removing org-bracket-link-regexp from org-html-expand What do you mean by this sentence? What exactly did you do? To understand the implementation I tried the following temporary change (the line prefix `:' will bypass the nice patch extract

[Orgmode] export of emphasized link

2010-05-30 Thread Michael Brand
Hi all, An org-mode line with an emphasized link like that one taken from current Worg: -- *Drop an email to [[mailto:bzg%20AT%20altern%20DOT%20org][Bastien]]* mentioning your username on repo.or.cz

  1   2   3   >