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
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
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
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
陈泼杨 writes:
>
> (add-to-list 'magic-mode-alist
> `(,(lambda ()
> (and (equal (file-name-extension buffer-file-name) "h")
> (re-search-forward "@\\"
>
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
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
.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
>>> "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.
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
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
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:
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
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
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
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
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.
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
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:
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
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
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.
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.
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]]
>
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?
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
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
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
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
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
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
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
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
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
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
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
_
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
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
>
>
>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
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
[...]
>>
>> 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
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
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
>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
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-
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,
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
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")
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...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-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
-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
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
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
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
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
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
_
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
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
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
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
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
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
>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
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
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
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
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
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,
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,
>>
>>
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
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
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
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
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
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
_
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'
>
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
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
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
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
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 - 100 of 337 matches
Mail list logo