Re: org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-03 Thread Vladimir Lomov
gt; closer look. >> >> The patch at <https://debbugs.gnu.org/54225> demotes the error to the >> intended warning. > And Emacs's d52c929e3 has been ported to Org's bugfix branch to avoid > these failures regardless of whether the patch there is applied. Thank yo

org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-02 Thread Vladimir Lomov
/src/emacs-org-mode/lisp/org-agenda.el... org-refile.el: Warning: Error: %S org-refile.el: Warning: Error: %S ... but not sure if it is related to above errors. P.S. I tried the latest git commit (ef0cf495b2bc6a4eb5b3c21e26d9df8c7577). --- WBR, Vladimir Lomov -- I come from a small town whose

Re: [BUG] Warning (emacs): org-element--cache: Unregistered buffer modifications detected. Resetting. [9.5 (release_9.5-223-g876e81 @ /usr/share/emacs/site-lisp/org/)]

2021-11-10 Thread Vladimir Lomov
Hello, ** Ihor Radchenko [2021-11-11 13:54:05 +0800]: > Vladimir Lomov writes: >> A few weeks ago I started seeing these warnings from Emacs: >> >> Warning (emacs): org-element--cache: Unregistered buffer modifications >> detected. Resetting. >> ... >>

[BUG] Warning (emacs): org-element--cache: Unregistered buffer modifications detected. Resetting. [9.5 (release_9.5-223-g876e81 @ /usr/share/emacs/site-lisp/org/)]

2021-11-10 Thread Vladimir Lomov
-store-help) ("http" :follow #[514 "\301\300\302Q\"\207" ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("https" :follow #[514 "\301\300\302Q\"\207" ["https" brows

Re: [PATCH] Allow tangling to a list of files

2021-07-09 Thread Vladimir Lomov
ntation or feature of how Org deals with source blocks. In my opinion, this is undocumented feature. > i believe this is for performance of tangling, but possibly the > "multiple source blocks to same :tangle'd file" feature may disappear? > cheers, Greg --- WBR, Vladimir Lomov -- How do I get HOME? signature.asc Description: PGP signature

Re: [PATCH] Allow tangling to a list of files

2021-07-06 Thread Vladimir Lomov
): https://git.sr.ht/~vp1981/scripts/tree/master/item/docs/scripts/misc.org for shell configurations: https://git.sr.ht/~vp1981/scripts/tree/master/item/docs/shell/bash.org and for Emacs configuration: https://git.sr.ht/~vp1981/scripts/tree/master/item/docs/emacs/emacs.org > Best > Ja

Re: [PATCH] Allow tangling to a list of files

2021-07-05 Thread Vladimir Lomov
le to tangle that code snippet? I would recommend you to describe your needs and how you do things right now. [...] > Best, > Jacopo --- WBR, Vladimir Lomov -- When a camel flies, no one laughs if it doesn't get very far! signature.asc Description: PGP signature

Re: [PATCH] Allow tangling to a list of files

2021-07-05 Thread Vladimir Lomov
ilar thing: I have Org document describing shell configuration for several hosts. I tangle to different files using standard technique and use 'noweb' feature to adapt to different hosts. May be it would worth if you describe what you want to achieve and how you are doing it now?

Re: Using b6paper for pdf output

2021-06-24 Thread Vladimir Lomov
Hello, ** Christopher Dimech [2021-06-24 06:50:50 +0200]: > Am using org-mode with latex commands but need to have the page as b6paper. Try 'geometry' package, (untested) #+LATEX_HEADER: \usepackage[b6paper]{geometry} --- WBR, Vladimir Lomov -- Honesty pays, but it doesn&

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-01 Thread Vladimir Lomov
se MikTeX but Emacs on Windows is a bit a pain, IMHO) or on Mac but if one uses TUG TeX Live I'm sure there would be latexmk. Of course, it would be best if there will be a note in documentation. [...] --- WBR, Vladimir Lomov -- I can't decide whether to commit suicide or go bowling. -- Florence Henderson signature.asc Description: PGP signature

Re: Toggle headline underlining in text export?

2021-02-16 Thread Vladimir Lomov
anything which seemed relevant here > https://orgmode.org/manual/Export-Settings.html > so is this possible? Is there a (better) alternative? May be send them a html message? > Cheers, > Loris --- WBR, Vladimir Lomov -- To get something clean, one has to get something dirty.

Re: Bug: Font highlighting with in-line latex math broken [9.4 (9.4-dist)]

