James Harkins writes:
> I found a utility, unoconv[1], which I can persuade to produce a
> tab-separated export of the first worksheet of an ODS document.
FYI, unoconv is an option provided by `org-odt-convert-processes'.
Nicolas Goaziou writes:
> Hello,
>
> Kodi Arfer writes:
>
>> While I admit I'm not totally sure, in general, when a given fancy
>> HTML5 element is appropriate, this case (an intra-page table of
>> contents) seems right in line with the second code example here:
>>
>> http://www.w3.org/html/wg/d
Using Org-mode version 8.0.5 (release_8.0.5-429-gc31655
GNU Emacs 24.3.50
exporting this fragment
#+ATTR_HTML: :width 220px :align right
[[http://orgmode.org/worg/][http://example.org/picture.jpg]]
gives
http://orgmode.org/worg"width="220px"; align="right" >
http://example.org/pic
At Wed, 03 Jul 2013 10:35:51 +0800,
James Harkins wrote:
> Anyway, I'm not convinced that org-odt-convert would meet my needs anyway. It
> will have to be a multi-worksheet file, and I'll have to extract just one or
> two of the worksheets. The macro might be the way to go.
I've made a bit more
Excerpts from [ Jambunathan K ] On [2013-07-09 19:38:35 +0530]:
> Nick Dokos writes:
>
> > In order to affect emacs as a whole, you need to modify one of your
> > mailcap files
>
> This will work as well.
>
> (setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s")
This i
Hi Bastien,
I'm trying to use ox-rss to generate a rss feed but I'm facing an error :
*let*: Symbol's function definition is void: url-encode-url*
*
*
I use the latest git commit, with Emacs 23.4.1 on Xubuntu 13.04
Here is the file I want to export as RSS Feed.
---8<
Hello again,
I am trying to get an example that worked with the old exporter to work
with the new exporter. The aim is to have a tikzpicture exported to
both LaTeX and HTML. The example is in the following message from over
a year ago now:
http://article.gmane.org/gmane.emacs.orgmode/53900
Thi
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> In other words, the traversal of the document to determine which
>> references are actually cited, to build up the bib html file, would
>> appear to only search for \cite{} entries?
>
> Indeed. Would you mind testing the following up
Kodi Arfer writes:
>> BTW, do you have any news about your FSF papers?
>
> I got an assignment form back from the FSF, and I returned scans of
> the signed form on July 1, but I haven't heard back since.
I just received the confirmation from the FSF that Kodi assignment
is okay. Welcome! No ne
Hello,
Kodi Arfer writes:
> While I admit I'm not totally sure, in general, when a given fancy
> HTML5 element is appropriate, this case (an intra-page table of
> contents) seems right in line with the second code example here:
>
> http://www.w3.org/html/wg/drafts/html/master/sections.html#the-n
Kodi Arfer writes:
> One case I know of is APA style. Here are some examples from the APA
> publication manual. "Figure 1" is supposed to be italicized and inline
> with the caption ( http://i.imgur.com/u6jsfJx.png ), whereas "Table 1"
> is supposed to be upright and on its own line
> ( http://i.
On 2013 Jul 09 Tue 3:53:26 PM -0400, Nicolas Goaziou
wrote:
Kodi Arfer writes:
From a873d204b2c4f3facf2d8658f69764acbd063246 Mon Sep 17 00:00:00 2001
From: Kodi Arfer
Date: Wed, 3 Jul 2013 17:51:56 -0400
Subject: [PATCH] ox-html: Allow "Figure %d:", etc. to be styled
* lisp/ox-html.el (org
Hello,
Eric S Fraga writes:
> In other words, the traversal of the document to determine which
> references are actually cited, to build up the bib html file, would
> appear to only search for \cite{} entries?
Indeed. Would you mind testing the following update (just drop the
previous patch)?
Hello,
John Hendy writes:
> Will do. Given that I apparently have it off (sorry, haven't had time
> to check yet), is the purpose of <:t/nil to purely allow plain
> timestamps by default and let the user opt-in to scheduled/deadlines?
<:t (or `org-export-with-timestamps') is about isolated time
Eric S Fraga writes:
> Nicolas Goaziou writes:
[...]
>> Would the following patch work?
>
> Works really well for my test case. Thanks!
Ooops, I spoke much too quickly.
It works *if* the references cited by cite: links are also cited by
\cite{} text if the option "limit:t" is set, as in
#+
Hello,
Kodi Arfer writes:
> From a873d204b2c4f3facf2d8658f69764acbd063246 Mon Sep 17 00:00:00 2001
> From: Kodi Arfer
> Date: Wed, 3 Jul 2013 17:51:56 -0400
> Subject: [PATCH] ox-html: Allow "Figure %d:", etc. to be styled
>
> * lisp/ox-html.el (org-html-paragraph): Wrap "Figure %d:" in
> .
>
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> as noted a while back, I use cite:bibref type links in org to write
>> LaTeX papers. I have defined the cite link type as follows:
>>
>> #+begin_src emacs-lisp
>> (org-add-link-type "cite" 'ebib
>>(lambda (path d
Hello,
Samuel Wales writes:
> I think Org should support this variable and not fill two commented
> paragraphs with a commented empty line as if they were one.
I do not.
> When you fill in, for example, Emacs Lisp mode, each paragraph is
> filled as a paragraph, without combining them.
You're
I think Org should support this variable and not fill two commented
paragraphs with a commented empty line as if they were one.
When you fill in, for example, Emacs Lisp mode, each paragraph is
filled as a paragraph, without combining them.
I think there is benefit for the user in keeping things
Hi Maurice,
Maurice writes:
> I activate group of tags after your fix with good returns.
Thanks for taking the time to confirm this!
Happy holiday,
--
Bastien
Bastien,
Bastien écrivit :
> I pushed a fix. Please try against the maint or master branch when
> you get a chance. Thanks for reporting this!
Sorry for my late reply : I'm living in vacation-mode...
I activate group of tags after your fix with good returns.
Many thanks for your precious wo
On Fri, Jun 21, 2013 at 4:58 PM, Nicolas Goaziou wrote:
> Hello,
>
> John Hendy writes:
>
>> One more update... I had the idea to try a regular timestamp, and
>> those export, even though SCHEDULED and DEADLINE do not. Lastly, I
>> used a minimal config and emacs -Q and get the same behavior:
>>
Thank you.
Please note:
===
comment-empty-lines is a variable defined in `newcomment.el.gz'.
Its value is t
Original value was nil
Documentation:
If nil, `comment-region' does not comment out empty lines.
If t, it always comments out empty lines.
If `eol' it only comments out empty lines if comm
Bastien writes:
> Hi Eric,
>
> Eric S Fraga writes:
>
>> Playing around now, it seems that if any extension is given (I tried
>> .csv, .data, .txt, .blah, .foobar), then export-to-csv is the
>> default. If no extension is given, export-to-tsv is the only
>> option. Not what I expected!
>
> See
Nick Dokos writes:
> On 07/09/2013 10:08 AM, Jambunathan K wrote:
>> Nick Dokos writes:
>>
>>> In order to affect emacs as a whole, you need to modify one of your
>>> mailcap files
>> This will work as well.
>>
>> (setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s")
>>
>> I
On 07/09/2013 10:08 AM, Jambunathan K wrote:
Nick Dokos writes:
In order to affect emacs as a whole, you need to modify one of your
mailcap files
This will work as well.
(setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s")
If xdg-open is not available, one can replace
Nick Dokos writes:
> In order to affect emacs as a whole, you need to modify one of your
> mailcap files
This will work as well.
(setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s")
If xdg-open is not available, one can replace it with gnome-open or
kde-open.
On 2013-07-03 13:23, Eric Schulte wrote:
Currently colnames are not used for emacs-lisp code blocks (for
historical reasons). Unfortunately, call lines are executed by
expanding first to a trivial emacs-lisp code block, which is then run
to
collect and possibly re-package the results of the ca
Hello,
Is it possible to turn of org-pretty-entities in a table, but leaving it
enabled in the buffer?
Thank you,
Mirko
Hi Nicolas,
Nicolas Goaziou writes:
> Actually, some characters need to be escaped when used in a URL within
> a \href command, but not all of them. `org-latex-plain-text' escapes too
> many of them and `org-link-escape' doesn't escape enough (and we don't
> need to rely on it).
Thanks for the
Hello,
Bastien writes:
> I confirm this bug: "%" in links breaks the export.
>
> The attached patch is a quick fix, but it needs to be double-checked
> and surely amended. Also, I didn't check other link-related functions.
>
> Thanks for reporting this bad bug,
>
>
> diff --git a/lisp/ox-latex.
chris writes:
> I set variable "org-file-apps" like this:
>
>
> (setq org-file-apps
> '(;; default
> (auto-mode . emacs)
> ("\\.mm\\'" . default)
> ;; ("\\.x?html?\\'" . default)
> ("\.x?html\'" . "firefox %s")
> ("\\.pdf\\'" . default)
> ("\\
Hi,
Nick Dokos writes:
> But getting there was not trivial: the CL-isms certainly do not help,
> primarily because I had to understand them to figure out what was going
> on, but also because they obscured the problem: when I tried to edebug
> org-html-format-headline--wrap I get
I suggest to g
Hi Mark,
I confirm this bug: "%" in links breaks the export.
The attached patch is a quick fix, but it needs to be double-checked
and surely amended. Also, I didn't check other link-related functions.
Thanks for reporting this bad bug,
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index aa3
Some examples
Example 1:
* test [20%]
** DONE 1
** TODO 2
** TODO 3
** TODO 4
** TODO 5
*** TODO 1
*** TODO 2
*** DONE 3
*** DONE 4
*** DONE 5
(The tasks complete percent should be [32%], instead of [20%], seems Org-mode
does not coun
Hello,
Samuel Wales writes:
> M-q anywhere here fills all three paragraphs together:
>
> # this is a paragraph. i want to fill it.
> #
> # this is too. and i commented the blank line because i am
> # a badass.
>
> # asdfasdf akjdn fkand sflkajnsd fklajns dfkjan dskfjna
> # kdsfn
This should b
I hope Org-mode [C-c C-o] can open a link like [[file://~/kk.org]] in *current*
window instead of other window. Let [C-u C-c C-o] open link in another window.
Because [C-c C-o] open in other window which already opened other file. This
override another file view. I do not like this.
Does anybody
I set variable "org-file-apps" like this:
(setq org-file-apps
'(;; default
(auto-mode . emacs)
("\\.mm\\'" . default)
;; ("\\.x?html?\\'" . default)
("\.x?html\'" . "firefox %s")
("\\.pdf\\'" . default)
("\\.pdf::\\([[:digit:]]+\\)\\'" . "okul
I found the color of Org-mode "sparse tree" match highlighted words is similar
with background. It's difficult to see out.
So how to change the color ?
--
E M A C S
s e l o h
c t t n i
p a t f
a r t
e o
l
[ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone}
IRC(freenode):
> Correct me if I am wrong, but I'm afraid that pure AWK does not provide
> date computation support. That's why I did not implement this.
okay, it does sound like a lot to ask awk to do.
> So I would definitely vote to extend the repeater syntax with a count.
great.
> I assume that your initial
> It's not exactly answering your question but my little tool
>
> https://github.com/simonthum/ical2org
Thanks, this is a nice workaround, it just worked well on my google
calendar import. Should we add a link to this on
http://orgmode.org/worg/org-tutorials/org-google-sync.html
(how do I edit t
Xebar,
> its funny you just posted this as of all the excellent responses in this
> thread i was looking into git-annex as a solution. The issue is that im not
> very technical (im an academic not a programmer) and its seems mighty
> complicated. Also in addition git-assistant is currently isnt av
42 matches
Mail list logo