[O] Bug: org-use-sub-superscripts not working [8.2.3b (8.2.3b-elpa @ c:/Users/xxx/.emacs.d/elpa/org-20131112/)]

2013-11-14 Thread dieter
hi list, i am not sure whether i have discovered a bug or just using this not in the right way. i have an org document where i have lots of underscores in words (they are function names, e.g. BC_send) and do not want them to be interpreted as subscripts. the documentation says that the variable or

Re: [O] Bug: org-use-sub-superscripts not working [8.2.3b (8.2.3b-elpa @

2013-11-15 Thread dieter
ation (chapter 11.7.2). this problem aside, i really love org-mode (and emacs)! kind regards, dieter

[O] ob-lua.el

2014-05-06 Thread dieter
it. before that, it should maybe be completed, and also pass some generic tangle test, I think. I have shortly looked at testing/examples/ob-shell-test.org. Is a test like this suitable? kind regards, dieter

Re: [O] ob-lua.el

2014-05-09 Thread dieter
now with attachments, i hope > Original Message >From: Dieter Schoen >To: emacs-orgmode@gnu.org >Sent: Fri, May 9, 2014, 10:23 PM >Subject: Re: [O] ob-lua.el > >At Wed, 07 May 2014 00:46:03 +0200, >Bastien wrote: >> >> Hi Dieter, >> &g

Re: [O] still seeing semi-regular lockups

2014-05-14 Thread dieter
signal to emacs from external usually only kills it. the only signal which i am aware of that can be caught is SIGUSR1. i used to use it to notify emacs about network changes. hope this helps, dieter [1] http://www.gnu.org/software/emacs/manual/html_node/elisp/Infinite-Loops.html#Infinite-Loops

[Orgmode] a little wish for org-agenda-deadline-leader

2010-09-08 Thread Dieter Faulbaum
I have a small suggestion: It would be nice (for me), if org-agenda-deadline-leader could different for deadlines in the future and expired deadlines: For future maybe the default one In %3d d.: but for expired deadlines maybe this (without a minus sign): %3d d. ago: Is this possible? __

[O] "empty" CATEGORY lines behaviour

2011-08-30 Thread Dieter Faulbaum
that's not what I want. I like the old behaviour. Is this a (new, wanted) feature or a bug? -- Dieter Faulbaum

[O] Bug: behaviour of org-agenda-earlier with org-agenda-span

2012-10-15 Thread Dieter Faulbaum
, the function org-agenda-earlier goes back as expected. In think this is a bug (by the way it works fine in org-version 7.8.11)? Emacs : GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) Dieter

[Orgmode] local TAGS and org-tags-view (or org-sparse-tree)

2009-03-25 Thread Dieter Faulbaum
(pressing TAB). I don't understand this behaviour; do I something wrong? -- Dieter Faulbaum Elektronenspeicherring BESSY II Albert-Einstein-Str. 15, 12489 Berlin phone +49 30 6392-4652 fax +49 30 6392-2939 mail dieter.faulb...@bessy.de Helmholtz-Zentrum Berlin für Materialien und Energie

Re: [O] Latest clocktable mis-formats headings

2014-08-30 Thread Dieter Schön
Hi, I had the same problem, and I could solve it by removing an org installation in .emacs.d/elpa. (My regular org installation is a git sandbox). Regards, Dieter On 30. August 2014 17:00:39 MESZ, torys.ander...@gmail.com wrote: >My latest clocktables have started to stumble on the formatt

[O] bbdb or bbdb3 or org-contacts

2013-01-27 Thread Dieter Wilhelm
a lot Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] About range references in the spreadsheet

2013-01-31 Thread Dieter Wilhelm
Eric S Fraga writes: > Bastien writes: > >> Hi Xue, Eric and Dieter, >> >> die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: >> >>> (I would avoid the ambiguous expression "column two" since it is a >>> relative specification) al

Re: [O] Quick comment on the website

2013-02-02 Thread Dieter Wilhelm
Thanks Aubrey! I've actually waited long for someone to compliment > the new website, I'm glad it finally happened :) Ehemm: Where there is sun, there is also shadow... ;-) For an uninitiated as me I felt the worg wiki a bit hidden, too humbly placed in this nice and otherwise pract

Re: [O] html-export - limit size of pic to page-size?