2020-11-25 Thread Vladimir Lomov
> mode$ is also valid and should not break the font highlighting. Did you try to use \(y=\sin(x)\) instead of $y=\sin(x)$ ? > CH. --- WBR, Vladimir Lomov -- Virtue is not left to stand alone. He who practices it will have neighbors. -- Confucius signature.asc Description: PGP signature

Re: Survey: changing a few default settings for Org 9.4

2020-02-19 Thread Vladimir Lomov
;fast" typing' especially when I know that users may use different than QWERTY/QWERTZ/AZERTY keyboards and even DVORAK layout. --- WBR, Vladimir Lomov -- When a person goes on a diet, the first thing he loses is his temper. signature.asc Description: PGP signature

Re: [O] Bug and quick bugfix

2019-10-13 Thread Vladimir Lomov
et me know if that works for you. There is no strict rule but a general good practice: for caption material put label command inside the caption macro. Otherwise there might be some side effects. > Regards, > > -- > Nicolas Goaziou --- WBR, Vladimir Lomov -- QOTD: "I thought I saw a unicorn on the way over, but it was just a horse with one of the horns broken off." signature.asc Description: PGP signature

Re: [O] Org can't export inline image link to PDF

2019-02-25 Thread Vladimir Lomov
related to missing BB (bounding box): the latex engine don't like the space in file name. pdflatex engine being run in special mode don't stop on missing file but show you information about missing .bb file. A workaround to use graphic files with spaces in file name is to use package 'grffile'. Note, however, this workaround is only for graphic files and don't work to input other LaTeX files with spaces in they filenames into current one. --- WBR, Vladimir Lomov -- Sales tax applies. signature.asc Description: PGP signature

Re: [O] Org can't export inline image link to PDF

2019-02-22 Thread Vladimir Lomov
x27;graphicx' package. >> >> Regards, > > > -- > [ stardiviner ] >I try to make every word tell the meaning what I want to express. > >Blog: https://stardiviner.github.io/ >IRC(freenode): stardiviner, Matrix: stardiviner >GPG: F0

[O] Small fix for Org manual

2018-07-08 Thread Vladimir Lomov
Hello, recent changes in org-manual.org (commit b94e6e2b459d03429f983b2b11ed6a3095b9d12c) breaks typesetting from texi to pdf (texi2pdf). I made small fix for the issue. --- WBR, Vladimir Lomov -- When you are in the middle of a story it isn't a story at all, but only a confusion; a

Re: [O] [BUG] Org manual without correct org-version

2018-04-14 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2018-04-14 16:43:31 +0200]: > Vladimir Lomov writes: > >> Earlier there was "full" "git" version in Manual and I found it convenient >> (I read the manual from time to time to find how to do something in org) >> but no

Re: [O] [BUG] Org manual without correct org-version

2018-04-14 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2018-04-13 19:37:09 +0200]: > Hello, > > Vladimir Lomov writes: > >> I'm using org-mode from git and found that now it is not show the >> 'git' version but simply 9.1 in Info file. In doc/ there is >> 'org-version.in

[O] [BUG] Org manual without correct org-version

2018-04-12 Thread Vladimir Lomov
is generated from 'org-manual.org', so 'org-manual.org' should either somehow includes that file or provide other way to get version information. P.S. I'm practially do the following: 1. git clone/"update" to/the local repo; 2. byte-compile the files; 3. make

Re: [O] Heads-up: test failures

