On Thu, Sep 12, 2019 at 02:48:15PM +0200, Marco Wahl wrote:
> Hi,
> > Orgmode under macOS cannot display local images correctly, but it can
> > display internet images
> > without problem.
> > After bisecting org-mode source code I found out that this commit
> > causes the problem:
> >
>
As the orginal author -- who hasn't looked @ or used ox-s5 in years ;O, just
confirming the patch looks correct to me. I don't think i have commit
privilges anymore (lost that ssh key), so i appreciate your applying it.
thanks,
rick
On Sat, Oct 07, 2017 at 06:51:05PM +, Kyle Meyer wrote:
> dc
So I haven't posted in a while, but i use table a lot, so here's my $0.02.
Personally, my use of width cookies has been mostly for visual display of
columns are very long and will wrap in an html or latex table export, but
would force the display too wide. My ideal default would be to have a setti
On Thu, Mar 16, 2017 at 01:03:18PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
> > There is a bug w/ inserting new headings after a collapsed heading (w/
> > C-return, org-insert-heading-respect-content) if the last content under the
> > headi
There is a bug w/ inserting new headings after a collapsed heading (w/
C-return, org-insert-heading-respect-content) if the last content under the
heading (or a subhead) is a RESULTS: block. This occurs w/ the value of
org-blank-before-new-entry as either '(heading . auto) or '(heading . nil).
Thi
previous
version (2.4).
rick
>From aa836b45487e61de6e74b6edde3c07ab5b885eb8 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Mon, 26 Dec 2016 15:00:32 -0500
Subject: [PATCH] Update ob-ruby for inf-ruby 2.5
* lisp/ob-ruby.el (org-babel-ruby-initiate-session): `run-ruby` has
very differ
On Fri, Nov 11, 2016 at 10:02:00AM -0500, Frederick Giasson wrote:
> > Do you mean that "gs" could be removed from all entries in
> > `org-preview-latex-process-alist'?
> >
> > I'm Cc'ing Feng Shu, who implemented the new LaTeX preview mechanism. He
> > hopefully knows why this dependency was intr
On Sat, Jun 25, 2016 at 10:34:35PM +0300, ST wrote:
> Hi,
>
> is there a way to produce nested ordered (numbered) lists and get it
> exported (to pdf/html) properly? Like:
>
> 1. item_1
> 2. item_2
>2.1. subitem_2_1
> 2.1.1. subsubitem_2_1_1
>2.2. subitem_2_2
> 3. item_3
have you t
On Wed, Nov 04, 2015 at 10:03:48AM +0100, Rainer M Krug wrote:
> Rick Frankel writes:
>
> > On Tue, Nov 03, 2015 at 02:18:05PM +0100, Rainer M Krug wrote:
> >> Hi
> >>
> >> Considering the following example:
> >
> > here's a way to d
On Fri, Aug 21, 2015 at 09:13:13PM -0700, David A. Gershman wrote:
> I've been reading all evening about HTML exporting, style sheets, etc.
> Maybe I've been inundated with information, but I haven't been able to
> determine an answer to my question: can text in the middle of a
> paragraph by styl
On Fri, Aug 21, 2015 at 02:58:35PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Jarmo Hurri writes:
>
> > Below is a (hopefully) self-explanatory org file of my problem and the
> > associated html export.
> >
> > Jarmo
> >
> > * Problem description
> > The examples below illustrate three problem
On Mon, Aug 03, 2015 at 02:50:27PM +0100, Eric S Fraga wrote:
> On Sunday, 2 Aug 2015 at 09:19, Rick Frankel wrote:
> > Check the documentation for the variable `org-html-htmlize-output-type'.
> > Since
> > ox-reveal is derived from ox-html, it should work as specifie
On Sun, Aug 02, 2015 at 10:24:25AM +0100, Eric S Fraga wrote:
> Now, I can simply start up emacs with a light background, export my
> slides and everything is fine. However, it would be nice to not have to
> start up a new emacs just for this. Is there an easy way to pretend,
> for export to HTML
On Thu, Mar 26, 2015 at 02:57:40PM +0100, Alan Schmitt wrote:
> On 2015-03-26 14:50, Bernd Haug writes:
>
> I'm using this nice trick (passed to me by a colleague) that sets the
> environment variables and path to be the same in zsh and emacs (launched
> From the GUI).
>
> #+begin_src emacs-lisp
>
There are bugs with calling named call lines and blocks when they are cached.
If the callee is cached, the results vary when the caller is re-evaluated.
The following file demonstrates the bug(s). Unfortunately I don't have time
right now to debug...
#+BEGIN_SRC org
,* Cached results bug
,**
On Sun, Jan 04, 2015 at 02:32:03AM +0100, Rasmus wrote:
> Hi,
>
> RC writes:
>
> > If the default heading and content classes used by ox-html could be
> > changed or aliased it should work well with org-mode html
>
> Maybe you can set up filters then to replace e.g. section into the desired
> n
On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote:
> I would like to have org mode export a project using html5 elements and
> bootstrap framework adapting the worg tutorial:
> org-publish-html-tutorial.html
>
> - template with links to bootstrap css and js files, and a local.js file
> with my
On Sat, Sep 27, 2014 at 07:59:13AM -0700, Jay Iyer wrote:
>Hi,
>I would like to use the S5 backend for HTML presentations but I am not
>able to figure out how: (1) to set up headlines for incremental slide
>builds and (2) to add speaker notes.� I spent a lot of time on the mailing
>
On 2014-08-13 00:46, Shiyuan wrote:
Rick,
Do you mean that and
don't mean the same thing? Their names suggest they do the same
things. That's a terrible naming. Changing the former to the latter
does fix the problem though. Why is that?
Please read the HTML specifications for an explain
On 2014-08-11 10:58, Avdi Grimm wrote:
Hi there, Org experts!
I write books in org-mode, and one of the features I've really started
to need is to be able to automatically include filename information
when exporting source code listings. That is, given some Org source
like this:
#+BEGIN_SRC
On Sat, Aug 09, 2014 at 05:49:27PM -0700, Shiyuan wrote:
>Hi,�
>� � I learned a bit a about html/css and took another look the issue. It
>turns out that org-mode uses the border attribute which is not respected
>by my browser(Google Chrome version 36.0.1985.125 on Mac 10.9.4) .�
>
On Wed, Aug 06, 2014 at 10:05:25AM +0200, Rainer Stengele wrote:
>Am 05.08.2014 um 15:39 schrieb Rick Frankel:
> On 2014-08-05 08:25, Rainer Stengele wrote:
>doing an html export of
>
>* headline
>- [ ] checkbox
>- item
>
&
On Wed, Aug 06, 2014 at 10:05:25AM +0200, Rainer Stengele wrote:
>Am 05.08.2014 um 15:39 schrieb Rick Frankel:
>
>I do not see the checkbox box anymore as I did in older versions.
>I tried to find an export setting, tried several settings related to
>tod
On 2014-08-05 08:25, Rainer Stengele wrote:
Hi,
doing an html export of
* headline
- [ ] checkbox
- item
I do not see the checkbox box anymore as I did in older versions.
I tried to find an export setting, tried several settings related to
todos but I cannot find a setting stopping the box to
On 2014-07-22 22:35, Matt Lundin wrote:
Nick Dokos writes:
In short, is there a more graceful and export-friendly way to use babel
to generate org headlines for export? Or is there an easy way to get
the
export backend to delete the opening part of the drawer (i.e.,
:RESULTS:)?
Any advice wo
On 2014-07-11 20:28, Ken Mankoff wrote:
Try (org-redisplay-inline-images). Note "re".
#+BEGIN_SRC :post (org-redisplay-inline-images)
#+END_SRC
#+RESULTS:
I believe it is on WORG somewhere:
#+BEGIN_SRC emacs-lisp
(add-hook 'org-babel-after-execute-hook
(lambda () (org-display-inline-images n
On 2014-06-30 05:32, silgon wrote:
Hello guys. I just wanted to say that when you're converting the tables
the properties of the tables are different. The properties are not
longer part of the parameters of the tag, they are part of the css
configuration. I realized that by using *org-reveal* to
simply
a hard-coded replacement within `org-html-format-latex', may be safer
in
the long run. Anyway Rick Frankel may have an opinion here.
Not sure why `org-html-protect-char-alist' is a custom and not just a
var, but IMHO, `org-html-encode-plain-text' is the correct solution.
rick
On 2014-06-24 09:24, Nicolas Goaziou wrote:
Hello,
Achim Gratz writes:
You can disagree all you want, that doesn't make the underlying problem
go
away. The reason for the "unattractive spacing" is that list items,
while
conceptually paragraphs, do not have additional spacing after them so
On 2014-06-24 08:46, Achim Gratz wrote:
Eric Schulte gmail.com> writes:
I disagree, editing CSS shouldn't be required for reasonable default
list spacing on HTML export.
You can disagree all you want, that doesn't make the underlying problem
go
away. The reason for the "unattractive spacing"
Sorry, hit the wrong key... completed response below.
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishi
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishing the whole
project? I sometimes update a single file,
On 2014-06-06 18:37, kuanyui wrote:
If you export an Org file to HTML, which has a paragraph before the
first outline, the paragraph will be only wrapped with and no
class/id:
This is an obstacle for write CSS for org HTML page. Maybe this can be
fix by add a seperate class or id for this par
On 2014-06-07 17:15, Shiyuan wrote:
I am following the manual
example http://orgmode.org/worg/org-tutorials/tables.html [1]. But the
two vertical boundary line on the very left and right
is not showing up when exported to html. Anything I am missing?
Thanks.
My guess is that it is relat
On 2014-06-04 12:52, AW wrote:
Am Mittwoch, 4. Juni 2014, 17:04:14 schrieb Eric Abrahamsen:
Eric S Fraga writes:
> On Tuesday, 3 Jun 2014 at 22:14, AW wrote:
>
> [...]
>
>> Hi,
>>
>> thank you, I started again digging into this strange thing and the
>> culprit
>> seems the first line of the htm
On 2014-05-28 09:36, Peter Davis wrote:
On Wed, May 28, 2014 at 09:29:44AM -0400, Rick Frankel wrote:
The begin/end src lines are just that, markers to show where the org
source starts and end. What you have formatted is a source code
listing, not the source code.
If you're giving an ex
On 2014-05-28 09:22, Peter Davis wrote:
On Wed, May 28, 2014 at 08:50:20AM -0400, Rick Frankel wrote:
On 2014-05-28 07:47, Peter Davis wrote:
>Is there any markup which will let me get superscripts and subscripts
>in HTML export?
>
>It would be great if the HTML exporter recognize
On 2014-05-28 07:47, Peter Davis wrote:
Is there any markup which will let me get superscripts and subscripts
in HTML export?
It would be great if the HTML exporter recognized ^{...} and _{...} so
the same markup would work for both LaTeX/PDF and for HTML.
It does for me. I believe it always h
On 2014-05-27 23:25, Steven Arntson wrote:
Nick Dokos writes:
Igor Sosa Mayor writes:
Steven Arntson writes:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is
On 2014-05-15 10:31, Vikas Rawal wrote:
Probably not the answer you want, but as a long-time mac and emacs
user, my suggestion would be to use the vanilla os x version of emacs.
The "nextstep" build of emacs runs as a native app,
You are suggesting to a Mac user to build his own Emacs?
Do you k
On 2014-05-15 07:59, Axel Kielhorn wrote:
I never wanted to learn Emacs.
There is probably a more elegant way to add a /.emacs.d to the path
when the editor is Aquamacs, but I have to learn some elisp for that.
Or a way to tell Aquamacs to use a different init file.
Any suggestions are apprecia
On 2014-05-13 11:03, Esben Stien wrote:
If I have a heading like this:
** foo
bar
baz
..and I export it to html, it comes out like this:
** foo
bar baz
Is there any way to tell export that free form text like this is
allowed?
What you want is verbatim text, or "Literal examples", not really
On Sat, Mar 29, 2014 at 03:12:14PM +0100, Marcin Borkowski wrote:
> Dnia 2014-03-28, o godz. 10:59:43
> Rick Frankel napisał(a):
>
> > On 2014-03-28 10:01, Sebastien Vauban wrote:
> > > Rick Frankel wrote:
> > > BTW, i used "[ ]" for the unchecked box (
On Wed, Apr 02, 2014 at 09:06:48AM +0200, Nicolas Goaziou wrote:
>
> If deemed useful, I think this patch should use
> `org-html--make-attribute-string' instead of hard-coding "class"
> attribute:
>
> (attributes (org-html--make-attribute-string
>(org-export-read-attribute :attr_h
On 2014-04-15 23:25, Rustom Mody wrote:
On Tue, Apr 15, 2014 at 10:39 PM, Rick Frankel
wrote:
On 2014-04-15 07:30, Rustom Mody wrote:
I need (for various reasons) to inline these styles
I have this code in my init to change the html style
(defun rusi/load-css()
"Returns string fro
On 2014-03-29 10:12, Marcin Borkowski wrote:
Dnia 2014-03-28, o godz. 10:59:43
Rick Frankel napisał(a):
On 2014-03-28 10:01, Sebastien Vauban wrote:
> Rick Frankel wrote:
> BTW, i used "[ ]" for the unchecked box (we use the same for
> checked and trans)... I think i'
On 2014-03-28 11:16, Marcin Antczak wrote:
Rick Frankel writes:
On 2014-03-27 15:57, Marcin Antczak wrote:
I've attached patch below, but I'm affraid that there is something
wrong
with indentation.
I'm not sure if there is problem with my settings or just entire
ox-html.el is
On 2014-03-28 00:44, Marcin Borkowski wrote:
Dnia 2014-03-26, o godz. 09:26:15
Rick Frankel napisał(a):
On 2014-03-23 17:01, Marcin Borkowski wrote:
BTW, org-publish has built-in support for pushing to a remote server.
You can use a tramp url as the publishing-directory, bypassing the
On 2014-03-28 10:43, Matt Price wrote:
Hi,
(1) is there already an HTML "import" function that I just don't know
about?
Have you looked at pandoc:
http://johnmacfarlane.net/pandoc/
rick
On 2014-03-27 15:57, Marcin Antczak wrote:
I've attached patch below, but I'm affraid that there is something
wrong
with indentation.
I'm not sure if there is problem with my settings or just entire
ox-html.el is indented badly.
Unfortunately, ox-html is indented with a combination of tabs and
On 2014-03-27 04:43, Nicolas Goaziou wrote:
Hello,
Grant Rettke writes:
Sacha Chua made a nice hack to export checkboxes as unicode symbols to
HTML here:
http://sachachua.com/blog/2014/03/emacs-tweaks-export-org-checkboxes-using-utf-8-symbols/?shareadraft=baba27119_533313c944f64
(defun sacha
On 2014-03-28 10:01, Sebastien Vauban wrote:
Rick Frankel wrote:
BTW, i used "[ ]" for the unchecked box (we use the same for
checked and trans)... I think i'll change the unchecked box to
☐ to match the checked box (same as sachua).
Isn't it error-prone and very misleading
On 2014-03-23 17:01, Marcin Borkowski wrote:
Hi list,
publishing doesn't work. I guess that I broke something;). May the
source and publishing directories be the same? I have this in my
init.el:
(setq org-publish-project-alist
'(("fnis2014"
:base-directory "~/directory"
:publ
when i get out from behind the
firewall...
rick
P.S. Attached for review...
From b49fa8b36b983f32ca9ff090eec0be7ff45a50c3 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Tue, 25 Mar 2014 11:27:07 -0400
Subject: [PATCH] Allow disabling of htmlization in ox-html export.
* lisp/ox-html.el (org
On 2014-03-25 09:31, Dov Grobgeld wrote:
Rick Frankel's ox-slidy.el from:
http://lists.gnu.org/archive/html/emacs-orgmode/2013-10/msg00781.html
[3]
also works really well for me. He is just to modest to let you know
himself. :-)
Actually, i forgot i did the slidy port (it was a quick hack
On Sun, Mar 23, 2014 at 07:00:17PM +0100, Marcin Borkowski wrote:
> Dnia 2014-03-23, o godz. 18:52:35
> Bastien napisał(a):
>
> > Rustom Mody writes:
> >
> > > Just checked with org 7.something (dunno for sure since org-version
> > > does not work -- I had kept around an old directory in case o
On 2014-03-18 15:41, Rasmus wrote:
Rick Frankel writes:
On 2014-03-17 23:31, Rasmus wrote:
A general rule is that the section element is appropriate only if
the element's contents would be listed explicitly in the
document's outline.
So, using this definition, in html5, th
On 2014-03-18 15:46, Rasmus wrote:
Rick Frankel writes:
On 2014-03-17 23:36, Rasmus wrote:
When you refer above to "utf-8 entities", do you mean the named html
entities (e.g., <) or the actual utf-8 encoded characters?
The latter. Do M-x describe-char on such an character. Em
On 2014-03-18 11:46, William Denton wrote:
I would like to use an image as an anchor in an HTML export
(specifically in a reveal.js export---I really like this). I can't
figure out how to make it work, and just end up with either a link
with a missing image or an image with no link. I don't see t
On 2014-03-17 23:31, Rasmus wrote:
It's a variable that you can set in your project or in your Org file
or in your init file. I don't see why div × 3 is better than section
article div or something else conditional on two variables being
explicitly set to get fancy HTML5. . . In any case, I don
On 2014-03-17 23:36, Rasmus wrote:
Rick Frankel writes:
On Mon, Mar 17, 2014 at 11:19:27PM +0100, Rasmus wrote:
Hi Rick,
Rick Frankel writes:
> On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
>> Hello,
>>
>> Nicolas Goaziou writes:
>>
>> > S
On Mon, Mar 17, 2014 at 11:19:27PM +0100, Rasmus wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
> > On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
> >> Hello,
> >>
> >> Nicolas Goaziou writes:
> >>
> >> > So if the chang
On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote:
> Rick Frankel writes:
>
> > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote:
> >> Hi Rasmus and Nicolas,
> >>
> >
> >> Nicolas Goaziou writes:
> >>
> >> >>
ext-markup-alist=.)
Attached is a modification of the patch which fixes 2 & 3. #1 is a
question more for Nicolas & Bastien...
rick
>From 21aed5d34613f9f922c2d1c8f5f67caac918c9cf Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Mon, 17 Mar 2014 13:27:12 -0400
Subject: [PATCH] Support for
On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote:
> Hello,
>
> Nicolas Goaziou writes:
>
> > So if the change is only stylistic, I see no reason to break
> > compatibility with "ox-freemind.el".
> I would favor a solution where the HTML backend uses what's
> readable (— and friends) and wh
On 2014-02-27 10:00, Matt Price wrote:
face-attribute: Wrong type argument: symbolp, (quote
font-lock-constant-face)
Did you try with emacs -Q?
Have you tried resetting the definition of font-lock-constant-face?
rick
t;
>
So, use the class attribute.
#+ATTR_HTML: :class table table-striped table-bordered table-condensed
| a | b | c |
|---+---+---|
| 1 | 2 | 3 |
>
> On Mon, Feb 17, 2014 at 03:22:13PM -0500, Rick Frankel wrote:
> > On Sun, Feb 16, 2014 at 10:31:04PM +0100, Vikas Rawal wro
On Thu, Jan 30, 2014 at 12:57:46AM +, Ahmadou Dicko wrote:
>I love slidify too and I think that having similar functionnality in org
>could be great.
>I think that you have everything to do that using the html backend, you
>just need to interface the right Javascript/HTML5 libra
On 2014-01-21 14:08, Christopher Kotfila wrote:
Is it possible to include org heading properties directly in
codeblocks on tangle?
** Some Subheading
:PROPERTIES:
:FOO: "bar"
:END:
#+BEGIN_SRC emacs-lisp :tangle /path/to/.dir-locals.el :noweb yes
((python-mode . ((some-var . <>
#+END_SRC
On 2014-01-17 12:34, Eric Schulte wrote:
Achim Gratz writes:
What commit were you on before the pull and what branch/commit are you
on now? Also, what's the output of "make config-test" (if you've added
"sh" to BTEST_OB_LANGUAGES, simply remove it).
I believe Achim's suggestion should be the
On Sat, Jan 11, 2014 at 02:27:01AM +0100, Arne Babenhauserheide wrote:
> The following in ox-s5.el should fix this:
>
> (defcustom org-s5-title-slide-template
> "%t
> %a
> %e
> %d"
applied in maint and master.
On Sat, Jan 11, 2014 at 10:21:39AM +0100, Bastien wrote:
> Rick Frankel writes:
>
> > I thing the solution is to use an tag for svg, but an
> > tag for the rest.
>
> Yes -- I'm no HTML guru, but this corresponds to what I see in most
> HTML pages.
Chan
Eric-
After doing a git pull including the rename of ob-sh.el to
ob-shell.el, testing fails with the error:
Cannot open load file: no such file or directory, ob-sh
rick
On 2014-01-16 11:44, Achim Gratz wrote:
Andreas Leha writes:
Yes, I know. That's why I am sighing a bit: Both approaches need work
or are inconvenient in one way or the other.
That trait of reproducibility is shared with security. You might want
to have alook at this:
https://www.vagrantup.c
On 2014-01-15 03:04, Alan Schmitt wrote:
Quick summary: I'm now able to generate the css, but I don't understand
how it can change the colors.
However, I still find there is a problem. Here is the html source
generated from a snippet of the file:
#+BEGIN_SRC html
Inductive expr :=
| expr_th
On 2014-01-14 08:45, Alan Schmitt wrote:
Hello,
I'm trying to batch export a file, and I don't seem to have
colorization
working. Reading the documentation a bit, I found this information:
Following these instructions, I set up this variable in the init.el
called upon batch exporting, among o
On 2014-01-09 16:10, Nick Dokos wrote:
Exporting this to HTML produces tags like this:
,
|
|
|
|
|
|
|
|
|
|
`
I attach a patch[fn:1] that changes these to tags (the patch
is
proof-of-concept only, not meant for integration into org core - it'll
need a fair amount of work b
On 2014-01-09 07:22, Sebastien Vauban wrote:
Hello,
(setq org-src-fontify-natively t)
as the default value of `org-src-fontify-natively' is `nil'.
WDYT if we turn it on by default?
+1.
On 2014-01-08 15:41, Aric wrote:
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) w
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
> >
> > This would tell ox-html.el to transcode the table via ox-latex-tabel
> > and feed the string via org-html-format-latex (assuming latex-frag is
> > a string).
>
> FWIW, I think it's worth trying. I'm Cc'ing Rick Frankel for his
> opinion.
>
I have no opinion on this one. Nicolas, if you think this is the
correct approach syntactically, then it works for me.
rick
Bastien-
Top quoting to keep the history but save the search to the bottom
:)...
Yes, i will rework/simplify the patch (remove the free-form option and
the in-buffer setting), but I've been short on time the last week or
so.. Will fix it and push this week.
BTW, I've kept ascii output as the def
On 2013-12-27 12:23, Bastien wrote:
Rustom Mody writes:
When the html-doctype is set to html5 the generator still generates
name attributes in links which is not correct html5
http://dev.w3.org/html5/markup/a.html#a-constraints
Can you give an example of what it does and what it should do?
R
On Fri, Dec 20, 2013 at 10:12:24AM -0700, Eric Schulte wrote:
> Applied, Thanks!
>
> I've played with APL but never seriously, however I can see it being a
> perfect tool for manipulating Org-mode tables.
>
> If you have time to put some documentation up on Worg as a new [1]
> linked from [2] tha
tia
rick
>From 41da34c352f9c3899ece8294c3f618b665f12281 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Tue, 3 Dec 2013 14:37:30 -0500
Subject: [PATCH] Add customization options for html checkboxes.
* lisp/ox-html.el (html): Add in-buffer option HTML_CHECKBOX_TYP
(org-html-checkbox-types): New constant. Contains
On 2013-12-05 03:56, Gijs Hillenius wrote:
Hello
I have trouble finding the correct explanation in ox-html.el.gz and
searching on the web. I'm trying to tell the html exporter *not* to
include the "
On 2013-12-02 03:44, Sebastien Vauban wrote:
Hello,
Carsten Dominik wrote:
I agree, but couldn't think of any other way. There are 3 other
unicode options:
1. A box with an X (☒ U+2612 BALLOT BOX WITH X)
2. A bare (unboxed) X (✗ U+2717 BALLOT X)
3 A bare checkmark (✓ U+
On 2013-12-02 11:38, Peter Davis wrote:
I've now changed ox-html.el to include this:
(defun org-html-checkbox (checkbox)
"Format CHECKBOX into HTML."
(case checkbox (on "☒")
(off "☐")
(trans "☑")
(t "")))
This is sort of close to using
[ ] for unchecked
[/] for partially checked
[X] for checke
e
unicode and the look at the html checkbox options.
FWIW, there are other issues w/ the active version besides the changes
not being saved -- If you are using hierarchical list or rollups
indicators ([x/y], [x%]), they will not be updated w/o some
javascript.
rick
>
>
> On 29.11.2013, at
On 2013-11-28 16:58, Matt Price wrote:
On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban
wrote:
Achim Gratz wrote:
Rick Frankel writes:
For xhtml compatibility, it would need to be 'checked="checked"'. I've
done a quick look at the html dtd, and i does look like i
On Wed, Nov 27, 2013 at 01:20:59PM -0500, Peter Davis wrote:
> On Wed, Nov 27, 2013 at 11:03:38AM -0500, Nick Dokos wrote:
> > Peter Davis writes:
> >
> > > I noticed that HTML output contains "[ ]" and "[X]", just like
> the
> > > mark-up. Wouldn't it make sense to use actual unchecked or
> check
On 2013-11-27 04:49, Joost Helberg wrote:
Hi,
in case psql (version 9.1 and later) encounters a SQL error, e.g. a
syntax error, it doesn't exit with an error-code. Instead it
continues and exits with 0. This means that evaluating faulty SQL-code
in org-mode/babel leaves the user with no clue of
Eric-
Since you're looking at call lines :)...
there is a (fairly new i think) bug:
When searching forward for results, following call lines are not
being respected as stop points. For instance, given:
#+BEGIN_SRC org
,* Call block test
,#+name: call-me
,#+BEGIN_SRC emacs-lisp :var v="one"
v
,
On 2013-11-13 09:17, Eric Schulte wrote:
Perhaps we should change `org-babel-default-inline-header-args' to
include `(:hlines "yes")'. If there is no push back on that change I'd
be happy to make it.
I agree. It would probably make the behavior less confusing.
rick
On 2013-11-12 11:09, Jarmo Hurri wrote:
Rick Frankel writes:
Greetings Rick.
Note that in versions of org-mode prior to commit 6857d139 of
2013-09-28 (below), this was overridden in the setting of
`org-babel-default-header-args:emacs-lisp, so this may be why you are
seeing and "inconsis
quot; (table params))
#+TITLE: Colnames handling
#+DATE: {{{modification-time(%Y-%m-%d)}}}
#+AUTHOR: Rick Frankel
#+EMAIL: ut0598@rtasdv12
#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
#+OPTIONS: author:t c:nil creator:comment d:(not LOGBOOK) date:t
#+OPTIONS: e:t email:nil
On 2013-11-06 15:14, Achim Gratz wrote:
Achim Gratz writes:
[...]
with these formulas:
#+TBLFM: $=vsum(@-II..@-I)
whoops, press C-c C-c in the wrong buffer.
I meant these formulas:
#+TBLFM: @$=vsum(@-II..@-I)
#+TBLFM: @II=vsum(@-II..@-I)
#+TBLFM: @III=vsum(@-II..@-I)
#+TBLFM: @=vsum(@-II..
On 2013-11-07 00:59, Michael Brand wrote:
On Wed, Nov 6, 2013 at 7:50 PM, Rick Frankel wrote:
+ (not (string-match "\.\.@" (car x
This would be the same as
+ (not (string-match "..@" (car x
but you meant
+
On 2013-11-06 03:23, Bastien wrote:
lom...@voila.fr writes:
I was interested to use hline references on the left side. However I
found out that it
is not completely unsupported.
When the left side consist of:
* single cells references, it does not work
* ranged cells, it works for me (org 8.0.
On 2013-10-31 12:20, Cook, Malcolm wrote:
>> So it turns out that this is a REALLY simple patch (two characters):
>>
>> +++ b/lisp/org.el
>> @@ -18853,7 +18853,7 @@ BEG and END default to the buffer
boundaries."
>> (widen)
>> (setq beg (or beg (point-min)) end (or end (point-max)))
>> (goto-ch
1 - 100 of 248 matches
Mail list logo