2013-02-03 Thread Dieter Wilhelm
e, no matter how big the resulting .png file actually is? For example #+ATTR_HTML: width="600" -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-03 Thread Dieter Wilhelm
Thank you very much for all the input. So in summary it is on the safe side to use bbdb for a transition period because neither the maintainability of bbdb3 nor org-contacts seem to be ensured. Dieter PS: I hope future developments will bring forth a stable database solution

Re: [O] html-export - limit size of pic to page-size?

2013-02-03 Thread Dieter Wilhelm
Thorsten Jolitz writes: > Dieter Wilhelm writes: > >> For example >> >> #+ATTR_HTML: width="600" > > Actually my question was meant with regards to Org-babel code blocks, > e.g. > > , > | +nam

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Dieter Wilhelm
could be a compilation of *all* back-end variations (commented out? I don't yet understand the new exporter concept). Thanks -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] plotting tables

2013-03-24 Thread Dieter Wilhelm
x27;m using R to import, prepare and often also graphing data (within org-mode source blocks) and directly exporting them to latex documents. -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] bug in 7.9.4

2013-03-25 Thread Dieter Wilhelm
Hi, unfortunately the following commit gives a wrong argument error when there is no width attribute at all. Thanks Dieter org-html.el (org-html-handle-links): Fix bug in setting the attribute for link with... authorBastien Guerry Thu, 31 Jan 2013 09:25:03 + (10:25 +0100

[O] #+bind: org-html-preamble

2013-03-29 Thread Dieter Wilhelm
vigation information in html exports. -- Thank you & Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] #+bind: org-html-preamble

2013-03-29 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > Dieter Wilhelm writes: > What is the value of `org-export-allow-bind-keywords'? org-export-allow-bind-keywords is a variable defined in `ox.el'. Its value is nil ah there is a new variable! :-) So this must be set even though

