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 calls

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

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 configur

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 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 > > (and (stringp

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-search-forward "@\\" >

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 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 writes: > >> .h file use c/c++ mode or objc-mode base on it's c

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 export to html file

[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 things like splitting cells are lost.

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? > So could org-expo

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

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

2012-02-09 Thread Haisheng Wu
What mentioned in the thread is really helpful. The only difference is I need figure out proper font for Chinese. I use command `fc-list` (ubuntu) to figure it out. PS: Not sure how to figure out such easily in Windows. Thanks a lot! -Haisheng On Thu, Feb 9, 2012 at 8:25 PM, suvayu ali wrote:

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

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 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. :) Recently there was

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 dis

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

2012-02-08 Thread Nick Dokos
suvayu ali wrote: > On Thu, Feb 9, 2012 at 03:21, Haisheng Wu 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 either. Nick

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 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 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 wrote: > suvayu ali wrote: > > > Hi, > > > > On Wed, Feb 8, 2012 at 10:07, Haisheng Wu wrote: > > > #+LaTeX_HEADER: \usepackage{CJK} > > > #+LaTeX_HEAD

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

2012-02-08 Thread Nick Dokos
suvayu ali wrote: > Hi, > > On Wed, Feb 8, 2012 at 10:07, Haisheng Wu 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} > > > > #LaTeX:

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 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} #LaTeX: \end{CJK}{test} GL -- Suvayu Open source is th

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

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

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

2011-02-11 Thread Bastien
Hi Vincent, Vincent Belaïche writes: > Here is an example org file: > > --- > * some example > > [[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]] >

[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 Bastien
Hi Marcelo, Marcelo de Moraes Serpa 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 if we had an ag

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 P

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

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 PM

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

[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

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

2011-01-31 Thread Bastien
David Maus 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 makes > it way

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

2011-01-31 Thread Bastien Guerry
lain; charset="utf-8" > 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 > X-Patchwork-Id: 565 > M

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

2011-01-31 Thread Giovanni Ridolfi
Carl Bolduc writes: Hi, Carl, > > I run Emacs 23.2.1 on Windows 7 and Org's version is 7.3. Here: Org-mode version 7.4 commit-de39bf05bea84b842711faa49e560ea4bc087211 GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Windows XP > When I do "C-c C-e u" to export an Org file as U

[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-30 Thread David Maus
At Mon, 17 Jan 2011 18:55:54 +0100, Bastien wrote: > > David Maus 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 testin

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

2011-01-17 Thread Bastien
David Maus 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 figured out h

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

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

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 e

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 org-bracket-link-anal

[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, th

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

[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 `C-

Re: [Orgmode] export comments in LaTeX ?

2011-01-04 Thread Bastien
e20100633 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 already mentioned,

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

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

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 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 just made me think...

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 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? Googling and looki

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 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 expand a tilde ~ to my

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

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 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 of any directory o

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

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 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 > able to specify jus

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

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

Re: [Orgmode] Export of quoted region to HTML

2010-12-08 Thread Nicolas Goaziou
Hello, > Vincent Belaïche writes: > The 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 list

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 wrote: > Hello, > > In the following: > > --- > * grmag, > > #+begin_quote > flkan  mvr

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

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

Re: [Orgmode] Export bug?

2010-10-19 Thread Alan L Tyree
On Tue, 19 Oct 2010 19:16:35 -0400 Nick Dokos wrote: > Alan L Tyree 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

Re: [Orgmode] Export bug?

2010-10-19 Thread Nick Dokos
Alan L Tyree 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 the

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

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

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

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

2010-09-14 Thread Sebastian Rose
Rainer M Krug 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 simulation. I am now u

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

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

[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. Emacs-orgmo

Re: [Orgmode] export to latex broken

2010-08-20 Thread Eric S Fraga
On Fri, 20 Aug 2010 18:25:16 +0200, Carsten Dominik 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

Re: [Orgmode] export to latex broken

2010-08-20 Thread Nick Dokos
Carsten Dominik 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 reverted it. > > Can you please

Re: [Orgmode] export to latex broken

2010-08-20 Thread Puneeth
On Fri, Aug 20, 2010 at 9:55 PM, Carsten Dominik 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 reverted i

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 Eric S Fraga
On Fri, 20 Aug 2010 20:06:34 +0530, 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" I can confirm it's broken. I've not had time to really track down where it is h

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

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

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 5:3

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Puneeth
On Mon, Aug 16, 2010 at 9:12 PM, Carsten Dominik 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 available before claim

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Nick Dokos
Rares Pop 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: Carsten Dominik | D

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 wrote: > Rares Pop writes: > > Carsten, > > > > I've found part of the problem but I don't

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Sebastian Rose
Rares Pop 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 something > like

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 wrote: > Hi Rares, > > At Mon, 16 Aug 2010 14:27:47 +0300, > Rares Pop 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{\t

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Simon Brown
Hi Rares, At Mon, 16 Aug 2010 14:27:47 +0300, Rares Pop 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(*\ \)* signs the la

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 \section{\textbf{TODO

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

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 wrote: > > On Aug 16, 2010, at 10:39 AM, Rares Pop wrote: > > Hello, >> >>

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 want

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

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 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 I want my first

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

Re: [Orgmode] export to latex book ?

2010-07-20 Thread Nick Dokos
John Hendy wrote: > On Tue, Jul 20, 2010 at 9:55 AM, Piter_ 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 > `org-export-latex-classes' >

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

Re: [Orgmode] Export of latex source to html

2010-07-07 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 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 but the figure is

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 latex source to html

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 10:06:15 +0200, Rainer M Krug wrote: > > [1 ] > [1.1 ] > 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 :f

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

  1   2   3   4   >