dated to
include tables in the list of contexts where shifted cursor keys execute
Org commands.
Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw scroll
bars)
of 2019-09-07
Package: Org mode version 9.3.6 (9.3.6-elpa @
/home/vladimir/.emacs.d/elpa/org-9.3.6/)
current
You first need to decide on a syntax:
how many cols in the table and what do they
mean.
A Confluence plugin does that. You may want to check it out for inspiration and
nice examples:
https://studio.plugins.atlassian.com/wiki/display/GVIZ/Confluence+Graphviz+Plugin
https://studio.plugins.atlassi
I have a dream. A dream where all people, emacs orgmode devotees or not,
can work together on a wiki. :-)
I mean this: in an office environment, the majority of people would not be
emacs users. So despite the excellent collaboration workflow based on sharing
org files through git, the average off
Sébastien Vauban writes:
> Believe me or not, but C-g has not effect during those 7 seconds. It simply
> does not stop anything
Sounds like emacs is waiting inside some blocking call, and waits until it
times
out. Likely a network call. Do you have any tramp/efs/angeftp stuff going on?
_
I tried following http://orgmode.org/worg/org-contribute.php to the letter.
But this is my first patch (and first time using git & magit), so please kindly
give me feedback if something is not right.
* doc/org.texi: org-confirm-babel-evaluate: add example for using a
function
* lisp/ob.el (org-
eimp.el uses an external program (mogrify) to actually modify the image.
That's not what is wanted. The image should remain the same,
just be displayed in emacs in a smaller size
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to
I think org-mode\contrib\scripts\ditaa.jar
should be upgraded to the newest version from
http://sourceforge.net/projects/ditaa/
which is 0.9 of 2009-11-24.
I've been running with it for a month, no problems.
___
Emacs-orgmode mailing list
Please use `Re
Here's a patch that introduces two custom options
org-display-inline-image-width, org-display-inline-image-height
and patches org-display-inline-images to respect them as
max width, height settings for inline images.
(Someone please defcustom them for me, I only know defvar syntax).
org-display-i
How to avoid line breakage in the patch?
Some source lines are naturally >80 chars and I wouldn't like to shorten them.
I posted from the web (http://post.gmane.org/post.php?group=gmane.emacs.orgmode)
I guess I should get an account and post from a real mail client?
Furthermore, the "Comments" at
Some of the .dir-locals.el files in the distribution are
symbolic links to another.
On cygwin they come out as LNK files.
Emacs tries to load such LNK file and fails.
I had to remove these files to be able to edit orgmode elisp files.
Perhaps there is a way to make emacs on cygwin interpret LNK a
> Some of the .dir-locals.el files in the distribution are
> symbolic links to another. On cygwin they come out as LNK files.
The error I get is
Directory-local variables error: (wrong-type-argument listp ! \.)
___
Emacs-orgmode mailing list
Please
Error Reporting
Kernel driver in use: *rt2800pci*
Kernel modules: rt2800pci
#+END_EXAMPLE
But in exported html file the '*'s are remain. Is it possible to use
markup in BEGIN_EXAMPLE? Or I have to use another type of block?
---
TIA, Vladimir Lomov
Hi.
Is it possible to markup one character in a word, like e*X*ecute. For
now this don't work. I tried to add ZERO WIDTH SPACE (found on mailing
list) before first * and last * like in example e*X*ecute but this
don't work also.
---
WBR, Vladimir Lomov
p parse code the ZERO WIDTH SPACE?
I found about ZWS here
http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Word_joiners_and_separators
> On Thu, Aug 25, 2011 at 3:00 AM, Vladimir Lomov wrote:
>> Hi.
>> Is it possible to markup one character in a word, like e*X*ecute. Fo
Internal links do not work in HTML export unless CUSTOM_ID is used.
I have tried with [[id:]] and [[*Heading]] links.
It makes the link like this:
It makes the anchor like this:
...
and if the entry has ID (id: link is used) then also
Unfortunately h2.id doesn't create an anchor,
and even
1. Evaluate this:
(setq org-entities-user ; name latex math-p html ascii latin1 utf8
'(("ok" nil nil "ચ" "OK" "OK" "✔")
("nok" nil nil "ઞ" "NOK" "NOK" "✘")))
(setq org-pretty-entities t); \ok -> ✔ in buffer
2. Put this in an org buffer
- \ok Deploy on x
- \nok Deploy on y
- \nok
Is there a way to configure the HTML export to open every
*external* link to another window?
Eg this is very useful for web presentations (search for "s5 org).
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-org
I've isolated it by running clean emacs (emacs -q) with this setup:
(setq org-entities-user ; name latex math-p html ascii latin1 utf8
'(("ok" nil nil "✔" "OK" "OK" "✔")
("nok" nil nil "✘" "NOK" "NOK" "✘"))
org-pretty-entities t)
And this small org file:
#+STARTUP: show
> I don't think this is really necessary.
IN web presentations (eg s5.org) each section is one slide (screen).
If you click on an external link, it replaces the presentation,
and when you go back to it, you lose the current slide.
Setting some global HTML_ATTR may also be useful for images,
eg if
> not able to reproduce this
> with GNU Emacs 24.0.50.2 of 2011-02-15.
Can I get this from somewhere, built for W32/cygwin?
I got 24.0.50.1 from file Emacs24.BZR.102298.Win32.20101110.zip
from http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/unptch/ .
I looked there for a newer version, but there
I want to manage some perl regexps in a table
then feed them to a code block (literate programming).
Unfortunately they include alternatives (|)
and the table editor thinks this is a column break.
There's no way to escape this?
On a related thought: what is the best way to manage
leading/trailin
When I try to tangle the simple file shown below, I get this error:
"Wrong type argument: sequencep, hline".
Org-mode version 7.4 (release_7.4.44.g49d9c.dirty)
I have the default values of these args (checked through gebugging)
According to the help:
* :hlines: `no' (default)
Strips horizontal
I keep perl regexps in a table, and some of them start with "(".
I'd like these to be left alone (returned unmodified as a string).
(info "(org)var") doesn't mention special processing of table cells,
but the doc of org-babel-read says:
Convert the string value of CELL to a number if appropriate.
> The hline was assumed to be a list (as normal rows are) by the indexing
> code, so I just inserted a quick check to ensure that hlines are left
> alone.
So Eric, you're handing this arg as per documentation (info)
* :hlines: `no' (default)
Strips horizontal lines from the input table.
But you
> would be onerous to have to wrap every cell
> of a table in double quotes...
I tried doing this as a workaround, but it is not
since the quotes are passed to perl, and that's not what I want
> it would be a breaking change for
> anyone who is currently relying on the ability
Right, that's why
> What syntax would you suggest to indicate that a variable is to be
> passed without the possibility of elisp evaluation
I think this should be done with a header arg,
since they have very flexible setup scheme:
see (info "(org)Using header arguments")
"values of header arguments can be set
I found a simple WORKAROUND.
Kindly put this in the documentation of :colnames,
at the end of the nil value:
Please note that such "table disassembly" does not work with var indexing.
As a simple workaround, put the #+tblname AFTER the hline (not before the
table).
For example:
#+STARTUP: sh
> C-h v org--emphasis
But how do you know how many dashes to put?
I'd use apropos-variable (show variables matching pattern: WORDS or regexp).
I bind that to C-h C-v and use it often.
All apropos* functions are very useful, learn them
___
Emacs-orgmo
> I've applied the patch
> attached to my previous email and unless there is a real push-back ...
Could you add handling of quoted strings?
And most importantly, document all of this in "(org)var".
Here is a merged dscription:
If a value starts with one of ('` it is read as an emacs lisp sexp.
If
> I believe quoted strings are already handled, e.g.,
> #+results:
> : "(a b c)"
They are not. This leaves the quotes as part of the string.
Please add a second usage to the description:
(this is useful for having leading/trailing whitespace in a string,
or having a leading ('` yet preventing th
> > what is the best way to manage
> > leading/trailing spaces in a table cell?
> This i don't understand -- you want to *keep* the spaces
> in the exported table?
Not all spaces, but some spaces some of the time is needed.
The recent patch to org-babel-read by Erik Schulte makes this possible. S
t small patch that works for me, if it is ok (and I don't mess all
around) I can change all other `flet' (but I can't check them all).
> Regards,
> Achim.
Thanks again Achim, you point me in right direction (to change function
:).
P.S. Patch is bziped thou
Hello,
I'm using Emacs compiled from BZR trunk and Org-mode compiled from GIT.
Begining from some revision (I don't remember exact revno) function
`flet' was declared obsolete so Org-mode compilation is accompanied with
warnings about that.
If just ignore them then I get malfunction Org-mode. I
e alternate patch below moves
> these definitions from org-macs.el to org-compat.el.
> Thanks,
[...]
This is interesting, but seems not fully functional. After applying
patch I tried export to html but got
Symbol's function definition is void: matches
I'll compare y
** Vladimir Lomov [2012-07-19 21:33:57 +0900]:
> Hello,
> ** Eric Schulte [2012-07-18 22:13:45 -0600]:
>> Achim Gratz writes:
>>> Eric Schulte writes:
>>>> This attached alternate patch introduces two new compatibility macros
>>>> named `org-flet
Hello,
** Vladimir Lomov [2012-07-20 10:19:45 +0900]:
> ** Vladimir Lomov [2012-07-19 21:33:57 +0900]:
>> Hello,
>>> ** Eric Schulte [2012-07-18 22:13:45 -0600]:
>>> This attached alternate patch introduces two new compatibility macros
>>> named `org-f
)
(when as
(if (member (car as) bs)
(car as)
---
WBR, Vladimir Lomov
--
The core is not frozen, but slushy.
-- Larry Wall in <199705101952.maa00...@wall.org>
t is enough to set
variables in apropriate RC files: bash uses ~/.bash_profile and
~/.bashrc depending on type of shell (login or not), for zsh see manual.
When run graphical session it depends what DE and DM are used. GNOME,
Unity launched by gdm or lightdm read user settings from ~/.profile
---
WBR, Vladimir Lomov
--
Walk softly and carry a big stick.
-- Theodore Roosevelt
Hello,
** cin...@gmail.com [2012-11-19 14:32:21 +0900]:
> Hi,
> AFAIK, if the markup syntax (=code=, *bold*, ..) is directly followed
> by non-whitespace characters, then it will not be marked-up:
>=hello=there
>/not/italic
> This may be right decision on English text, but in some langu
Hi,
** flav [2012-12-10 13:03:52 +0100]:
> Hello,
> I can't find out the css of the orgmode web site.
> Is it possible to get it ?
> Where ?
> Thanks
wget http://orgmode.org/org.css
---
WBR, Vladimir Lomov
--
Money will say more in one moment than the most eloquent lover can in years.
Hello,
- 8< -
#+TITLE: Literate Programming for configuration settings
#+AUTHOR: Vladimir Lomov
#+OPTIONS: toc:nil
* Literate Programming
I'm trying to use the Literate Programming to describe my set up of
Openbox and my
Hello,
** Eric Schulte [2012-03-05 07:58:59 -0700]:
> Hi Vladimir,
> [...]
>> At first, I thought about table in org file with three columns:
>> | Keybind | Code | Description |
>> |-+--+-|
>> but I don't know how to exclude second
--- 8< ---
#+TITLE: One code two tables
Hello, I'm adopting my workflow to org, and now I want to understand what I do
wrong in following.
Suppose I have two tables with headers and three columns. In export to html I
want to get two tables
with fi
regards, Marc
Thanks Marc.
---
WBR, Vladimir Lomov
--
"...and the fully armed nuclear warheads, are, of course, merely a
courtesy detail."
Hello,
according to org mode documentation it is possible to include SVG images
while exporting to Docbook, but is it possible to use them in html
export too?
Small example:
#+TITLE: Export to HTML with SVG image
#+AUTHOR: Vladimir Lomov
* SVG image in HTML document
#+name: gnuplot-img1
Hello,
I prepared small patch to add Russian translation to org-exp.
---
WBR, Vladimir Lomov
--
Weiner's Law of Libraries:
There are no answers, only cross references.
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 174619a..a1102a8 100644
--- a/lisp/org-exp.el
+++ b/lis
modules '(org-special-blocks))" ex.org
P.S. I looked into git log but the only recent changes in
org-special-blocks.el were variable renaming: 'line' ->
'org-special-blocks-line'. I remember that export function works Mar. 31
but don't remember what commit of o
#+TITLE: Problem with exporting TAB key
#+AUTHOR: Vladimir Lomov
* How to make TAB key to be exported from ORG document?
Consider the following example:
#+name: ex1
#+BEGIN_SRC sh :exports code
sort -t " " -k 3 -o file2 file1
sort -t " " -k 3 -o file3 file
#+END_
Hello,
** Nick Dokos [2012-04-05 00:13:10 -0400]:
> Vladimir Lomov wrote:
>> #+TITLE: Problem with exporting TAB key
>> #+AUTHOR: Vladimir Lomov
>> * How to make TAB key to be exported from ORG document?
>> Consider the following example:
>> #+name: ex1
>&g
Hello,
** Olaf Meeuwissen [2012-04-05 14:01:37 +0900]:
> Vladimir Lomov writes:
>> Hello,
>> ** Nick Dokos [2012-04-05 00:13:10 -0400]:
>>> Vladimir Lomov wrote:
>>>> #+TITLE: Problem with exporting TAB key
>>>> #+AUTHOR: Vladimir Lomov
&g
al setup for
> reproducing this bug -- thanks!
This sounds similar to
http://article.gmane.org/gmane.emacs.orgmode/54278
(sorry I don't know other way to refer to message in mailing list).
---
WBR, Vladimir Lomov
--
Extraordinary claims demand extraordinary proof. There are many example
Hello,
** Nick Dokos [2012-04-05 00:13:10 -0400]:
> Vladimir Lomov wrote:
>> #+TITLE: Problem with exporting TAB key
>> #+AUTHOR: Vladimir Lomov
>> * How to make TAB key to be exported from ORG document?
>> Consider the following example:
>> #+name: ex1
>&g
Hello,
** Bastien [2012-04-06 10:54:13 +0200]:
> Hi Vladimir,
> Vladimir Lomov writes:
>> How about that:
>> [see attached file "ex.org"]
>> I run it with my standard configuration (at end of attached file) and with
>> emacs -Q -eval "(setq org-mod
Hello,
** Bastien [2012-04-06 11:11:00 +0200]:
> Hi Vladimir,
> Vladimir Lomov writes:
>> Just tried, I commented that line in org-exp.el, run Emacs open ORG file
>> export it to HTML and tangle it. HTML document has spaces instead of TAB
>> as well as shell file.
il
> (progn
> (cd tmpdir)
> - (setenv "TEXINPUTS" concat(default-directory ":.:"))
> (call-process "latex" nil nil nil texfile))
> (error nil))
> (cd dir))
P.S. I'm using org with late
Hello,
#+TITLE: Example with org-mode and flyspell on.
#+AUTHOR: Vladimir Lomov
* Org-mode src blocks and flyspell
I faced with strange problem with Emacs and org-mode.
In my real example I use src blocks and run =C-c '= to
edit them in native mode (shell).
If I enter into native mode
Hello Bastien,
** Bastien [2012-04-27 23:49:06 +0200]:
> Hello Vladimir,
> I can't reproduce the problem you describe, but maybe I misunderstood
> some of the steps... if you can, please describe a reproducible recipe.
> Also mention Org's version explicitely.
&g
Hello,
** Bastien [2012-04-29 11:31:10 +0200]:
> Hi Vladimir,
> Vladimir Lomov writes:
>> Emacs: bzr revno 108056
>> org-mode: 7.8.09-413-g21e24f @ /usr/share/emacs/site-lisp/org/org-install.el
>> The same example file (~example.org~) and the same procecure to get
.50.1 (compiled from BZR trunk)
Org-mode version 7.8.11 (=release_7.8.11-18-g244331 @
/usr/share/emacs/site-lisp/org/=)
---
WBR, Vladimir Lomov
--
You got to pay your dues if you want to sing the blues,
And you know it don't come easy ...
I don't ask for much, I only want trust,
And you know it don't come easy ...
Hello,
** Nick Dokos [2012-05-30 03:31:02 -0400]:
> Vladimir Lomov wrote:
>> * Asymptote example
>> Hello, can someone enlighten me what's the problem with the following
>> example:
>> I want to export both the Asymptote code and its (PNG) result:
>>
Hello,
as topic states, below example and extact messages copied from *Messages* buffer
--- 8< ---
#+TITLE: Example
#+AUTHOR: Vladimir Lomov
#+DESCRIPTION: This example shows a problem with Org mode and Emacs 108681
#+OPTIONS: LaTeX:dvipng ^:{} toc:nil num:nil
* Exam
s to become more crucial here.
> Don't think that the problem of emacs, but org …
> Thanks.
I'll wait the Org developers response.
---
WBR, Vladimir Lomov
--
I would like to urinate in an OVULAR, porcelain pool --
hey do and it still doesn't work, the bug may be in org, but more
> likely in Emacs.
So I dont' know where a bug is. I only know which rev. triggers it.
> Regards,
> Achim.
---
WBR, Vladimir Lomov
--
We didn't put in ^^ because then we'd have to keep telling people
It would be nice to allow multiline BINDs. I'd much rather write this than put
it all on one line:
#+BIND: va/org-dot-preamble "digraph g {
#+BIND: rankdir=LR nodesep=0.2 ranksep=0.1 arrowsize=0.2
#+BIND: node [fontname=courier fontsize=8 margin='0.02,0.01' shape=circle
width=0.1 height=0.1
I have a bunch of dot settings that I want to set globally. I hacked it like
this:
(setq va/org-dot-preamble "digraph g {
rankdir=LR nodesep=0.2 ranksep=0.1 arrowsize=0.2
node [fontname=courier fontsize=10 margin=\"0.02,0.01\" shape=box width=0.1
height=0.1]
edge [fontname=courier fontsize
> > The org-plus-contrib package on http://orgmode.org/elpa/ should provide
> > org-8.0
> Why do you think it does not?
To be frank, I'm not sure how packages declare what they provide.
org-plus-contrib has this
(define-package "org-plus-contrib" "20140526" "Outline-based notes management
and o
> > 1. Open emacs-crash-test.org
> > 2. Make the window smaller (e.g. 20 lines tall)
> > 2. Roll the mouse wheel down until you see the end of file, then up.
> > 3. CRASH
The specific org file doesn't matter.
The window size doesn't matter.
This crash happens to me occasionally (2-3 times a week),
Vladimir Alexiev ontotext.com> writes:
> I have a bunch of dot settings that I want to set globally. I hacked it like
> this:
> (defadvice org-babel-expand-body:dot (before add-preamble (body params)
> activate)
A better way to hack it is like that, using the header arg
t;server" buffer.
The reason is that (org-protocol-check-filename-for-protocol) does
(server-edit),
which does "Switch to next server editing buffer; say "Done" for current
buffer."
If I set the :kill-client to nil, nothing happens (as far as I can see).
Why does (or
I have a IRI link (written without any brackets) including Cyrillic like this:
https://bg.wikipedia.org/wiki/Уикипедия:Сътрудничество/Държавна_агенция_„Архиви“#Mapped_to_DBpedia
When I click it, it goes to this:
https://bg.wikipedia.org/wiki/Уикипедия:Сътрудничество/Държавна_агенциь:/my/Onto/K
I use visual-line-mode to wrap long lines on display.
But for org tables, wrapping makes the display very confused.
Is it possible to have truncate-lines ONLY for lines that represent tables?
file
,#+AUTHOR: Vladimir Lomov
,* Purpose of this document
The purpose of this document is to show or not to show a problem with
exporting Org document into html.
#+END_SRC
#+BEGIN_SRC org :tangle test2.org
,#+TITLE: Test document number 2
,#+AUTHOR: Vladimir Lomov
,* What I expect from this
is on by default or
alternatively code works bad with source blocks while exporting.
Also I see strange extra space at bottom of any source block (pre tag)
but this may be unrelated with that commit.
---
WBR, Vladimir Lomov
--
The Seventh Commandments for Technicians:
Work thou not on energiz
"]
> pushInsteadOf = http://repo.or.cz/r/
> #+end_example
> If the pull was from orgmode.org/w/worg.git, why am I setting an
> option to push with git to repo.or.cz?
> Any suggestions?
This works for me
git clone http://orgmode.org/org-mode.git
It may take some time to clone
Hello,
** John Hendy [2013-03-24 20:34:09 -0500]:
> On Sun, Mar 24, 2013 at 7:54 PM, Vladimir Lomov wrote:
>> Hello,
>> ** John Hendy [2013-03-24 12:52:34 -0500]:
>>> I can't use git protocol due to being behind a firewall at work,
>>> otherwise I woul
Hello,
as topic states, I attached small patch.
---
WBR, Vladimir Lomov
--
For some reason a glaze passes over people's faces when you say
"Canada". Maybe we should invade South Dakota or something.
-- Sandra Gotlieb, wife of the Canadian ambassador to the U.
Hello,
** Nicolas Goaziou [2013-04-06 22:58:43 +0200]:
> Hello,
> Vladimir Lomov writes:
>> Hello, the following simple Org document
>> #+BEGIN_SRC org
>> ,#+OPTIONS: LaTeX:dvipng ^:{}
>> This is small example $\exp^{\imath\phi}=\cos\phi+\imath\sin\phi$.
>&g
com/emacs-orgmode@gnu.org/msg37638.html
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg59490.html
---
WBR, Vladimir Lomov
--
Just because you're paranoid doesn't mean they AREN'T after you.
more information.
Thanks in advance.
---
WBR, Vladimir Lomov
--
Okay ... I'm going home to write the "I HATE RUBIK's CUBE HANDBOOK FOR
DEAD CAT LOVERS" ...
ex.org
Description: Lotus Organizer
Title: Example document
Example document
Hello, I faced with a problem when export
t text from PDF file), so I read docstring
of 'org-file-apps' variable and tried to change it accordingly, but
seems I do something strange because following example don't work.
###
#+TITLE: Self-contained example
** Nick Dokos [2013-06-27 01:52:49 -0400]:
> Vladimir Lomov writes:
> > #+BEGIN_SRC emacs-lisp :tangle org-apps-c.el
> > (add-to-list 'load-path "/usr/share/emacs/site-lisp/org")
> > (require 'org)
> > (setq org-file-apps
> >
Hello,
** Nick Dokos [2013-06-27 09:33:41 -0400]:
> Vladimir Lomov writes:
>> ** Nick Dokos [2013-06-27 01:52:49 -0400]:
>>> Vladimir Lomov writes:
>>>> #+BEGIN_SRC emacs-lisp :tangle org-apps-c.el
>>>> (add-to-list 'load-path "/
b0' commit with previous commit
and made small patch which fixes the problem.
---
WBR, Vladimir Lomov
--
There's nothing very mysterious about you, except that
nobody really knows your origin, purpose, or destination.
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b4f604b..
d
END_EXAMPLE
P.S. I was lazy to prepare MWE. The mentioned document is available at
https://github.com/vp1981/scripts/blob/master/docs/openbox/rc.org
---
WBR, Vladimir Lomov
--
pessimist:
A man who spends all his time worrying about how he can keep the
wolf from the door.
optimi
, if it is possible
2) and how to extend or customize (write a custom backend) to take into
accout these new elements.
Thanks in advance, Vladimir Lomov
--
You will triumph over your enemy.
ied adding ":padline" to yes, but I normally should not, as it
>> is
>> the default.
>> Best regards,
>> Seb
> Hi Seb,
> Thanks for this bug report, there was a problem in my previous patch in
> this thread. I've just pushed up a fix whi
Hello,
topic title states my problem completely, some details:
- I use emacs compiled from bzr trunk (revno 114606) on my system:
Archlinux x86_64 with gcc 4.8.1 and make 4.0;
- org-mode: 8.2.1-86-gbe3dad.
This is excert from make log:
#+BEGIN_EXAMPLE
...
Compiling
/home/vladimir/buildpkg/emacs
Hello,
please consider this sample Org document (ex-call.org):
8<
#+TITLE: Example with CALL directive
#+AUTHOR: Vladimir Lomov
#+OPTIONS: num:nil
* This is first section
Recently I faced with a stra
Hi,
** Vladimir Lomov [2013-10-11 13:11:11 +0900]:
> Hello,
> please consider this sample Org document (ex-call.org):
[...]
> I have typed above document in Emacs run as
> emacs -Q -l min-org.el --eval "(require 'ox-html)" ex-call.org
I forgot to include minima
Hello,
** Vladimir Lomov [2013-10-10 16:15:27 +0900]:
> Hello,
> topic title states my problem completely, some details:
> - I use emacs compiled from bzr trunk (revno 114606) on my system:
> Archlinux x86_64 with gcc 4.8.1 and make 4.0;
> - org-mode: 8.2.1-86-gbe3dad.
> T
Hello,
** Sebastien Vauban [2013-10-11 09:32:12 +0200]:
> Hello Vladimir,
[...]
> I confirm the problem on my Windows environment:
> - GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-09-30 on LEG570
> - Org-mode version 8.1.1 (release_8.1.1-13-ga1f9a1)
> ... and I don't
Hello,
** Eric S Fraga [2013-10-11 08:45:09 +0100]:
> Vladimir Lomov writes:
>> Hello,
>> please consider this sample Org document (ex-call.org):
> [...]
>> Recently I faced with a strange message in minibuffer:
>> #+BEGIN_EXAMPLE
>> Marker points into wron
ath \"/usr/share/emacs/site-lisp/org\")"
--eval "(require 'org)" --eval "(require 'ox-html)" ex-call3.org
(ex-call3.org is the name of example document).
---
WBR, Vladimir Lomov.
--
A lost ounce of gold may be found, a lost moment of time never.
he emacs-dev list.
> Best,
Thank you Eric for confirmation that example works with release version
of Emacs and problem not with Org mode. I'll try to find out what
revision of Emacs trunk introduced such behaviour.
> Vladimir Lomov writes:
>> Hello,
>> I have to ask ag
but
only tomorrow.
P.S. I suppose there must be another problem commit because error
message was changed somewhere between commits 114100 and 114200, I don't
have time right now to dig deeper.
[...]
---
WBR, Vladimir Lomov
--
You will lose your present job and have to become a door to door mayonnaise
salesman.
;$([{")
(require 'org)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
(setq org-use-sub-superscripts '{})
---- 8<
And it didn't work.
---
WBR, Vladimir Lomov
--
There's no heavier burden than a great potential.
ly?
I don't know details how latex fragments are translated into SVG but
there is good tool for this: dvisvgm. It is provided by TeX Live though
it works only on DVI files.
> Just pulled this morning before executing:
> Org-mode version 8.2.1 (release_8.2.1-163-ge7397d @
> /home/j
exactly that causes a problem.
The workaround I found is to set 'org-section-footnote' to nil _before_
(require 'org) in .emacs.
> Regards,
> Achim.
---
WBR, Vladimir Lomov
--
The net is like a vast sea of lutefisk with tiny dinosaur brains embedded
in it here and there. Any given
I tried to put 'declare-function' into 'org-footnote.el' but without
luck (other error message), so I came up to my workaround (I noticed
that there is a line in 'org.el' which do something with
'org-footnote-section' and set it to nil).
---
WBR, Vladimir L
\usepackage[utf8]{inputenc}
> instead of:
> \usepackage[utf8x]{inputenc}
> What is the right way to do this?
I'm not give an advice how to get 'utf8x' option for inputenc
(personally I redefine all LaTeX stuff of Org) but for the record this is very
useful informat
1 - 100 of 268 matches
Mail list logo