[O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-03-29 Thread Dieter Wilhelm
" "Auteur: %a (%e)\nDate: %d \nGenerated by %c \n")) Original value was (("en" "Author: %a (%e)\nDate: %d\nGenerated by %c\n%v")) but now I can't specify a date in the form #+DATE: "%Y-%m-%d" Formerly an empty specification meant the current

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-04 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Dieter Wilhelm writes: >> >>> Dear list, >>> >>> I changed the html postamble >>> >>> org-html-postamble-format is a variable defined in `ox-html.el'. >&g

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-06 Thread Dieter Wilhelm
:key modification-time :value {{{modification-time(%Y-%m-%d)}}} :args (%Y-%m-%d) :begin 1 :end 34 :post-blank 0 :parent #1)))) Seemingly this macro wreaks havoc with the automatic sitemap generation... Thanks Dieter > > Regards, -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Inconsistent handling of html images and image links

2013-04-06 Thread Dieter Wilhelm
;left" would give me a single image per row left aligned but I'm getting a left aligned image with text floating around it. Thanks for your time Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Some %elements in org-html-postamble-format became too "generous"

2013-04-07 Thread Dieter Wilhelm
ot; time), probably the modern file systems store additionally the "true Creation" time. Above nitpicking is only meant for supporting my request with the modification time. :-) -- Thank you Dieter Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > Dieter Wilhelm writes: > >> before 8pre it was better possible to translate the Org/Emacs information in >> the >> postamble. If I'm using >> >> ("fr" "Auteur: %a (%e)\nDate >> de la mo

[O] sequential #+TITLE: specifications to accumulate in html exports

2013-04-07 Thread Dieter Wilhelm
Dear (), multiple #+TITLE: strings accumulate (for html) exports, is this on purpose that the previous is not overwritten? #+TITLE: bla #+TITLE: bla bla -- Dieter Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-07 Thread Dieter Wilhelm
Rick Frankel writes: > On 04.04.2013 17:36, Dieter Wilhelm wrote: >> Nicolas Goaziou writes: >>> Alan Schmitt writes: >>> >>>> Dieter Wilhelm writes: >>>> >>>> but now I can't specify a date in the form >>>>&

Re: [O] export parameters in ORG file

2013-04-07 Thread Dieter Wilhelm
le to do this? Bastien wants to resurrect it, I hope, at least, for the most often used exporters... -- Dieter > Dave > > -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-07 Thread Dieter Wilhelm
Dieter Wilhelm writes: > Nicolas Goaziou writes: > >> Hello, >> >> Dieter Wilhelm writes: >> >>> before 8pre it was better possible to translate the Org/Emacs information >>> in the >>> postamble. If I'm using >>> >>

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Dieter Wilhelm writes: >> Why not simply making org-html-creator-string "name oriented", like: >> >> "http://orgmode.org\";>Org mode 8.0-pre / > href=\"http://www.gnu.org/software/emacs/\";>Emacs 24.3.3."

Re: [O] export parameters in ORG file

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Dieter Wilhelm writes: > >> da...@adboyd.com (J. David Boyd) writes: >> >>> Back in the day, when I C-x C-e to export from an org file, I could tap >>> a key and put all the control factors into the top of the file. >>> &

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Dieter Wilhelm writes: > >> Thank you very much, practically to the same time Nicolas G. pointed >> this out as well and I had some issues with the html-preamble, so I >> didn't reply. But as an aside: Is there a place in worg, in the

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-08 Thread Dieter Wilhelm
(current-time) > (?v . ,(or org-html-validation-link "" > @@ -1552,10 +1556,9 @@ communication channel." > (format > "%s: %s\n" > (org-html--translate "Created" info) > -(format-time-string org-html--timestamp-format))) > +(format-time-string org-html-metadata-timestamp-format))) > (when (plist-get info :with-creator) > - (format "%s\n" > - creator)) > + (format "%s\n" creator)) > (format "%s\n" > validation-link > (t (format-spec -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-09 Thread Dieter Wilhelm
reals in tables with engineering notation? -- Thanks Dieter Emacs : GNU Emacs 24.3.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2013-03-24 on urmel Package: Org-mode version 8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/) current state: == (setq org-

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-10 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > Rick Frankel writes: > >> On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: >>> Dieter Wilhelm writes: >>> > Or just using a default time string format which is language >>> > independent, l

Re: [O] #+header keywords for #+call keyword?

2013-07-24 Thread Dieter Wilhelm
Eric Schulte writes: > "Dieter Wilhelm, H." writes: > >> Dear (), >> >> I've got a rather long argument list and it doesn't look good to >> supply all the arguments in one line, could somebody please implement >> #+header arguments for #+

Re: [O] using a simple numerical variable in an org text ocument

2013-07-27 Thread Dieter Wilhelm
in this fictive block: #+BEGIN_SRC calc :mode rpn 2 2 + 2 'mm 8 'cm + 'in u c #+END_SRC And the *Calc Trail* buffer seems not to reflect any operations, despite Calc showing the block results in its calculator buffer! Thanks Dieter > Best regards, > Seb -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Export attached image files

2013-08-20 Thread Dieter Wilhelm
the > screenshots to be incorporated in the pdf-file when I export it. I don't understand why org-attachments are not good enough for your use case? (info "(org)Attachments") Especially if you're using (setq org-link-abbrev-alist '(("att" . org-attach

Re: [O] Completion of `*' gives wrong number of arguments

2013-09-02 Thread Dieter Wilhelm
Carsten Dominik writes: > Hi Dieter, > > On 2.8.2013, at 16:53, "Dieter Wilhelm, H." > wrote: > >> Dear (), >> >> is the completion of an asterix `*' broken in the latest org or is it >> my configuration? > > This was a bug in Org mo

Re: [O] ob-lua.el

2014-05-09 Thread Dieter Schoen
At Wed, 07 May 2014 00:46:03 +0200, Bastien wrote: > > Hi Dieter, > > die...@schoen.or.at writes: > > > for a project I need to tangle lua files (including parameters and > > tables), > > and there seems to be no ob-lua.el (yet). > > > > so I sham

Re: [O] new to drawers

2014-05-10 Thread Dieter Schoen
EN STATE PROPERTIES BIG low and revert the buffer, if it's already open. as a hint: in my settings, a drawer is colored green. if you use an undefined string for a drawer name, it is white. so you quickly see, if your string is a defined drawer. and another, you can get completetions with TAB when you do C-c C-x d, your string should be in the list. kind regards, dieter

Re: [O] new to drawers

2014-05-10 Thread Dieter Schoen
At Sun, 11 May 2014 00:38:15 +0200, Dieter Schoen wrote: > > e.g. > (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test2")) > > or add it to the file's headers: > #+DRAWERS: HIDDEN STATE PROPERTIES

Re: [O] new to drawers

2014-05-11 Thread Dieter Schön
d to use the latest Org >version. >> >> >I thought so too, but when I tried it, I got the same result as Steven. >I'll try to dig down a bit more. > >-- >Nick There is also a variable with a regex, which you can use. I do not remember the exact name, but you ca

Re: [O] new to drawers

2014-05-11 Thread Dieter Schön
d to use the latest Org >version. >> >> >I thought so too, but when I tried it, I got the same result as Steven. >I'll try to dig down a bit more. > >-- >Nick There is also a variable with a regex, which you can use. I do not remember the exact name, but you ca

Re: [O] ob-lua.el

2014-05-13 Thread Dieter Schoen
a FSF copyright assignment. i have just sent the email to ass...@gnu.org to start the process. kind regards, dieter

Re: [O] ob-lua.el

2014-05-24 Thread Dieter Schoen
At Wed, 21 May 2014 09:30:44 +0200, Bastien wrote: > > Hi Dieter, > > Dieter Schoen writes: > > > i have just sent the email to ass...@gnu.org to start the process. > > Great -- let us know how it goes (can take one month.) As I wrote off-list, I received the sign

Re: [O] ob-lua.el

2014-05-24 Thread Dieter Schoen
At Sat, 24 May 2014 14:25:05 +0200, Bastien wrote: > > Hi Dieter, > > Dieter Schoen writes: > > > I have my name to the copyright, but left in the name of the authors > > of ob-python.el, as I used that as a template. > > Is that ok? > > Yes -- but I d

Re: [O] ob-lua.el

2014-05-26 Thread Dieter Schoen
ent. I already received the confirmation from FSF (the signed PDF), and I have seen that I have been added to the contributors of org-mode. Kind regards, Dieter ;;; ob-lua.el --- org-babel functions for lua evaluation ;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Authors: Dieter Sc

[O] Bug in org-insert-link

2017-06-15 Thread Dieter Faulbaum
d the tooltip looks ugly too, but this is not so important). Dieter Faulbaum Helmholtz-Zentrum Berlin für Materialien und Energie GmbH Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Aufsichtsrat: Vorsitzender Dr. Karl Eugen Hut

Re: [O] Bug in org-insert-link

2017-06-16 Thread Dieter Faulbaum
Hello Nicolas, Nicolas Goaziou writes: > Dieter Faulbaum writes: > >> I think in the function org-insert-link (Org mode version 9.0.8) is a >> bug: >> If I use bbdb for a link, there shouldn't be any "converting" of >> characters (like &

[Emacs-orgmode] Cyclic timestamps for SCHEDULED and DEADLINE

2006-04-26 Thread Dieter Grollmann
, but diary entries are not carried forward... Did I miss something in the manual? Dieter ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Emacs-orgmode] Re: Cyclic timestamps for SCHEDULED and DEADLINE

2006-04-27 Thread Dieter Grollmann
Carsten Dominik gmail.com> writes: > On Apr 26, 2006, at 16:42, Dieter Grollmann wrote: > > > It seems, that org-mode does not allow timestamps like, for example, > > <*-*-25> > > (to match the 25th of every month) for SCHEDULED resp. DEADLINE? Of > > c

[Emacs-orgmode] Re: Cyclic timestamps for SCHEDULED and DEADLINE

2006-04-28 Thread Dieter Grollmann
Carsten Dominik gmail.com> writes: > On Apr 28, 2006, at 2:33, Dieter Grollmann wrote: > > > > It's difficult for me to explain this in english, I hope you will > > understand what I mean > > Try my German if you want. Not necessary, it seems that I could

Export to ics file with retaining spaces

2022-02-08 Thread Dieter Faulbaum
I normally use this hook: before-save-hook (delete-trailing-whitespace time-stamp copyright-update) But this is not a good idea, if I use org-icalendar-export-to-ics, because the spaces at line ends are significant in an ics file. There is only a org-icalendar-after-save-hook (and not a org-

Sugesstion for a more fexible org-bbdb-anniversary-description

2020-03-30 Thread Dieter Faulbaum
I think it would be nice if this function would have some (customizable) variables. Here (in Germany) e.g. I like this: (defun org-bbdb-anniversary-description (agenda-date anniv-date) (let ((delta (- (calendar-absolute-from-gregorian anniv-date) (calendar-absolute-from-greg

[PATCH] repeat cookies should be in the same order as the repeats

2020-11-04 Thread Dieter Faulbaum
--- doc/org-manual.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index ef2dad9ef..e78690993 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -5741,6 +5741,7 @@ expressions to process these values before inserting them

Re: How to update a timestamp?

2023-03-12 Thread Dieter Faulbaum
If you are prompted for the date, you can give a point ('.') and the current date is shown. I think this is "short enough".

Re: How to update a timestamp? (addition)

2023-03-12 Thread Dieter Faulbaum
You can find the information about it (e.g.) here: https://orgmode.org/manual/The-date_002ftime-prompt.html

emphases in Org Agenda View

2023-06-01 Thread Dieter Faulbaum
I have some emphases in my org files. Is it possible to see these emphases in the Org Agenda view too? I see only the "raw" characters of the emphases in the view.

Org-Agenda view customization

2023-06-06 Thread Dieter Faulbaum
I like to have my entries in my org-files in this way: * <2023-06-06>--<2023-06-10> 5 days long But then the agenda view entry doesn't look so nice: (1/5): <2023-06-06>--<2023-06-10> 5 days long If the entry in the org-file looks like this: * 5 days long <2023-06-06>--<2023-06-10> the agend

Re: Org-Agenda view customization

2023-06-07 Thread Dieter Faulbaum
Ihor Radchenko writes: Dieter Faulbaum writes: Is there a way to get rid of the part '<2023-06-06>--<2023-06-10>' in the agenda view (with the date entry in the same line in the org-file)? org-agenda-remove-timeranges-from-blocks Oh thanks Ihor, that does it!

Re: Org-Agenda view customization

2023-06-08 Thread Dieter Faulbaum
Ihor Radchenko writes: Dieter Faulbaum writes: Is there a way to get rid of the part '<2023-06-06>--<2023-06-10>' in the agenda view (with the date entry in the same line in the org-file)? org-agenda-remove-timeranges-from-blocks Oh thanks Ihor, that does it!

[O] Showing evaluation buffer while executing source blocks?

2012-02-03 Thread Klaus-Dieter Bauer
Hello! I wondered if there is a way to show the evaluation buffer (if any) during evaluation of commands -- in particular when the command takes a long time (e.g. when trying to document a building process involving `make' invocations) waiting for the command to finish is counter productive. Even

[O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread H. Dieter Wilhelm
#+BEGIN_SRC calc :var L1 = "5 mm" L2 := cvun( L1, m) #+END_SRC Unfortunately this is not working. Do you have an idea how to implement this? - Are you using (better) alternatives? Thanks for your insights Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-04 Thread H. Dieter Wilhelm
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > Hello Org, > > for some engineering most often I need estimations with unit > conversions, Emacs Calc is perfect for this. > > When it comes to reporting and documentation I'd like to do it with > org-mode, of co

[O] Babel evaluation of Calc block not working, bug in Calc?

2014-09-22 Thread H. Dieter Wilhelm
c-var-value the expression (boundp v) returns t!? I'm stuck at this point, could you please have a look, I've no idea how to debug this further. GNU Emacs 24.3.93.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.24) of 2014-09-17 on vsl28t2g With the latest org-mode from git Thanks

[O] Download of constants.el not working

2014-09-23 Thread H. Dieter Wilhelm
Hello (), I can't download constants.el from https://staff.fnwi.uva.nl/c.dominik/Tools/constants/index.html would you mind to post a copy or another link? Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-04 Thread H. Dieter Wilhelm
calc :var v=3 > v + 4 > #+END_SRC > > with > > #+BEGIN_SRC calc :var var-v=3 > v + 4 > #+END_SRC This is working for me as well, I think this will help me to understand what is going on... Thank you for you help Dieter PS: Are you using Calc regularly? -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-06 Thread H. Dieter Wilhelm
-in, org-clock-out, agenda view > - org-columns > - simple exports of TODOs or clocktable in HTML > or PDF format That is the strength of Org-mode: The combination of code and beautiful documentation. :-D Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

[O] Usage of org-element api

2015-01-16 Thread Dieter Van Eessen
t's a long mail, please don't yell at me if I overlooked stuff on the web, it's quite a huge pool of information... Dieter Van Eessen

Re: [O] Usage of org-element api

2015-01-16 Thread Dieter Van Eessen
-blank 0 ...) #("And a bit of text " 0 18 (:parent #3)) ((headline (:raw-value "woot" :begin 1 :end 29 :pre-blank 0 :contents-begin 8 ...) (section (:begin 8 :end 29 :contents-begin 8 :contents-end 26 :post-blank 2 ...) (paragraph (:begin 8 :end 26 :contents-begin 8 :con

