Bug: org-shiftright etc. do not respect org-support-shift-select [9.3.6 (9.3.6-elpa @ /home/vladimir/.emacs.d/elpa/org-9.3.6/)]

2020-04-05 Thread vladimir
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

[Orgmode] Re: From state table to state diagram

2010-11-23 Thread Vladimir Alexiev
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

[Orgmode] orgmode wiki sync

2010-11-28 Thread Vladimir Alexiev
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

[Orgmode] Re: Huge performance problems to open some Org files

2010-12-20 Thread Vladimir Alexiev
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? _

[Orgmode] [PATCH] org-babel-confirm-evaluate when org-confirm-babel-evaluate is a function

2010-12-20 Thread Vladimir Alexiev
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-

[Orgmode] Re: inline images

2011-01-07 Thread Vladimir Alexiev
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

[Orgmode] [ENH] ditaa version

2011-01-07 Thread Vladimir Alexiev
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

[Orgmode] [PATCH] org-display-inline-images to reduce image size

2011-01-07 Thread Vladimir Alexiev
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

[Orgmode] Re: [PATCH] org-display-inline-images to reduce image size

2011-01-10 Thread Vladimir Alexiev
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

[Orgmode] [BUG] .dir-locals.el broken links on cygwin

2011-01-10 Thread Vladimir Alexiev
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

[Orgmode] Re: [BUG] .dir-locals.el broken links on cygwin

2011-01-11 Thread Vladimir Alexiev
> 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

[O] Markup in BEGIN_EXAMPLE and alike block

2011-08-09 Thread Vladimir Lomov
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

[O] Is it possible to markup one character in a word?

2011-08-25 Thread 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

Re: [O] Is it possible to markup one character in a word?

2011-08-25 Thread 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

[Orgmode] [BUG] org-html.el: internal links don't work unless CUSTOM_ID is used

2011-01-30 Thread Vladimir Alexiev
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

[Orgmode] [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-01-31 Thread Vladimir Alexiev
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

[Orgmode] Open HTML link in other window?

2011-02-03 Thread Vladimir Alexiev
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

[Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-02-15 Thread Vladimir Alexiev
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

[Orgmode] Re: Open HTML link in other window?

2011-02-15 Thread Vladimir Alexiev
> 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

[Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-02-17 Thread Vladimir Alexiev
> 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

[Orgmode] [HOW] no way to escape vertical bar (pipe char) in tables?

2011-02-24 Thread Vladimir Alexiev
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

[Orgmode] [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Vladimir Alexiev
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

[Orgmode] org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
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.

[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Vladimir Alexiev
> 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

[Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
> 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

[Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
> 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

[Orgmode] Re: [BUG] org-babel-tangle causes

2011-02-27 Thread Vladimir Alexiev
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

[Orgmode] Re: a question about fontification and org-emphasis-alist

2011-02-27 Thread Vladimir Alexiev
> 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

[O] RE: [Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-03-01 Thread Vladimir Alexiev
> 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

RE: [O] RE: [Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-03-01 Thread Vladimir Alexiev
> 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

[O] RE: [Orgmode] [HOW] no way to escape vertical bar (pipe char) in tables?

2011-03-07 Thread Vladimir Alexiev
> > 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

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

[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] 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

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
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-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] 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] 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] 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.

[O] Lieterate Programming for configuration settings

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

Re: [O] Lieterate Programming for configuration settings

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

[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

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] 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

[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

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] 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] 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

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] [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-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] 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-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] [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

[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] "Bad" interaction between flyspell and org-mode with latest Emacs

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

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

[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] 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] 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] 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 --

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

[O] allow multiline #+BIND

2014-07-30 Thread Vladimir Alexiev
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

[O] How to define file-local preamble for graphviz dot?

2014-08-01 Thread Vladimir Alexiev
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

Re: [O] org-plus-contrib should provide org

2014-08-01 Thread Vladimir Alexiev
> > 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

Re: [O] bug#17749: 24.3.91; Crash on mwheel-scroll of org file

2014-08-05 Thread Vladimir Alexiev
> > 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),

Re: [O] How to define file-local preamble for graphviz dot?

2014-08-05 Thread Vladimir Alexiev
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

[O] (org-protocol-check-filename-for-protocol) should not (server-edit)

2014-12-11 Thread Vladimir Alexiev
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

[O] Bad handling of IRI links

2015-01-19 Thread Vladimir Alexiev
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

[O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Vladimir Alexiev
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?

[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

[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

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

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

[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] 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

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.

[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

[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

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 > >

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 "/

[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..

[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] 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.

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] [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
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

[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

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

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

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

[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] 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

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.

[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] 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

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] 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] 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

  1   2   3   >