[O] bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-03 Thread Stefan Monnier
ere. Now this command is handled like any other, and self-insert-command does the merging itself. In most cases the result is the same, but the behavior is not quite identical in the details. Stefan

[O] bug#11774: bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-03 Thread Stefan Monnier
command's behavior makes it difficult, maybe we can make it work better. > self-insert-command. Even just turning that magic 20 number into a > variable would help. Providing it as a variable would be very easy, indeed. Stefan

[O] bug#11774: bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-18 Thread Stefan Monnier
Dunno, I'm > not familiar with internals enough to opine. I installed the patch below which makes self-insert-command more careful to only remove undo boundaries that were auto-added. So (add-hook 'post-self-insert-hook #'undo-boundary 'append) should give you pretty muc

[O] how to create bold initial characters (for explaining an acronym)

2012-09-03 Thread Stefan Vollmar
the Zero-Width-Space Unicode character, but this does not seem to work with the *-syntax. Is there another trick? Thank you! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-22

[O] suggestion for org-emphasis-regexp-components: *U*nited *N*ations

2012-09-05 Thread Stefan Vollmar
"." 1) -> (defcustom org-emphasis-regexp-components '(" #​\t('\"{" "- #​\t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1) where "#" is the unicode character . Warm regards, Stefan -- Dr. Stefan Vo

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-24 Thread Stefan Monnier
rite it with something else), I don't see why that should prevent Org's Refile from working. Stefan

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-24 Thread Stefan Monnier
n't prevent org-refile from working (tho obviously in a degraded way). IOW, if needed we could wrap the calls to bookmark-set in with-demoted-errors, but maybe those errors are signaled late enough already that while the command signals an error, it did do what it was expected to do. Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-10 Thread Stefan Monnier
finition, but that could be delicate). > That will probably work fine most of the time, but what if a package is > restructed so that the feature names are different? Or a feature is > removed? I don't see why that would introduce a difficulty. Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-11 Thread Stefan Monnier
orks reliably nowadays). >> I don't see why that would introduce a difficulty. > As long as the package is properly namespaced, why not allow for > removing all definitions pertaining to that entire namespace (features, > autoloads, definitions, …)? We could try that, as well, but it would only work for those packages that are "properly namespaced" (and there's no way to detect that AFAIK). Along the same lines, we could try to use unload-feature. Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-11 Thread Stefan Monnier
ature. Tho currently, there are some significant shortcomings (IIRC there are cases where the package's autoloads aren't re-instated, for example). Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-12 Thread Stefan Monnier
> IOW, do you expect the byte-compile instances to be different in any > way from a fresh Emacs session invoked from the shell as "emacs -Q"? Yes, because the current Emacs may be a different executable than the one the shell would run in response to "emacs -Q". Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-12 Thread Stefan Monnier
s, though. Maybe the better way to do it is for package.el to compare the set of files of the new package, with the set of currently loaded `features' and unload the intersection. Stefan

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-12 Thread Stefan Monnier
> In that case, isn't it enough to call (package-initialize) before > any Org configuration? Here's the scenario: start Emacs use Org use package.el to install a newer version of Org Stefan

Re: [O] How to debug "org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61"

2012-01-15 Thread Stefan Nobis
end are referring to. -- Until the next mail..., Stefan.

Re: [O] Controlling pagination on headings in Latex/PDF export?

2012-02-17 Thread Stefan Nobis
nt is always seen as a single entity by latex is to put it in a minipage (maybe there are better options, but that's my fallback if I need to ensure that something is always kept together). -- Until the next mail..., Stefan.

Re: [O] Controlling pagination on headings in Latex/PDF export?

2012-02-17 Thread Stefan Nobis
with org-modes latex export. But if you show me the resulting LaTeX code, maybe I could help on the LaTeX side. -- Until the next mail..., Stefan.

Re: [O] Controlling pagination on headings in Latex/PDF export?

2012-02-17 Thread Stefan Nobis
the general case (the problem is not the centering but the environment "center" is implemented with the help of a list environment and IIRC lists allow page breaks around them). As I'm not a LaTeX expert it may be helpful to ask on comp.text.tex for some tipps. -- Until the next mail..., Stefan.

[O] expire tag in Org-Mode HTML export

2012-02-27 Thread Stefan Vollmar
ow can we accomplish this in Org-mode? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile:

Re: [O] expire tag in Org-Mode HTML export

2012-02-27 Thread Stefan Vollmar
after the head-block and org-export-html-xml-declaration is before the head-block. Warm regards, Stefan On 27.02.2012, at 13:35, Bernt Hansen wrote: > Stefan Vollmar writes: > >> Hello, >> >> we want to include a >> >> entry in the HTML export of our Org

[O] Syntax highlighting of code blocks in beamer slides

2012-03-13 Thread Stefan Vollmar
with source code snippets that have syntax-highlighting? Many thanks in advance! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49

Re: [O] Syntax highlighting of code blocks in beamer slides

2012-03-14 Thread Stefan Vollmar
suggestions on which pygments color styles work well in presentations? Many thanks in advance, Stefan On 13.03.2012, at 14:58, Nick Dokos wrote: > Alan Schmitt wrote: > >> On 13 mars 2012, at 14:41, Stefan Vollmar wrote: >> >>> Hello, we want to create slides via bea

[O] bug#9809: 24.0.90; flyspell-auto-correct-word hard to access in org-mode

2012-03-23 Thread Stefan Monnier
> Isn't there an underlying bug in Emacs here? Whether it's a bug or not depends on point of view. flyspell takes the position that it binds M-TAB, so if you want to bind M-tab to something else you can (and you still get flyspell's command on C-M-i and on ESC TAB). Stefan

[Orgmode] HTML export, org-mode version

2009-05-18 Thread Stefan Vollmar
d a little note here: http://www.emacswiki.org/emacs/Htmlize Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0

Re: [Orgmode] HTML export, org-mode version

2009-05-18 Thread Stefan Vollmar
at I was looking for - it looks beautiful! Warm regards, Stefan Stefan Vollmar writes: Hallo, I am new to this list and apologize if this has been asked before. Before I forget: many thanks for this EXCELLENT package! (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system.

[Orgmode] unicorn-org-poetry

2009-06-11 Thread Stefan Vollmar
e original unicorn graphic by a simple thresholding technique - naturally, it was captured as output from our favourite editor. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 F

[Orgmode] Links restricted to headlines retain the star in HTML?

2009-06-11 Thread Stefan Vollmar
ed to HTML) also starts with a star - is this intentional? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mo

[Orgmode] HTML export with one key

2009-06-13 Thread Stefan Vollmar
vel headlines into itemized lists whereas I want to have the default behaviour (1.1, 1.2, 1.2.3, etc). Many thanks for any tips on how to improve this! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, German

[Orgmode] htmlize slows org export down?

2009-06-13 Thread Stefan Vollmar
there a way to speed this up? Split the document? Use some sort of caching? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel

[Orgmode] \my-mini-table(something)

2009-06-17 Thread Stefan Vollmar
de (if I do not want to). This is probably already possible with org-mode using the html-export- hook and a little Lisp function. Many thanks in advance for any hints! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 5093

[Orgmode] my-mini-table(something)

2009-06-18 Thread Stefan Vollmar
de (if I do not want to). This is probably already possible with org-mode using the html-export- hook and a little Lisp function. Many thanks in advance for any hints! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 5093

Re: [Orgmode] my-mini-table(something)

2009-06-18 Thread Stefan Vollmar
this is a bug? Warm regards, Stefan On 18.06.2009, at 12:14, Giovanni Ridolfi wrote: --- Gio 18/6/09, Stefan Vollmar ha scritto: For one project, I used several statements like this (simplified): #+HTML: src="./images/icon.png"/>somethingtable> #+HTML: other The result lo

[Orgmode] MACRO with multiple arguments?

2009-06-22 Thread Stefan Vollmar
ance! I am sorry if this topic has been discussed before. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email

[Orgmode] HTML export of verbatim org-file

2009-06-22 Thread Stefan Vollmar
link to my org-file "somefile.org" as [[file:somefile.org][My org source-file]] and then export to HTML, the link in the HTML code now points to "somefile.html", which is, of course, not desirable in this case. How can I fix this? Many thanks in advance. Warm regards, Stefa

[Orgmode] BEGIN_SRC breaks rendering of org source

2009-06-22 Thread Stefan Vollmar
red as source but interpreted. I use (require 'htmlize) and maybe here is the problem? Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-22

[Orgmode] Delimiting TeX-fragments

2009-06-23 Thread Stefan Vollmar
Tex- like fragment without "side effects". It is also important for inserting non-breaking space as (4) Do\nbsp Not\nbsp Break will not work because of the additional spaces (is there a better way to insert "nbsp"?). (5) \alpha\nbsp\beta does work as expected Many thanks i

Re: [Orgmode] Sourceforge voting has started

2009-06-23 Thread Stefan Vollmar
. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: voll...@nf.mpg.de http://www.nf.mpg.de

[Orgmode] to wrap or not to wrap (for org-mode)

2009-06-25 Thread Stefan Vollmar
a suitable mix of wrap options (or other workarounds) is appreciated. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-9387

[Orgmode] org 6.28b - html export bug (external link id)

2009-06-25 Thread Stefan Vollmar
second file to HTML, I get: Headlinea>A1FD0][Headline]] which really should have been: Headline So this looks like something which is hopefully easy to fix. If the link is placed in the same file, the "literal link" is the same, however, in this case HTML is rendered (correctly) as: Headl

Re: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-26 Thread Stefan Monnier
>> This sounds like interactive-p is working as documented and the >> excplicit check I proposed would be neccessary. > True enough, and I am applying your fix. IIUC you may want to use called-interactively-p instead. Stefan __

[Orgmode] Arthur Dent born in May?

2009-06-30 Thread Stefan Vollmar
Emacs documentation the format is "month day year" which feels distinctly alien to me (I am used to "day month year"). Is there another way to have the same functionality with a different date format? Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut fü

[Orgmode] Structured export of HTML headlines

2009-07-03 Thread Stefan Vollmar
L file but I guess there are more elegant ways as org, obviously, knows about the structure of all HTML files in a publishing project. Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, G

[Orgmode] org-store-link forgets external filename?

2009-07-05 Thread Stefan Vollmar
27;s heading, not its id, in the minibuffer, sorry if this has been discussed before. There may be cases where it is important to see a link's id in the selection so one could have an optional mode that adds the ids to the list. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phy

[Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Stefan Vollmar
ven better. Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: voll...@nf.mpg

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Stefan Vollmar
errors (see below). My feeling is that something comparatively simple is missing, many thanks in advance for any help with this! Warm regards, Stefan Compiling file d:/Program Files (x86)/emacs-22.3/org-6.28e/lisp/org- agenda.el at Thu Jul 09 13:50:09 2009 In org-prepare-agenda: org-agend

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-10 Thread Stefan Vollmar
-mode even for Emacs on MS Windows, it worked beautifully - thank you! A newer version of Sebastian's script is available here: http://orgmode.org/worg/org-hacks.php#compiling-org-without-make Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische

[Orgmode] inconsistency in VERSE environment?

2009-07-23 Thread Stefan Vollmar
uot;C" in "code" style. I assume this is a bug? Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email:

[Orgmode] footnotes as [references]?

2009-07-26 Thread Stefan Vollmar
org generates for HTML-export. Is there a way to change the appearance of footnotes (still hyperlinked, of course) to the square-bracket version in HTML output? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschu

Re: [Orgmode] footnotes as [references]?

2009-07-27 Thread Stefan Vollmar
t; [%s]") we now have a "[123]"-style of footnotes (that works great!), the list of footnotes/references at the end of the document should also have the square-bracket-notation. (3) I believe that the square-bracket-style might be of interest to many users and maybe there should

[Orgmode] MACRO calls with linebreaks?

2009-08-08 Thread Stefan Vollmar
d (just a thought) might expect white space in front of an argument to be ignored and linebreaks in arguments conserved. Maybe there is a better way to pass longer arguments to MACROs? Any help is appreciated. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neur

[Orgmode] org-archive-subtree complains

2009-08-10 Thread Stefan Vollmar
ffer. (2) What is "insertchar"? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-

Re: [Orgmode] MACRO calls with linebreaks?

2009-08-10 Thread Stefan Vollmar
t; [...] (3) {{{person(minerva_logo.png, somebody.jpg, line1 line2 @ line3 @, someb...@nf.mpg.de )}}} this works (observe the inconsistency between line1 and the other lines: no "@" here) up to and including line 3, the rest is HTML markup rendered as text just as in (2). Warm

Re: [Orgmode] Re: Refile error - Kill is not a (set of) trees

2009-08-15 Thread Stefan Vollmar
er version of org-mode, too). Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: voll...@nf.mpg

[Orgmode] numbered figures and tables?

2009-08-15 Thread Stefan Vollmar
: [fig:name: a definition] Or is there already a way to number figures (numbering tables in their captions, would, obviously be next on our wish list)? Many thanks in advance for any comments. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische

[Orgmode] problems with footnotes in 6.29trans?

2009-08-15 Thread Stefan Vollmar
, RFC 1321. yields: Referring to some article href="#fn.1">1. [...] 1 R. Rivest, The MD5 Message-Digest Algorithm, RFC 1321. so either something seems to go wrong in org-html.el or the problem is on my side? Many thanks for any help with this. Warm regards, Stefan -- Dr. S

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-18 Thread Stefan Vollmar
ication), according to Bernt's comment of commit a5e87a47230030ab4c4bc4521f5af47a7521243a, "44" refers to 44 commits after "release_6.29c" (neat!). What is the meaning of "ga32e"? Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für

[Orgmode] Re: [PATCH 0/2] Teach org-version to include git version information

2009-08-18 Thread Stefan Vollmar
's comment of commit a5e87a47230030ab4c4bc4521f5af47a7521243a, "44" refers to 44 commits after "release_6.29c" (neat!). What is the meaning of "ga32e"? ga32e - the g stands for 'git' and a32e is the first 4 digits of the SHA1 for that commit. excellent, thanks! Warm regard

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Stefan Vollmar
/mobileorg-demo1.mov EXCELLENT! Looking forward to this one. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 E

[Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
The exact changeset that broke this is: f70127dd3f95473ac80aa407bafca8f68f08e002 And within that specifically the "(org-clock-in): Use org-indent-line-function to indent clock lines." part (+1/-1 line). When I revert this single line in the current head, it starts worki

[Orgmode] Re: BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
When I revert this single line in the current head, it starts working again. Actually I also have to revert the change to org-clock-find-position. Sorry, missed that before. Stefan ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
Stefan Ring wrote: When I revert this single line in the current head, it starts working again. Actually I also have to revert the change to org-clock-find-position. Sorry, missed that before. But then creating the clock table doesn't work anymore... So all is

Re: [Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-15 Thread Stefan Ring
Carsten Dominik wrote: Hi Stefan, this problem seems only to happen in Emacs 21, and I have stopped putting time into Emacs 21 support. Can't you just get a more recent version of Emacs? I guess I'll have to... I wasn't aware that Emacs 21 is not supported anymore. Maybe y

Re: [Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-19 Thread Stefan Ring
Carsten Dominik wrote: Hi Stefan, you may also be able to work around this problem with (setq org-clock-into-drawer t) (wich will put already the first clock line into a drawer), or with (setq org-clock-into-drawer nil) (which will never create clock drawers). HTH - Carsten

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file

2014-06-18 Thread Stefan Monnier
t sure if it's supported natively or would have to be simulated with symlinks (which we'd have to ask savannah-hack...@gnu.org to create&change). Stefan

Re: [O] Fontification of org code block not printed

2014-07-29 Thread Stefan Monnier
ty in a "naive" way: it fails to merge the various active face properties (from the various overlays and the text-property). Stefan

[O] cant get org-protocol right

2014-08-03 Thread Stefan Huchler
I tried to setup here org-protocol with firefox, first the docu is very old does refer to gnome 2: http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-1 So after searching around I found a howto to make the protocol known by apps with a desktop file and the command update-desktop-database

Re: [O] cant get org-protocol right

2014-08-04 Thread Stefan Huchler
wow found a solution. I dont understand why I have to do that, but it seems firefox fucks up some path or other variables and because of that it doesnt find the standard server socket file so when I explizitly specifiy that in the org-protocol.desktop file, it works: [Desktop Entry] Name=org-prot

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Stefan Huchler
I dont really get what the problem is here, email servers checkup is fast enough, and rss u can use that: nnrss-use-local to ‘t’ and use ‘nnrss-generate-download-script

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Stefan Huchler
Rainer M Krug writes: > Stefan Huchler writes: > >> I dont really get what the problem is here, email servers checkup is > > Not necessarily - depends which mail server (e.g. gmail or local), if > you have one or many folders / tags, your network connection, ... I jus

Re: [O] Other editors supporting Org-Mode

2014-10-08 Thread Stefan Blaschke
ublime Text: https://github.com/danielmagnussons/orgmode cheers Stefan

[O] bug#11774: bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2014-11-03 Thread Stefan Monnier
e on which side it should be solved. Stefan

[O] Include another org-document without settings

2015-02-01 Thread Stefan Nobis
to work). My main target is LaTeX/PDF, but exporting to HTML shows similiar problems. GNU Emacs 24.4.1. Org-mode version 8.2.10 (8.2.10-30-gca21b7-elpaplus). -- Until the next mail..., Stefan.

Re: [O] Include another org-document without settings

2015-02-01 Thread Stefan Nobis
n to just ignore global settings? -- Until the next mail..., Stefan.

Re: [O] Include another org-document without settings

2015-02-02 Thread Stefan Nobis
KEYWORDS option is in line 2 of my example). It seems, I got the syntax wrong. The correct version is #+INCLUDE: a.org :lines "3-" so the quotations marks around the parameter are mandatory and not optional. Using the correct syntax everything works as expected. -- Until the next mail..., Stefan.

[O] new HTML export backend: footnote format [%s]?

2013-02-12 Thread Stefan Vollmar
ted footnotes)? Many thanks in advance! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 E

Re: [O] new HTML export backend: footnote format [%s]?

2013-02-13 Thread Stefan Vollmar
Dear Nick, On 13.02.2013, at 02:58, Nick Dokos wrote: > Stefan Vollmar wrote: > >> I have just started using the new exporter in 7.9.3e (7.9.3e-999-ge5322) for >> HTML output. >> >> [...] This apparently does not have an effect any more: >> (setq o

[O] bug#13724: Calling 'org-babel-mark-block' with 'M-x cmd' and 'M-: (cmd)'

2013-02-15 Thread Stefan Monnier
the patch below, Stefan --- lisp/simple.el 2013-02-12 04:46:18 + +++ lisp/simple.el 2013-02-15 17:35:00 + @@ -1328,7 +1327,8 @@ (setq debug-on-error new-value (let ((print-length eval-expression-print-length) - (print-level eval-express

[O] [ox-publish] index file empty?

2013-02-16 Thread Stefan Vollmar
y help with this. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: voll...@nf

Re: [O] two questions about the new exporter (#+Style: and org-export-html-postamble)

2013-02-19 Thread Stefan Vollmar
1DC;}h1,h2{border-bottom-style: solid; border-bottom-color: > gray;} I believe, it should be html_style now. Warm regards, Stefan > > Please let me know if I can provide any more information. > > Thanks, > > -- > Eric Schulte > http://cs.unm.edu/~eschulte &

Re: [O] New HTML exporter: Oddities with figure placement

2013-02-25 Thread Stefan Vollmar
is a simple fix for now: include this line in a CSS file (it will be parsed after the embedded CSS code and overwrites it): div.figure p { text-align: left; } Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleuelerstr.

Re: [O] New HTML exporter: Oddities with figure placement

2013-02-25 Thread Stefan Vollmar
n, thank you (somehow these lightning fast responses and fixes of yours remind me of a thread several years ago in which there was speculation about the actual number of excellent programmers using the pseudonym "Carsten Dominik", and of course there also quite a few "Bastien'

[O] Sum marked values in table

2013-03-22 Thread Stefan Nobis
: @>$>=??::@>>$>=vsum(@<<..@>>>);T::$>=vsum($<<..$>>);T Exist some clever trick to be used as formula for @>$> or is a custom lisp function needed for this? -- Until the next mail..., Stefan.

[O] [ox-publish] handling of white space in arguments of macros, named arguments?

2013-03-26 Thread Stefan Vollmar
) a month ago: {{{mhead-hcard( Dr. Stefan Vollmar, Stefan, , Vollmar, Dr., stefan-vollmar.jpg, stefan-vollmar.html, ...)}}} with this type of macro definition: #+macro: mhead-hcard #+html: http://www.nf.mpg.de/cv/$7";>$5 $2[...] but now the white space around the arguments is no longer

[O] alternating row colours in HTML export: org-table-row-tags with new exporter?

2013-03-26 Thread Stefan Vollmar
d not find a corresponding option for the new exporter with a very recent version (release_8.0-pre-193-gaa7b1). Is there a way to achieve this goal? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gl

Re: [O] alternating row colours in HTML export: org-table-row-tags with new exporter?

2013-03-26 Thread Stefan Vollmar
have come across that pattern before and it is very consistent (as are all changes for the new exporter). Thank you! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221-

[O] [ox-html] bug in documentation of org-html-table-row-tags

2013-03-27 Thread Stefan Vollmar
ass names could then still come up with their own definition of org-html-table-row-tags if needed. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-22

Re: [O] [ox-publish] handling of white space in arguments of macros, named arguments?

2013-03-28 Thread Stefan Vollmar
gt;> >> This version seems to work fine: >> >> {{{mhead-hcard(Dr. Stefan >> Vollmar,Stefan,,Vollmar,Dr.,stefan-vollmar.jpg,stefan-vollmar.html,Head >> of IT Group\,Physicist\, Software >> Developer,voll...@nf.mpg.de,it,+49 221 4726-213,+49 221 4726-298)}}} >

[O] org-babel: two confirmations for org/HTML "macro"?

2013-03-28 Thread Stefan Vollmar
could have named arguments - obviously, this is a much better solution (thanks again, Nicolas!). Here is a minimal example of the principle: -- snip #+name: html-ex1 #+header: :var who="World" #+BEGIN_SRC org :exports none Hallo $who #+END_SRC * Simple HTML export #+call: html-ex1(w

[O] #+call split into multiple lines?

2013-03-28 Thread Stefan Vollmar
Hallo, I am a new Org-Babel convert (thanks, Nicolas!) and our first project replaces a MACRO (raw HTML template) with 12+ arguments and is a major improvement as we can now use named arguments. This short example works: #+call: mhead-hcard(cname="Dr. Stefan Vollmar",gname="

Re: [O] #+call split into multiple lines?

2013-03-29 Thread Stefan Vollmar
| photo | etc.| | Dr. Stefan Vollmar | Stefan | stefan-vollmar.jpg| ... | Editing a table with many columns is awkward (not everybody uses Emacs for our templates). Much easier (to edit) is the transposed version: #+name: card-table | cname | Dr. Stefan Vollmar | | gnam

Re: [O] [ox-html] bug in documentation of org-html-table-row-tags

2013-04-09 Thread Stefan Vollmar
addition to rowgroup-number, top-row-p and bottom-row-p it would be really helpful to have a row counter variable. Is this difficult to implement (I honestly tried but did not see an obvious way)? Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut f

Re: [O] [ox-html] bug in documentation of org-html-table-row-tags

2013-04-09 Thread Stefan Vollmar
ure several levels above org-html-table-row. But it would be desirable in the long run, for semi-cosmetic stuff like alternating row colours in tables, but potentially also for more concise error messages or more complex formatting options. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head

Re: [O] [ox-html] bug in documentation of org-html-table-row-tags

2013-04-09 Thread Stefan Vollmar
(if (= (mod row-number 2) 1) "" ""))) "")) It now generates HTML code the way the old exporter used to work for alternating row colours/styles. Thank you! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-I

Re: [O] Release 8.0

2013-04-19 Thread Stefan Vollmar
el Loury, Samuel Wales, Sean O'Halpin, Sébastien Vauban, Simon Thum, Stefan Monnier, Stefan Vollmar, Stephen Eglen, Steve Purcell, Suhail Shergill, Suvayu Ali, T.F. Torrey, Thomas S. Dye, Thorsten Jolitz, Toby S. Cubitt, Tokuya Kameshima, Tony Day, Viktor Rosenfeld, Vincent Beffara, Vladimir Lomov

[O] HTML export: links to internal anchors fail when using labels

2013-05-09 Thread Stefan Vollmar
label (here: "abc") is set in italic: # <> ... [[myanchor][abc]] This looks like a bug to me. Many thanks in advance for any help with this. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50

Re: [O] HTML export: links to internal anchors fail when using labels

2013-05-09 Thread Stefan Vollmar
der the current solution a great improvement - everything works fine now. Thanks! Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleuelerstr. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.

[O] Build-System: Why not compile contrib

2013-05-25 Thread Stefan Nobis
Hi. I'm using the maint branch of org-mode and lately I discovered that the files beneath contrib are not compiled and there seems to be no easy way (e.g. via local.mk) to enable compilation of contrib. Is this on purpose and if yes: why? -- Stefan.

Re: [O] Build-System: Why not compile contrib

2013-05-26 Thread Stefan Nobis
compiled. Just removing org-mode/contrib/lisp from my load-path and only using org-mode/lisp is enough. The only unaethetic thing left is that now git sees all those files from contrib/lisp copied to lisp as new untracked files (but that does not bother me too much). -- Until the next mail..., Stefan.

Re: [O] Slides about LaTeX export

2013-06-17 Thread Stefan Vollmar
am running MacOS 10.6.8 (Snow Leopard) and I have just tried your slides (http://fr.slideshare.net/fniessen/org-modelatexexport) with two other browsers: with Safari 5.1.9 (Mac default browser) I only get yellow rectangles. However, it does seems to work with Firefox 21.0. Warm regards, Stefan -- D

[O] bug#13820: It was not fixed; it now is, though I don't understand the reason

2013-06-26 Thread Stefan Monnier
ould fix this, thank you. Stefan

[O] Bug: koma-letter-export does not work [8.0.6 (8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]

2013-07-25 Thread Stefan Reichör
uot;Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b (quote ... (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b (quote ... (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-asc

<    1   2   3   4   5   6   >