Re: [O] Usage of org-element api

2015-01-17 Thread Dieter Van Eessen
pts, create your own or just choose to write anything. Any document always remains human readable plain text. Some concepts will always be very divers, others will survive the test of time and stabilize. What do you think? Waste of time? :) kind regards, Dieter On Sat, Jan 17, 2015 at 1

Re: [O] org-todo-recursive

2015-01-19 Thread Dieter Van Eessen
) (message "Must be on heading")) ;else Have fun, Dieter On Sun, Jan 18, 2015 at 10:49 AM, David Arroyo Menendez wrote: > Rasmus writes: > > > Hi, > > > > davi...@es.gnu.org (David Arroyo Menéndez) writes: > > > >> How can I do

[O] Difficulties using adopt-elements and interpret-data

2015-01-19 Thread Dieter Van Eessen
s result (first implementation) is INPUT * elementA + itemA + itemB When point is on itemB, calling org-concept-expand will result in OUTPUT * elementA + itemA + itemB ** :itemB: Thanks, Dieter On Sat, Jan 17, 2015 at 6:02 PM, Dieter Van Eessen < dieter.van.ees...@gmail.co

Re: [O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Dieter Van Eessen
to the location you want and use exporting capabilities as post-processing tool? Could be an awfull workaround :) but it's the first thing that popped up in my mind when reading your question have fun, Dieter On Mon, Jan 19, 2015 at 11:53 AM, Ian Barton wrote: > I want to export a single