2017-02-14 Thread Vladimir Lomov
Hello, ** John Hendy [2017-02-14 20:32:59 -0600]: > On Mon, Feb 13, 2017 at 12:48 PM, Nick Dokos wrote: >> I just updated to >> >> Org mode version 9.0.5 (release_9.0.5-260-geb59c7 @ >> /home/nick/elisp/org-mode/lisp/) >> >> and `make test' gives me: > > Since others are adding in to the pa

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2016-05-15 19:03:57 +0200]: > Hello, > > Vladimir Lomov writes: > >> Correct me if I understand you wrong, but you suggest to bind ~F2~ key >> to ~org-edit-src-save~. But then this will work only in Org buffer, and >> how about LaTeX m

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2016-05-15 09:40:03 +0200]: > Hello, > > Vladimir Lomov writes: > >> I have small example that worked before the commit, please see attached >> Org document. > > While it's true this worked before, I don't consider it to b

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-14 Thread Vladimir Lomov
g as expected, it should be fixed, if possible. > > In any case, I think the lines of code I removed were useless anyway. Do > you have any use case in mind for them? > > > Regards, > > -- > Nicolas Goaziou > --- WBR, Vladimir Lomov -- Economists are still trying

Re: [O] [patch, ox] suppress title

2015-02-11 Thread Vladimir Lomov
is test proper? >> >> You can't, my bad. It is obviously handled at the back-end level. > > OK pushed without that then. e6fcc853. Please consider the attached small patch for org.texi P.S. It would be nice to test not only changes in *.el files but also test building pr

Re: [O] [BUG?] Is there a bug with 'noweb' header when tangling source block?

2014-04-19 Thread Vladimir Lomov
** Bastien [2014-04-19 14:56:19 +0200]: > Hi Vladimir, > Vladimir Lomov writes: >> please consider attached example Org document 'ex.org'. There seems to >> be a problem when tangling a source block with noweb reference, without >> it source block is tangle

[O] [BUG?] Is there a bug with 'noweb' header when tangling source block?

2014-04-19 Thread Vladimir Lomov
ion 8.2.5h (release_8.2.5h-991-g06c947 @ /usr/share/emacs/site-lisp/org/) --- WBR, Vladimir Lomov -- Anyway, I keep picturing all these little kids playing some game in this big field of rye and all. Thousands of little kids, and nobody's around -- nobody big, I mean -- except me. And I&#x

Re: [O] HTML table export options essentially undocumented

2014-03-17 Thread Vladimir Lomov
s)? AFAIU, in current state table decoration is hard coded into exporter. But that doesn't mean you cannot change they style. Take a look on this small example: -- 8< ------ #+TITLE: Table with borders #+AUTHOR: Vladimir Lomov

[O] Header ':comments noweb' mangles lines in tangled code

2014-03-17 Thread Vladimir Lomov
Hello, consider the following example Org document: -- 8< -- #+TITLE: Example #+AUTHOR: Vladimir Lomov * How ~comments~ interferes with ~noweb~ #+NAME: code1 #+BEGIN_SRC sh var1 #+END_SRC #+NAME: code2 #+BEGIN_SRC sh [[ -t ${SH

Re: [O] LaTeX export: Handle hash symbol in footnote url links

2014-02-21 Thread Vladimir Lomov
bols have to be espaced when used as is in LaTeX documents. See, for example, "The Not So Short Introduction to LaTeX2e", 1.3.2 Special Characters. In general it is duty of ox-latex (LaTeX export backend) to espace such characters. > [1] bit.ly/1cwYJaM --- WBR, Vladimir Lomov -- God grant u

Re: [O] semantic-mode is conflict with org-mode

2014-02-06 Thread Vladimir Lomov
olen by Org mode. On contrary, semantic-mode is minor mode so it hides `C-c ,' binded by Org mode (that it shouldn't do, that thread is about that). > Best regards, > Seb --- WBR, Vladimir Lomov -- The first version always gets thrown away.

Re: [O] Nested ordered lists?

2014-01-21 Thread Vladimir Lomov
items of sublevel are numbered with letters #+BEGIN_EXAMPLE ol[class="org-ol"] { list-style-type: decimal; } ol[class="org-ol"] * ol[class="org-ol"] { list-style-type: lower-alpha; } #+END_EXAMPLE Of course, it would be much easier if "items" of differe

Re: [O] [bug][ox-latex] Captions in equations

2014-01-19 Thread Vladimir Lomov
Hello, ** Rasmus [2014-01-19 15:19:40 +0100]: > Vladimir Lomov writes: >> Hello, >> ** Rasmus [2014-01-18 20:36:35 +0100]: >>> Hi, >>> This example produces invalid LaTeX code: >>> #+CAPTION: test >>> #+ATTR_LATEX: :mode math :environment

Re: [O] [bug][ox-latex] Captions in equations

2014-01-18 Thread Vladimir Lomov
hat other export backends never will do any special with given table (or will apply different transformation), and to give a CAPTION to a table. > –Rasmus --- WBR, Vladimir Lomov -- Fear is the greatest salesman. -- Robert Klein

Re: [O] Angular brackets break LaTex environment in html-export

2014-01-14 Thread Vladimir Lomov
\] > -8<---cut here---end->8--- Did you try to use \langle and \rangle instead of < and >? IMO, use of < and > only "possible" in relations. > Cheers > Axel --- WBR, Vladimir Lomov -- The major sin is the sin of being born. -- Samuel Beckett

Re: [O] Change section (headings) numbering style

