Florian Beck writes:
> On 07.01.2014 19:17, Eric S Fraga wrote:
>> Eric Abrahamsen writes:
>
>>> Hey, are you actually exporting to an epub? How are you doing that?
>>
>> I'd be curious to know as well. I export to epub in two ways, both by
>> first exporting to HTML. Then either use calibre t
Hi Alexander,
Thank you for you help. I've anderstund, that "for now" this is not what I
need (and what I don't want to loose time for).
Renato
2014/1/7 Alexander Baier
> On 2014-01-06 18:55 Renato wrote:
> > Hi,
> > I'm looking for a GIT, that I can use, to save .org file.
> >
> > CAn someone
Achim Gratz writes:
> Bastien writes:
>> I don't understand why properties would be a problem here.
>> Can you elaborate a bit on this?
>
> With format "%S" prints an s-expression via prin1, not a string. So
> either the format should be "%s" or the properties need to be stripped
> unless one re
Hello Nick and François,
François Pinard wrote:
> Nick Dokos writes:
>
>> I cut and paste and then use either C-c m (bound to
>> message-mark-inserted-region) or C-c q (bound to boxquote-region)
>
> Thanks for these hints, which I saved on keys here! :-)
Please note it is `C-c M-m' (bound in `me
Hi Bastien,
On 07/01/2014 18:31, Bastien wrote:
Daniel Gerber writes:
This change in org-babel-python-var-to-python makes python code blocks
accept a string with text properties (as one gets when referring
another code block). I guess there should be something similar for
other languages.
I
Dear All,
for one of my documents I'd like to have tables, where in a single
column i can only choose from predefined sets of values (e.g. names). Is
that possible?
| Name | Description | Price |
|---+-+---|
| David | foeiu | 287 |
| Mika | ofi | 287 |
| D
Hello David,
On 2014-01-08 11:35 David Belohrad wrote:
> Dear All,
>
> for one of my documents I'd like to have tables, where in a single
> column i can only choose from predefined sets of values (e.g. names). Is
> that possible?
>
> | Name | Description | Price |
> |---+-+---
Can checkboxes be included in org-mode agenda please? If so, how? I
cant see any reference as to how to do it in the org-manual, and it
would be very useful to have them listed in the agenda.
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
Florian Beck writes:
> On 07.01.2014 19:17, Eric S Fraga wrote:
[...]
>> I would guess that defining an epub exporter, derived from the HTML
>> exporter, may not be that difficult. If only I had the time :-(
>
>
> (org-export-define-derived-backend 'fb/org-export-epub 'html
> :menu-entry '(?
"Sebastien Vauban"
writes:
>>> I cut and paste and then use either C-c m (bound to
>>> message-mark-inserted-region) or C-c q (bound to boxquote-region)
>>
>> Thanks for these hints, which I saved on keys here! :-)
>
> Please note it is `C-c M-m' (bound in `message.el') for adding "cut
> here" li
Joseph Vidal-Rosset writes:
> Dear Eric (cc. the list),
>
> I apologize to insist with this problem that I meet with org-mime-htmize in
> the gnus on my PC.
>
> On my laptop, with the same OS and I believe the same configuration, it runs
> perfectly. Here I meet always this sort of message:
>
Nicolas Goaziou writes:
> Hello,
>
> Nick Dokos writes:
>
>> I've gotten the attached backtrace a couple of times in the past few
>> days. Also same error with org-cache-sync. I'm not sure how reproducible
>> it is and I have to admit that I've been running with a possibly tainted
>> emacs/org f
"Sebastien Vauban"
writes:
> Using `C-c C-v C-d' to demarcate your region as code, and give the
> language, you'll get a nice highlighting of the code inside Gnus
You mean that demarcated code
#+BEGIN_SRC elisp
((lambda (x y) (+ x y))(length "abc") 2)
#+END_SRC
will be automatically shown nice
Brett Viren writes:
> I'm also (slowly) working toward some Python-based org processing. My
> strategy is to produce an intermediate file in JSON format which is
> designed to capture the full org document structure. I am calling
> this a "shunt" export as it is meant to do as little interpreta
2014/1/8 Eric S Fraga
> It would help if you showed us how bibtex2html fails. It works for
> me. A small org file example which illustrates what you want to do
> would also help. What version of org are you using?
>
Many thanks Eric, it works now for me also. The only thing that I do not
suc
2014/1/8 Nick Dokos
> Not enough information: post the procedure you follow and a minimal org
> file that exhibits the problem.
>
Hi Nick, I apolgize, it's difficult for me to be more complete that I was.
It is not org, but gnus with org. M-x org-mime-htmlize creates the html
email, but fails
hi,
the :colnames header argument is not honoured for postgresql. Hence the
following patch for ob-sql.el. The command-line tool psql supports the
option -t for not displaying column-names. The default behavious is not
changed with this patch.
126,127c126
< "psql -
In an org-mode document I can http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
Registered Linux user 561944
signature.asc
Description:
Hi there!
I'm using org-mode to generate a table which has columns with mathematical
expressions in certain columns.
#+caption: Berger's list of Holonomy groups
#+name: tab:holonomy
|---+---+-+---|
| | Metric| Holono
Hi,
I have (setq org-pretty-entities t) in my init.el. When I want to see
some informations about available entities with org-entities-help I
get a pretty but useless buffer.
It would be better if the buffer created by org-entities-help does not
show entities as UTF8 characters at start, even if
Hi Brice,
Brice Waegenire writes:
> I have (setq org-pretty-entities t) in my init.el. When I want to see
> some informations about available entities with org-entities-help I
> get a pretty but useless buffer.
Fixed, thanks.
--
Bastien
If the patch I sent in this thread does not raise problems, I
suggest we simply offer an option to let the user decide whether
he wants the flags to be changed or not.
Please continue testing the patch and report any problem,
I'll do so myself.
--
Bastien
Table of Contents
1. Org fragment for org-mime-htmlize to chew on.
Joseph Vidal-Rosset writes:
> 2014/1/8 Nick Dokos
>
> Not enough information: post the procedure you follow and a minimal org
> file that exhibits the problem.
>
> Hi Nick, I apolgize, it's difficult for me to b
Hello,
James Harkins writes:
> This appears to be an HTML export bug: A straight double-quote mark
> before a footnote fails to convert into ”
>
> Minimal example:
>
> * Heading
> Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1]
> * Footnotes
> [fn:1] /The Simpsons/.
>
> Expected:
>
François Pinard writes:
> Brett Viren writes:
>
>> http://permalink.gmane.org/gmane.emacs.orgmode/79838
>
> This yields:
>
> ,
> | Not Found
> |
> | The requested URL /gmane.emacs.orgmode/79838 was not found on this server.
> `
Huh, maybe a transient failure? It's there for me right
On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote:
> Smart quotes mechanism is based on regexps. There are unavoidable
> ambiguous cases, like this one.
But the export is as expected in LaTeX, so... If the LaTeX backend can
interpret the input properly, why not the html backend?
hjh
Nick Dokos writes:
> BTW, I think the reference to ESR's "smart questions" paper has been
> added somewhere in Worg, but a few minutes search did not uncover it.
> Anybody know where it is?
There is a link to it on the front page. Second to last line in the
"Documentation and Literature" sectio
Daniel Gerber writes:
> This change in org-babel-python-var-to-python makes python code blocks
> accept a string with text properties (as one gets when referring
> another code block). I guess there should be something similar for
> other languages.
I've now fixed this by using %s instead of %S,
Hi Sharon,
Sharon Kimble writes:
> In an org-mode document I can #+BEGIN_HTML
>
> #+END_HTML
>
> In the same document I have a list of numbered items, actually academic
> references, is it possible using something like every one done as part of a numbered list please? It would be so much
> sim
James Harkins writes:
> On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote:
>> Smart quotes mechanism is based on regexps. There are unavoidable
>> ambiguous cases, like this one.
>
> But the export is as expected in LaTeX, so...
It isn't. Look at the LaTeX code produced.
Regards,
--
Nicolas
Hi Sharon,
Sharon Kimble writes:
> Can checkboxes be included in org-mode agenda please?
Not yet.
> If so, how? I
> cant see any reference as to how to do it in the org-manual, and it
> would be very useful to have them listed in the agenda.
Agreed. I suggest a new special property CHECKBOX
Miguel Ruiz writes:
> Hi,
>
> I cannot get temp data file from org-babel-gnuplot with quoted row
> labels. I have tried org-plot/gnuplot and it provides a correct temp
> data file but it freezes so it is no useful by now.
>
> My test table:
>
> | Sede | Max cites | H-index |
> |---+-
Applied, thanks.
Joost Helberg writes:
> hi,
>
> the :colnames header argument is not honoured for postgresql. Hence the
> following patch for ob-sql.el. The command-line tool psql supports the
> option -t for not displaying column-names. The default behavious is not
> changed with this patch.
>
I have encountered the following error message when trying to export
to latex the attached example org file:
org-element-footnote-definition-parser: Invalid search bound (wrong
side of point)
What is curious is that changing the number of ""'s in [fn:1] to 2
instead of 3 allows it to compile.
On 08/01/2014 17:31, Bastien wrote:
Daniel Gerber writes:
This change in org-babel-python-var-to-python makes python code blocks
accept a string with text properties (as one gets when referring
another code block). I guess there should be something similar for
other languages.
I've now fixed
Daniel Gerber writes:
> On 08/01/2014 17:31, Bastien wrote:
>> Daniel Gerber writes:
>>
>>> This change in org-babel-python-var-to-python makes python code blocks
>>> accept a string with text properties (as one gets when referring
>>> another code block). I guess there should be something simil
Hello,
Mark Edgington writes:
> I have encountered the following error message when trying to export
> to latex the attached example org file:
>
> org-element-footnote-definition-parser: Invalid search bound (wrong
> side of point)
>
> What is curious is that changing the number of ""'s in [
2014/1/8 Nick Dokos
> > Hi Nick, I apolgize, it's difficult for me to be more complete that I
> was.
>
> You are kidding, right?
>
Hi Nick,
No, I did not kidding, unfortunately.
I'm replying with gmail, and I am afraid I will give up the project to use
Gnus. From yesterday evening, suddenly I
Hi Joseph,
Joseph Vidal-Rosset writes:
> The least that I expect from an email client is to work correctly.
> Gnus worked, for sending and receiving emails, and suddenly without
> clear reason, it does not work no more... It is not stable because I
> have not changed .gnus.el ...
If you haven't
2014/1/8 Bastien
> If you haven't changed anything in your Gnus configuration and if
> you are still using the exact same setup that used to be working,
> it's hardly Gnus fault... maybe gmail changed something?
>
> Anyway, just to give you some more encouragement: it's really worth
> insisting.
Nicolas Goaziou writes:
> Hello,
>
> Mark Edgington writes:
>
>> I have encountered the following error message when trying to export
>> to latex the attached example org file:
>>
>> org-element-footnote-definition-parser: Invalid search bound (wrong
>> side of point)
>>
I 'm not sure but I bel
2014/1/8 Brett Viren
Huh, maybe a transient failure? It's there for me right now. Here is
> the same message from GNU's archive:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00415.html
Got it, thanks! :-)
--
François Pinard http://pinard.progiciels-bpi.ca
#+OPTIONS: latex:t
Le mer. 08 janv. 2014 à 04:29:03 , Nick Dokos a
envoyé ce message:
> Table of Contents
>
> * 1. Org fragment for org-mime-htmlize to chew on.
>
> Joseph Vidal-Rosset writes:
>
>> 2014/1/8 Nick Dokos
>>
>> Not enough information: post the procedure you follow and a mini
Joseph Vidal-Rosset writes:
> 2014/1/8 Nick Dokos
>
> > Hi Nick, I apolgize, it's difficult for me to be more complete that I
> was.
>
> You are kidding, right?
>
> Hi Nick,
>
> No, I did not kidding, unfortunately.
>
> I'm replying with gmail, and I am afraid I will give up
Hi,
I'm learning emacs (as you probabily know :-)).
I have:
- one pc at home (linux Debian)
- one at work (windows)
I would like to use the same configuration.
Now, I have my .org file on the cloud (so I can access it from anywhere)
But I'm starting to edit also the config file:
on Win it is:
in
Bastien-
On 2014-01-04 09:36, Bastien wrote:
I will look at making this the default when i have time if the doctype
is html5 (`org-html-html5-p' is true), but it requires some work to
get the info structure passed down to `org-html--anchor'.
Sure -- please let us know when you have more time fo
Dear Nick and dear all,
Sorry for my previous message. I have had to cut the html code in order to
succed to sent my message with Gnus. The result is not beautiful. But I
hope that it will help to understand the problem.
Nick, many thanks for your patience with me and for all your efforts with
th
Joseph Vidal-Rosset writes:
> What is easy for you in one domain can be hard for other people, and
> conversely for other domains.
>
> I'm back to Gnus finally and I am going to give you an example of what
> works and what does not work with my org-mime-htmlize...
>
> * This title
>
> shou
Renato writes:
> Hi,
> I'm learning emacs (as you probabily know :-)).
> I have:
> - one pc at home (linux Debian)
> - one at work (windows)
>
> I would like to use the same configuration.
> Now, I have my .org file on the cloud (so I can access it from anywhere)
> But I'm starting to edit also
.emacs.d/init.el works just as well.
--
Sam Flint
swfl...@flintfam.org
freenode: swflint
sip:swfl...@ekiga.net
XMPP: swfl...@members.fsf.org
http://flintfam.org/~swflint
2048D/BAFBF3FF
(3696 0D80 EC3C D40A 0186 D0E8 C63B 96FB BAFB F3FF)
pgp71cXZygBtT.pgp
Description: PGP signature
Le mer. 08 janv. 2014 à 08:23:02 , Nick Dokos a
envoyé ce message:
>> I hope that is what you expected from me...
>>
>
> Exactly. FWIW, it works fine for me, so it's not an org-mime (or oher
> org) problem. It is probably a problem in your setup: it seems that you
> cannot generate latex f
2014/1/8 Joseph Vidal-Rosset
> Maybe the problem came of building another emacs-24.3 in /usr/local/
> ... I met another problem with that. So I sudo rm -r
> /usr/local/emacs-24.3/ and I am going to make another check. I keep you
> informed.
>
Unfortunately, the same prob
Hello,
I am trying to use org-mode now with R code in it to write manuscripts. That
does unfortunately mean that it must be eventually exported to some doc
format. I have been able to export to markdown and everything looks good in
markdown (even previewed on github) with the exception of latex
Hello,
I need to get a file into doc or docx format and can export from org into
ODT. However, the odt file cannot be opened by LibreOffice to convert. I can
open the file and it displays very well in both Calligra and Nisus Writer (on
mac). The problem is that Calligra cannot save in doc forma
Le mer. 08 janv. 2014 à 07:59:50 , Renato a
envoyé ce message:
> Hi,
> I'm learning emacs (as you probabily know :-)).
> I have:
> - one pc at home (linux Debian)
> - one at work (windows)
>
> I would like to use the same configuration.
> Now, I have my .org file on the cloud (so I can access it f
I keep my .emacs.d in a Dropbox folder. I start emacs with an alias like
this:
"C:\Users\jkitchin\Documents\v3 - My Box
Files\06-625\emacs-24.3\bin\runemacs.exe" -q -l
"C:\Users\jkitchin\Dropbox\.emacs.d\init.el"
I run prelude inside that .emacs.d
this lets me run the same setup on three windows
Hello,
Aric writes:
> Is this an issue others have had or is it perhaps something within this file
> that is causing the problem?
What version of Org and Emacs are you using?
M-x org-version RET
M-x emacs-version RET
Thanks,
--
Bastien
Joseph Vidal-Rosset writes:
> My gnus works now. But I'm still using Gmail at the moment.
As Nick wisely said: one thing at a time!
The good new is that you'll get good support
for both Gnus and Org.
--
Bastien
Rick Frankel writes:
> Changing the default to nil, would fix the issue with html5 without, i
> believe, having any negative effect on (x)html4 output.
>
> Agreed?
Agreed, let's make this change in master, since it's not really a
bugfix.
Thanks!
--
Bastien
Bastien writes:
> What version of Org and Emacs are you using?
> M-x org-version RET
8.2.1-dist
> M-x emacs-version RET
24.3.1 freebsd-amd64
Thanks, Aric
--
~O
/\_,
###-\ |_
(*) / (*)
Aric Gregson writes:
> Bastien writes:
>
>> What version of Org and Emacs are you using?
>> M-x org-version RET
>
> 8.2.1-dist
Please try with Org 8.2.5 or later, an issue with multiple figures
not showing up in LibreOffice 4.1.x has been fixed.
--
Bastien
Bastien gnu.org> writes:
> Please try with Org 8.2.5 or later, an issue with multiple figures
> not showing up in LibreOffice 4.1.x has been fixed.
Thank you, I will give this a try.
aric
Thank you very much for the upgrade notice. The export to ODT from org-mode
works very well now. There are pluses and minuses it seems between pandoc and
org export.
Org export ->
1. Includes figures and tables
2. Includes pretty code mark-up
3. Lacks latex code export
4. Figure and tabl
On Thursday, January 9, 2014 12:37:39 AM HKT, Nicolas Goaziou wrote:
On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote:
Smart quotes mechanism is based on regexps. There are unavoidable
ambiguous cases, like this one.
But the export is as expected in LaTeX, so...
It isn't. Look at the LaTeX
On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote:
OK, I'll work around it on my side.
Continuing... I've tried to write a filter for this, but I'm stuck on
choosing strings based on the backend name.
(cdr (assoc
(org-export-backend-name backend)
Bastien writes:
> Hi Sharon,
>
> Sharon Kimble writes:
>
>> In an org-mode document I can > #+BEGIN_HTML
>>
>> #+END_HTML
>>
>> In the same document I have a list of numbered items, actually academic
>> references, is it possible using something like > every one done as part of a numbered list p
El Wed, 08 Jan 2014 10:42:17 -0500 Brett Viren va escriure:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00415.html
>
> In any case, here is the salient chunk:
>
> #+BEGIN_SRC elisp
> (require 'json)
> (let* ((tree (org-element-parse-buffer 'object nil)))
> (org-eleme
Nick Dokos gmail.com> writes:
>
> Nicolas Goaziou gmail.com> writes:
>
> > Hello,
> >
> > Mark Edgington gmail.com> writes:
> >
> >> I have encountered the following error message when trying to export
> >> to latex the attached example org file:
> >>
> >> org-element-footnote-definition-pars
I pushed some formatting changes to worg, in contrib/org-drill.org. I got messages
when I did, "remote: worg publish process 5487". And it mentioned many files, but
not the file I edited. Its been a few hours, when will this change propogate on
the site?
why the emacs.el is in worg/sources/, b
Hi all
If you use release_8.2.4-14-geb28fe4 or newer and are using Org table
spreadsheet #+TBLFM then downgrade your Org version before editing
tables. In the files where you already edited a table with such an Org
release check all #+TBLFM in that file for corruption as shown below.
Hi Bastien
Renato writes:
> Hi,
> I'm learning emacs (as you probabily know :-)).
> I have:
> - one pc at home (linux Debian)
> - one at work (windows)
>
> I would like to use the same configuration.
> Now, I have my .org file on the cloud (so I can access it from anywhere)
> But I'm starting to edit also
> I realize this is a pandoc problem, but since markdown supports tables, is
> it
> possible to have Org export the tables into markdown as markdown tables
> rather than html tables? Also, is there a way for latex code to be
> converted
> prior to markdown export?
>
> Thanks, Aric
Hi Aric,
AFAIK m
72 matches
Mail list logo