Re: [O] About range references in the spreadsheet

2013-01-27 Thread H. Dieter Wilhelm
he three SPECIFICATIONS expand to a field range from the row above the current row, starting with two columns to the left up to the current column. (I would avoid the ambiguous expression "column two" since it is a relative specification) alternatively The TWO REFERENCES expand to a field range from the row above the current row, starting with two columns to the left up to the current column. Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] link abbreviations and the /smb: method

2013-02-01 Thread Dieter Wilhelm, H.
The link [[Path]] is not working, but I can access the file with C-c C-o over the complete /smb specification... -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-03-12 Thread Dieter Wilhelm, H.
ng the org-mode code provided with Emacs-24.3. Where am I wrong or is this functionallity not yet implemented in the latex exporter? Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Dieter Wilhelm, H.
ishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] TAB cycling doesn't work from end of line

2013-04-09 Thread Dieter Wilhelm, H.
4 it is > not on a headline, it is after the folded part of the buffer (and you > usually don't know exactly where it is.) May I rephrase it: For this little gain there is too much pain (i.e. too hard to implement)? Thanks for the explanation, I can live without it. 8-) -- Dieter

Re: [O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-10 Thread Dieter Wilhelm, H.
2013/4/10 Nicolas Goaziou : > Hello, > > Dieter Wilhelm writes: > >> please try to latexport the following table with the latest and greatest >> >> | 3E5 | 3.2e3 | 3.3E-4| >> >> and you will still receive this output >> >> \begin{tabular}{r

Re: [O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-04-16 Thread Dieter Wilhelm, H.
2013/4/16 Bastien : > Hi Dieter, > > "Dieter Wilhelm, H." writes: > >> I added to org-link-abbrev-alist the list ("att" . >> org-attach-expand-link) and it works nicely when I'm opening links >> (C-c C-o) to images in the attachment director

[O] Per file ID

2013-05-24 Thread Klaus-Dieter Bauer
Hello! I intend to use org-mode for organizing my research notes; I prefer however a "wiki" style with many files rather than one big file. I found that the ID mechanism is quite robust for linking across files, but most of the time I'd like to link to a file, not a heading in that file, by ID. I

Re: [O] scale inline images in orgmode

2013-05-25 Thread Klaus-Dieter Bauer
Bastien altern.org> writes: > > Hi Alexander, > > AW t-online.de> writes: > > > If I include an image in an *.org file, let's say [[large-image.jpg]], I can > > toggle the inline image with C-c C-x C-v . > > You can now (from git master) use `org-image-actual-width'. > > (setq org-image-a

[O] Help, I need to paste raw image from clipboard into emacs/orgmode

2013-06-06 Thread Klaus-Dieter Bauer
> > Dear All, > Please Help, > I need to paste raw image from clipboard into emacs/orgmode, I am a > microsoft onenote user and I got used to take a lot of snapshots and embed > it into my notes, I think if I could know how to embed images directly into > emacs/orgmode from clipboard, I will switch

[O] Customizing export globally

2013-06-06 Thread Klaus-Dieter Bauer
Hello! Is it possible, short of hacking the exporters, to get indentation of non-list paragraphs preserved? E.g. I want some nice-looking formatting inside emacs: == And thus Einstein wrote: E = mc^2 == The same visual effect in export could be achieved

Re: [O] Per file ID

2013-06-06 Thread Klaus-Dieter Bauer
Suvayu Ali gmail.com> writes: > > On Fri, May 24, 2013 at 04:43:53PM +0200, Klaus-Dieter Bauer wrote: > > Hello! > > > > I intend to use org-mode for organizing my research notes; I prefer however > > a "wiki" style with many files rather than

Re: [O] Help, I need to paste raw image from clipboard into emacs/orgmode

2013-06-07 Thread Klaus-Dieter Bauer
ve an elisp piece that handles the image > insertion into org buffers? > > Thanks, > > Vitalie > > >> Klaus-Dieter Bauer > >> on Thu, 6 Jun 2013 19:16:26 +0200 wrote: > > > Dear All, > > Please Help, > > I need to paste

[O] Setting entry title by a standard org function?

2013-06-20 Thread Klaus-Dieter Bauer
Hello! Is there a standard way in the org-mode modules to change the text of a heading conserving tags, todo type, priority etc? I am writing a extension module for better multi-file handling (wiki-like) and in that context I want to set the first heading of the wiki-node-files based on the direc

[O] Extra list bullets / portable configuration?

2013-06-26 Thread Klaus-Dieter Bauer
Hello! With the input-method "TeX" it is easy to insert more graphical Unicode characters such as • (\bullet). Some questions about that: 1. Is it possible to make org-mode use • as a bullet character for lists? 2. Is it possible to make another persons org-mode installation aware of this when vi

[O] inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Sorry: inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Sorry, the previous mail was sent inadvertently without attachments ... Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance Dieter test.org Description: Binary data test.pdf Description: Adobe PDF document tes

[O] Latex export and missing PDF document properties

2013-07-24 Thread Dieter Wilhelm, H.
seems to have problems with annotating and commenting. The same PDF forbids commenting under Linux (reader 9) and allows them under Windows (reader 11)!? -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] #+header keywords for #+call keyword?

2013-07-24 Thread Dieter Wilhelm, H.
DIR=(org-attach-dir) #+call: ProvideReport()[:results silent] By the way, is it still true that the number of #+header keywords for code blocks is restricted to 5 #+header lines? I think this is also an unnecessary restriction. Thank you very much Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Completion of `*' gives wrong number of arguments

2013-08-02 Thread Dieter Wilhelm, H.
a nice weekend -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
,width=10cm] {5}{/HOME/uidg1626/development/report/tz/haeug0x8g0/PostImage}{716}{728} #+END_LaTeX Am I doing something wrong? Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
Sorry, I forgot to say that I'm using org-8.2. 2013/9/26 Dieter Wilhelm, H. : > Dear (), > > when I'm trying to asign a variable in the following way: > > #+BEGIN_SRC latex :var Idir = (concat (org-attach-dir) "/PostImage") >\animategraphi

[O] Portable formatting of export?

2013-10-21 Thread Klaus-Dieter Bauer
Hello! I have customized org export to both html and latex extensively since I disliked many of the defaults (e.g. the use of article vs scrartcl, red borders around pdf hyperlinks). This left me wondering however, if it is possible to create org files that will produce the same output on every m

  1   2   >