2014-01-14 Thread Vladimir Lomov
because there are browsers that don't support CSS, but it would be great to have option to switch this on/off). Second, in example only headings of two levels (top, subtop) will have desired format. --- WBR, Vladimir Lomov -- The difference between the right word and the almost right word is the difference between lightning and the lightning bug. -- Mark Twain

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-13 Thread Vladimir Lomov
LaTeX into itemize or enumerate environments the most suitable approach would be to insert '\item's as \item{} or \item\relax Both prevents LaTeX engine to read next character and interpret it in some special way (simple \item read next character and if it is [], then it assumes that th

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-12 Thread Vladimir Lomov
7; arguments for '\item', the first two shouldn't have such option. Unfortunately, there is only one '\item' command, that is used in all three environments. It is impossible to redefine "kernel" environments itemize and enumerate to work properly with

Re: [O] make doc failing

2013-12-30 Thread Vladimir Lomov
If you are interesed how I do this, see this file (package build script), https://github.com/vp1981/pkgbuild/blob/master/emacs-org-mode/PKGBUILD especially line with TEXI2PDF. --- WBR, Vladimir Lomov -- Oppernockity tunes but once.

[O] Updated Russian translation for some 'export' strings

2013-12-28 Thread Vladimir Lomov
Hello, this is rather 'long' patch, but it only adds new translations for several 'export' strings. I hope it would be accepted (imho, it is not TINYCHANGE, if to count number of 'changed' lines). --- WBR, Vladimir Lomov -- Brian Kernighan has an aut

[O] [HTML][PATCH] use 'class' instead of 'align' for caption

2013-12-28 Thread Vladimir Lomov
> your total contribution (all patches you submit) should change less than > 15 lines means, how lines are counted). --- WBR, Vladimir Lomov -- Never argue with a man who buys ink by the barrel. >From 449cfb3cb93a14c58591df15f4a5ff8c7fe1a72a Mon Sep 17 00:00:00 2001 From: Vladimir Lom

Re: [O] Latex export does not work

2013-11-06 Thread Vladimir Lomov
\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

Re: [O] Most Recent Org Update

2013-11-05 Thread Vladimir Lomov
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

Re: [O] Most Recent Org Update

2013-11-04 Thread Vladimir Lomov
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

Re: [O] Very large svg file output from latex block using =#+header: :imagemagick=

2013-11-02 Thread Vladimir Lomov
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

[O] CDLaTeX in Org document

2013-10-25 Thread Vladimir Lomov
;$([{") (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.

Re: [O] [BUG] Exporting to HTML a document with a #+CALL

2013-10-23 Thread Vladimir Lomov
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.

Re: [O] [BUG] Exporting to HTML a document with a #+CALL

2013-10-22 Thread Vladimir Lomov
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

[O] [BUG] Exporting to HTML a document with a #+CALL

2013-10-22 Thread Vladimir Lomov
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.

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Vladimir Lomov
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

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Vladimir Lomov
ation behavior. :04 04 9e11b15cf73c6a0a9856f2a3393f27419e251f14 b106e079f13673e440c391bcb6a1e6dddb4994ed M lisp :04 04 3935206e2970ec1f338a8b5524906a6d32e58d0e 19f36ce174bbfcd58f6e2bad5313d2de7cdc43c7 M testing #+END_EXAMPLE I have to stop here because I don't know Emacs Lisp and org-mode internals to debug further. --- WBR, Vladimir Lomov -- solaris is bsd, so it should work * Espy takes wichert's crack pipe away

Re: [O] [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publish' (Multiple args to , are not supported)

2013-10-11 Thread Vladimir Lomov
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

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-10 Thread Vladimir Lomov
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

[O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-10 Thread Vladimir Lomov
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

[O] [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publish' (Multiple args to , are not supported)

2013-10-10 Thread Vladimir Lomov
. Nevertheless, if I comment line 896: #+BEGIN_EXAMPLE `(when ',force (org-publish-remove-all-timestamps)) #+END_EXAMPLE then I'm able to compile org-mode successfully. --- WBR, Vladimir Lomov -- To get something done, a committee should consist of no more than three pe

Re: [O] [Babel] Padlines

2013-09-30 Thread Vladimir Lomov
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

[O] How to add custom markup elements and to define custom backends?

2013-09-04 Thread Vladimir Lomov
, 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.

[O] [BUG][PATCH] Commit '3142297d69f6063221215757a3ba9c74adcf3e43' breaks some my files

2013-07-28 Thread Vladimir Lomov
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

[O] [BUG] A typo introduced in '6abc114f188267e4b804a3eca8794900eee66db0'

2013-06-30 Thread Vladimir Lomov
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..

Re: [O] Proper use of 'org-file-apps'

2013-06-27 Thread Vladimir Lomov
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 "/

Re: [O] Proper use of 'org-file-apps'

2013-06-26 Thread Vladimir Lomov
** 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 > >

[O] Proper use of 'org-file-apps'

2013-06-26 Thread Vladimir Lomov
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

[O] Issue with HTML export of Org document with a list

2013-06-11 Thread Vladimir Lomov
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

Re: [O] "Ignore following space" coding?

2013-04-24 Thread Vladimir Lomov
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.

Re: [O] Does '#+OPTIONS LaTeX:dvipng' deprecated in 8.0 pre or a bug?

2013-04-06 Thread Vladimir Lomov
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

[O] Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error

2013-04-05 Thread Vladimir Lomov
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.

Re: [O] Can I clone worg using http protocol?

2013-03-24 Thread Vladimir Lomov
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

Re: [O] Can I clone worg using http protocol?

2013-03-24 Thread Vladimir Lomov
"] > 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

[O] Seems that commit 'e8742b78e0a982a7fca0bf25b4f3551be58660ef' breaks html output

2013-03-21 Thread Vladimir Lomov
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

[O] [BUG] [HTML] Export to html calls publish function

2013-02-23 Thread Vladimir Lomov
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

Re: [O] Org css

2012-12-10 Thread Vladimir Lomov
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.

Re: [O] How to force markup without spaces

2012-11-18 Thread Vladimir Lomov
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

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-14 Thread Vladimir Lomov
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

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-21 Thread Vladimir Lomov
) (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>

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
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

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
** 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&#x

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
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

[O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-18 Thread Vladimir Lomov
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

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-27 Thread Vladimir Lomov
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

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-26 Thread Vladimir Lomov
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

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-25 Thread Vladimir Lomov
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 --

[O] Export and tangling is broken for Emacs rev. 108681+

2012-06-25 Thread Vladimir Lomov
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

Re: [O] How to export both Asymptote code and its result

2012-05-30 Thread Vladimir Lomov
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: >>

[O] How to export both Asymptote code and its result

2012-05-30 Thread Vladimir Lomov
.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 ...

Re: [O] "Bad" interaction between flyspell and org-mode with latest Emacs

2012-04-29 Thread Vladimir Lomov
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

Re: [O] "Bad" interaction between flyspell and org-mode with latest Emacs

2012-04-27 Thread Vladimir Lomov
e sequence of commands and seems it is ok, but next time it hangs (I run emacs in cgroup controlled environment with switched off swap so emacs is killed when memory is exhausted) Revno 108011 is ok with this example. P.S. There is similar bug report already (bug#11351), I posted my origin

[O] "Bad" interaction between flyspell and org-mode with latest Emacs

2012-04-26 Thread Vladimir Lomov
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

Re: [O] [PATCH] org-preview-latex-fragment not working with #+latex_header:\input{}

2012-04-20 Thread Vladimir Lomov
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

Re: [O] Problem with exporting TAB key

2012-04-06 Thread Vladimir Lomov
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.

Re: [O] [BUG] html export and org results block and indentation

2012-04-06 Thread Vladimir Lomov
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

Re: [O] Problem with exporting TAB key

2012-04-05 Thread Vladimir Lomov
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

Re: [O] [bug] void-variable org-special-blocks-line when exporting to HTML

2012-04-05 Thread Vladimir Lomov
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

Re: [O] Problem with exporting TAB key

2012-04-04 Thread Vladimir Lomov
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

Re: [O] Problem with exporting TAB key

2012-04-04 Thread Vladimir Lomov
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

[O] Problem with exporting TAB key

2012-04-04 Thread Vladimir Lomov
#+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_

Re: [O] [BUG] html export and org results block and indentation

2012-04-03 Thread Vladimir Lomov
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

[O] [PATCH] Adding Russian translation for org-exp

2012-03-17 Thread Vladimir Lomov
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

[O] Including SVG images in html document

2012-03-15 Thread Vladimir Lomov
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

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Vladimir Lomov
regards, Marc Thanks Marc. --- WBR, Vladimir Lomov -- "...and the fully armed nuclear warheads, are, of course, merely a courtesy detail."

[O] How to get header in second table generated by src block

2012-03-09 Thread Vladimir Lomov
--- 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

  1   2   >