Re: How to specify column alignment in LaTeX table output?

2025-01-10 Thread Richard H Stanton
> On Jan 10, 2025, at 10:59 AM, Rens Oliemans wrote: > > Richard H Stanton writes: > >> Here’s an example: >> >> #+begin_src python :results output replace raw >> print("a") >> #+end_src >> >> Every time I run this code bloc

Re: How to specify column alignment in LaTeX table output?

2025-01-10 Thread Richard H Stanton
On Jan 10, 2025, at 10:59 AM, Rens Oliemans wrote: > > Richard H Stanton writes: > >> Here’s an example: >> >> #+begin_src python :results output replace raw >> print("a") >> #+end_src >> >> Every time I run this code block,

Re: How to specify column alignment in LaTeX table output?

2025-01-10 Thread Richard H Stanton
> On Jan 10, 2025, at 8:59 AM, Richard H Stanton wrote: > >> >> On Jan 10, 2025, at 1:47 AM, Rens Oliemans wrote: >> >> Richard H Stanton writes: >> >>> what are the recommended headers for a Python code block that exports a >>> t

Re: How to specify column alignment in LaTeX table output?

2025-01-10 Thread Richard H Stanton
' : [math.sin(xvals[i]) for i in range (10)], > 'cos(x)' : [math.cos(xvals[i]) for i in range (10)] > }) > > attrs=':environment longtable :align p{2cm}p{2cm}p{2cm} :placement [h] > :center t' > return tabulate.tabulate( > df, >

Re: How to specify column alignment in LaTeX table output?

2025-01-10 Thread Richard H Stanton
> On Jan 10, 2025, at 1:47 AM, Rens Oliemans wrote: > > Richard H Stanton writes: > >> what are the recommended headers for a Python code block that exports a >> table? For example, ":results output raw” and ":results output drawer” both >> seem

Re: How to specify column alignment in LaTeX table output?

2025-01-09 Thread Richard H Stanton
On Jan 9, 2025, at 2:17 AM, Rens Oliemans wrote: > > Richard H Stanton writes: > >> Here’s a table in my org document: >> >> #+ATTR_LATEX: :align :options [htbp] >> #+begin_table >> |---++---+| >&

How to specify column alignment in LaTeX table output?

2025-01-09 Thread Richard H Stanton
Here’s a table in my org document: #+ATTR_LATEX: :align :options [htbp] #+begin_table |---++---+| | Tier | Number | Total | % of Total | |---++---+| | 1 | 4 | 8,700.00 | 57.39 | | 2 | 19 | 5,398.00 |

[BUG] clocktable match doesn't seem to support matching items based on parent property [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-07 Thread Felix H. Dahlke
I want to create a clocktable report for all items under a specific heading, using the match keyword and the ITEM property. It appears that matching items this way won't include any subheadings, therefore not showing their times in the clocktable. My guess would be that agenda and clocktable shar

How to export a single subtree but include document preamble?

2024-04-03 Thread Richard H. Stanton
I just tried to export a single subtree from an org document to a PDF file: 1) Type C-c C-e [org-export-dispatch] 2) C-s to narrow to subtree 3) l -> o to export to PDF via LaTeX However, instead of exporting the portion of the file I want, I get the error message Undefined Org macro: newline;

LaTeX export ignores caption if table is in a drawer

2023-05-25 Thread Richard H. Stanton
I often create tables programatically from within an org code block. To make sure I don’t produce multiple copies of the output, I like to enclose the results in a drawer. However, the exporter seems to ignore any caption I might assign if the table itself is inside a drawer. For example, if you

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-19 Thread Richard H. Stanton
Commenting out the last line of init.el, thus not loading the beacon package, gets things to work OK. But so does changing which version of org mode is loaded by commenting out one of the lines and uncommenting the other, so this is not only about the beacon package. Best, Richard >

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-19 Thread Richard H. Stanton
After a lot of bisecting my init.el to create the simplest possible example that shows the problem, I found that removing the package beacon makes everything work OK, both in sync and async mode. > On May 19, 2022, at 6:37 AM, Ihor Radchenko wrote: > > Richard Stanton writes: > >> A bit mo

Re: How to stop results being hidden when using ":results drawer"?

2022-05-12 Thread Richard H. Stanton
>> I’m creating documents where I run Python code blocks that create LaTeX >> mathematical output that I want to be able to export to either LaTeX/PDF or >> HTML. >> >> Using :wrap in the header works fine, except that LaTeX complains about the >> unknown environment “results” (it still comp

Re: Shell SRC blocks under Windows

2022-02-08 Thread H. Dieter Wilhelm
Matt writes: > On Sun, 06 Feb 2022 12:51:49 -0500 H. Dieter Wilhelm > wrote > > Matt writes: > > > > > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > > > > > > But I'm not sure if I'm ha

Re: Shell SRC blocks under Windows

2022-02-06 Thread H. Dieter Wilhelm
Matt writes: > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > following MSYS2 command AND switch between two arguments (for building > > > Emacs). > > > > > > \MSYS2\msys2_shell.cmd -mingw64

Re: Shell SRC blocks under Windows

2022-02-05 Thread H. Dieter Wilhelm
Michael Powe writes: > On 2/4/2022 15:15, H. Dieter Wilhelm wrote: >> Hello >> >> I installed the software distribution MSYS2 https://www.msys2.org/. And >> I'd like to call its various shells in org src blocks. First I tried to >> set explicit-shell-fil

Shell SRC blocks under Windows

2022-02-04 Thread H. Dieter Wilhelm
K+ Version 3.22.30, cairo version 1.15.10) of 2022-01-14 Org mode version 9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/dieter/.emacs.d/elpa/org-plus-contrib-20210920/) Thanks a lot Dieter -- Best wishes H. Dieter Wilhelm Zwingenberg, Germany

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2021-01-08 Thread H. Dieter Wilhelm
e | 9.5 | | Worst case | 11.6 | #+TBLFM: @2$2='(org-sbe mintorque):: @3$2='(org-sbe maxtorque) (Above org table is reading results from named org source blocks.) If you really, really need to return data in MS formats you might have to run a virtual machine with Windows, not that I recommend that but live is ... Hope that is interesting Dieter -- Best wishes H. Dieter Wilhelm Zwingenberg, Germany

Language and LaTeX longtable (mismatch org-export-dictionary ./. org-latex-babel-language-alist)

2020-11-12 Thread H.-Dirk Schmitt
o set a really long table I'm using the longtable latex package via: #+ATTR_LATEX: :environment longtable :align |l|r|r|r| :placement [h] My problem is now that this is emitting the LaTeX code: \multicolumn{4}{l}{Continued from previous page} As I understand this should be transla

Re: [O] [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Mark H Weaver
A few more notes: I wrote earlier: > However, before doing this, some warnings are in order: > > When in noncanonical mode, the normal processing of ERASE (usually DEL > or Ctrl-H) and KILL (usually Ctrl-U) characters are disabled, Also the handling of Ctrl-D appears to be

Re: [O] [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Mark H Weaver
Hello all, "Jose A. Ortega Ruiz" writes: > On Fri, Nov 16 2018, Neil Jerram wrote: > >> Neil Jerram writes: >> >>> Mark H Weaver writes: >>> >>>> This is a documented limitation in Linux's terminal handling when in >>>

Re: [O] [bzg/org-mode] Added latex export option to ob-plantuml.el (#1)

2018-05-22 Thread Roger J. H. Welsh
On Tue, May 22, 2018 at 11:16:44AM +0200 , Nicolas Goaziou wrote: > Thank you. Could you provide a proper commit message, i.e., including > the function being modified: > > * lisp/ob-plantuml.el (... function ...): ... change ... I have made the changes to the patch. Does this fit your requireme

Re: [O] [bzg/org-mode] Added latex export option to ob-plantuml.el (#1)

2018-05-21 Thread Roger J. H. Welsh
Hi, I have a patch to add the latex export option to ob-plantuml.el . I originally tried to submit a Pull Request to a repo on github. https://github.com/rjhwelsh/org-mode/commit/dd69e979b4a8fdd0bb70306e0afb339720659dc5.patch > Hi, thanks for your contribution but this github repo don't take pat

Re: [O] mailto link for the #+email keyword: Suppressing backslash and braces "escaping" for latex exports

2018-02-25 Thread H. Dieter Wilhelm
myself how can I get a mailto link for an html export as well? ;-) Dieter [...] l -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

[O] mailto link for the #+email keyword: Suppressing backslash and braces "escaping" for latex exports

2018-02-25 Thread H. Dieter Wilhelm
39058/8979 -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-15 Thread WY H
ere---end--->8--- From: Nicolas Goaziou Sent: Sunday, March 12, 2017 6:36 PM To: WY H Cc: emacs-orgmode@gnu.org Subject: Re: Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)] Hello, WY H wri

[O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-12 Thread WY H
(lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:"; path ("message" :follow (lambda (path) (browse-

[O] Bug: error when (require 'org-drill) in init.el [9.0.3 (9.0.3-elpa @ /home/dieter/.emacs.d/elpa/org-20161224/)]

2017-01-15 Thread H. Dieter Wilhelm
:base-extension "org" :publishing-directory "~/www.blog/" :publishing-function (org-rss-publish-to-rss) :html-link-home "http://duenenhof-wilhelm.de/"; :html-link-use-abs-url t :exclude ".*" :include ("my-blog.org")) ("blog" :base-directory "~/org/blog" :html-extension "html" :base-extension "org" :publishing-directory "~/www.blog/" :publishing-function (org-html-publish-to-html) :html-head-extra "http://duenenhof-wilhelm.de/dieter/my-blog.xml\"\n title=\"RSS feed for Dieter's blog (DDDLLL)\">") ("org-files" :sitemap-title "Die Dünenhof-Seite" :auto-sitemap t :base-directory "~/org/www/" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :headline-levels 4 :auto-preamble nil :exclude "template.*\\|navigation.*" :publishing-function org-html-publish-to-html) ("images" :base-directory "~/org/www/" :base-extension "png\\|jpg\\|gif\\|swf\\|ico" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :publishing-function org-publish-attachment) ("other" :base-directory "~/org/www/" :base-extension "css\\|js\\|pdf\\|mp3\\|ogg\\|htm\\|dote" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :include ("dotemacs") :publishing-function org-publish-attachment) ("duenenhof" :components ("org-files" "other"))) ) -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] How to export casual letter without from and to address?

2016-03-06 Thread H. Dieter Wilhelm
s* notes style. Hope that helps Dieter > Thanks, > > York > > On Sat, Mar 5, 2016 at 6:22 AM, H. Dieter Wilhelm > wrote: >> Eric S Fraga writes: >> >>> On Friday, 4 Mar 2016 at 22:36, York Zhao wrote: >>>> Please share how you write not

Re: [O] How to export casual letter without from and to address?

2016-03-05 Thread H. Dieter Wilhelm
gt; that looks like a letter? Yeah, this works really convenient and near automatic, I'm also using org for corporate meeting minutes, reports and statistics to the tax authority (besides Koma letters of course ;-). -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread H. Dieter Wilhelm
| |---| | 1 | | 2 | | 3 | | 4 | | 5 | #+TBLFM: $1=@#-1 > Placing point on the TBLFM line and doing C-c C-c should recalculate the > whole table. and C-u C-c C-* does it anywhere in the table. Dieter -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-07 Thread H. Dieter Wilhelm
as defining the calc variables on the lisp level: #+BEGIN_SRC emacs-lisp (setq var-foo 9.81 var-x 3.14 var-bar ...) #+END_SRC Note: `var-' is a special prefix for the calc variables `foo', `x', ... And then something like src_calc{2*x} is working. -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-03 Thread H. Dieter Wilhelm
t sure how you define variables in calc however... You could write something like src_calc[:var x=3.41]{2*x} :-) Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-02-01 Thread H. Dieter Wilhelm
chor with both an id and a name attribute in the > context of radio targets?). I don't think so, with a simple org test file I'm getting the behaviour you would expect - despite a named anchor - the target doesn't appear as link, just a regular text. Thank you very much, I have now a path to look for. Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-01-31 Thread H. Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> But then I would have to turn all my radio links into proper links, >> which I see no method - except with radio targets - to do this >> automatically. > > Inst

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
Hi Kaushal, > Thanks for the reply. > > > how about using a postamble function instead of > > html-postamble-format > > Does it mean that I need to look into modifying the > org-html--build-pre/postamble function? > > If so, I will start looking into it but it will take a while as it > full o

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
Hi, Kaushal Modi wrote: > Hi, > > I have the org-html-postamble-format set to the below: > > (setq org-html-postamble-format > `(("en" > ,(concat "Exported using " > ;; "%c" is replaced with > `org-html-creator-string' >

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-01-27 Thread H. Dieter Wilhelm
Nicolas Goaziou writes: > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> when exporting radio targets to PDF they appear as normal text. >> Sometimes I wish I could make them invisible but this is a behaviour I >> can live with. > > You should use regu

[O] Radio target appears as a link in html export (in Emacs stable)

2016-01-25 Thread H. Dieter Wilhelm
? Thanks a lot, Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/src/emacs-24.5/lisp/org/) from Emacs stable Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] is orgmode.org's git repo down?

2016-01-23 Thread Robert H. Klein
Hi, On Fri, 22 Jan 2016 17:55:13 -0500 Gary Oberbrunner wrote: > Restarting didn't make git: work, but now http: does. Thanks! Yes, the git protocol uses another server program 'git-daemon', not the web server. Anyway, I found a configuration glitch and now it works again. Best regards Robert

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
Hi, On Fri, 22 Jan 2016 22:19:12 +0100 "Robert H. Klein" wrote: > On Fri, 22 Jan 2016 13:56:20 -0500 > Gary Oberbrunner wrote: > > > I can't clone the repo, I get this error: > > % git clone git://orgmode.org/org-mode.git > > fatal: read error: Conne

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
Hi, On Fri, 22 Jan 2016 14:09:44 -0500 Nick Dokos wrote: > Gary Oberbrunner writes: > > > I can't clone the repo, I get this error: > > % git clone git://orgmode.org/org-mode.git > > fatal: read error: Connection reset by peer > > > > Is it just me? > > > > No - I get: > > $ git remote upd

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
On Fri, 22 Jan 2016 13:56:20 -0500 Gary Oberbrunner wrote: > I can't clone the repo, I get this error: > % git clone git://orgmode.org/org-mode.git > fatal: read error: Connection reset by peer > > Is it just me? > Is your public key registered on the server? If not, please use git clone h

Re: [O] 'org-switch-to-buffer-other-window' prevents customisation ofpop-up buffers by binding key variables [8.2.10 (release_8.2.10 @ c:/ProgramFiles/emacs/share/emacs/24.5/lisp/org/)]

2015-10-13 Thread h
I worked around it by using an elisp ‘advice’ snippet another user suggested (http://emacs.stackexchange.com/questions/17112/prevent-org-todo-pop-up-window-from-displaying-in-new-frame-dedicated-window) Before that I wasted several hours trying to ‘fix’ the problem in various ways. I imagine org

[O] [Org-Caldav] Trouble connecting to a caldav server other Google calendar

2015-03-13 Thread Charles-H. Schulz
ist's archives I did find, however, that a few other people had problems outside Google Calendar. Feedback / Help appreciated. Thanks, -- Charles-H. Schulz http://www.standardsandfreedom.net

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

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

[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

[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

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

[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] #+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] 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] 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 test.tex Description

[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

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

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}{rrr} >> 3\,(5) & 3.2\,(3) & 3.3\,(-4)\\ >> \end{tabular} >>

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

2013-04-09 Thread Dieter Wilhelm, H.
2013/4/9 Bastien : > Hi James, > > James Harkins writes: > >> ** Example header... >> ^1 ^2 ^3 ^4 >> >> If the point is at locations 1, 2 or 3, TAB will reveal the next level >> of children. (The ^ locations will make sense if you format the e-mail >> using a monospace font. A proportio

[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

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

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] org-mode make hangs

2012-05-16 Thread Enoch H Wexler
Please note that org-release "7.8.10-Make" hangs at: Compiling /home/enoch/org-mode/lisp/ob-exp.el... I am using Emacs 23.3.1 on the latest 64 bit opensuse. Can I help you with any further info? Thanks, Enoch.

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-09 Thread Bernard H .
Eric Schulte gmx.com> writes: > Later this month I will be giving a talk on the use of code blocks in > Org-mode. I haven't yet begun preparing the slides, but when I do they > will live at https://github.com/eschulte/babel-presentation. > > Cheers, > Great ! Where will it take place ? Is it

[O] looking for examples using babel/calc

2011-09-30 Thread orgm...@h-rd.org
Hi, is there some documentation and are there some examples of using babel with calc? I have no luck in getting it to work. thanks.

[O] agenda view: global todo list

2011-07-14 Thread William H. Daffer
Hi; I'm relatively new to org-mode, I'm liking what I see so far, but I have two questions. I'm using emacs 23.2.1, org-mode 6.33x I have org-todo-keywords set to ((sequence "TODO(t!)" "ANALYSIS(a!)" "FEEDBACK(f@)" "VERIFY(v!)" "WAIT(w@/!)" "|" "DONE(d@)" "DELEGATED(e@)" "CANCELLED(c@)"))

Re: [O] org babel support for tcl and awk

2011-05-24 Thread orgm...@h-rd.org
Hi Eric, yes I am aware of op-template and tried to use it. However it was not clear to me how to proceed and I looked into ob-perl, ob-ruby, ob-scheme and ob-python. But it seemed to me they use a different structure than op-template and I was stuck. I also saw that the file ob-templa

[O] org babel support for tcl and awk

2011-05-24 Thread orgm...@h-rd.org
Hi, I am looking for support for Tcl (and AWK) for org-babel. Both have a supplied emacs mode and Tcl also has an inferior interpreter mode. I was trying to do it myself, however I am quite lost in the instructions. Is there someone with the knowledge and willingness to provide a suppo

[O] Re: Possible Calc support for Org-Babel?

2011-03-01 Thread orgm...@h-rd.org
Hi, addition of babel support for calc is nice. However calc also has "embedded mode". that means active calc documents can easily be embedded in org documents (and also latex, ...). It is different from babel, but in some instances it may work better. __

Re: [Solved] [Orgmode] [Patch] possible Bug: non-interactive publishing (emacs 22.1)

2010-06-10 Thread orgm...@h-rd.org
Quoting Sebastian Rose : Sorry for the reply to my own mail. But as Carsten is on vacation, I thought it might make sense to add the `[Patch]' to the subject. This patch fixes batch-mode publishing. Tested in emacs24 like this: sh$ emacs -q -batch --eval='(org-publish "PROJECT_NAME" t)

[Orgmode] possible Bug: non-interactive publishing (emacs 22.1)

2010-06-09 Thread orgm...@h-rd.org
--eval='(org-publish-all)' with error: emacs -q -batch -l ../org-init.el --eval='(org-publish "h-rd.org" t)' (obviously the project h-rd.org exists, and is published without error and all components from org-publish-all) error message: Starting emacs Loading sub

[Orgmode] Bug: documention missing

2010-06-09 Thread orgm...@h-rd.org
Hi Carsten, The following export (publishing) variables are not documented in org 6.36c: :body-only :style-include-scripts They are available for customize, but not documented in the info file under: 13.1.5 Options for the HTML/LaTeX exporters greetings. _

Re: [Orgmode] Re: Literate Programming with Org mode

2009-07-29 Thread Eric H. Neilsen, Jr.
reworked in light of other developments anyway. org-babel now has includes literate programming in it as well, but I have not yet experimented with it (but am very interested in trying). -Eric -- Eric H. Neilsen, Jr. http://home.fnal.gov/~neilsen ___

[Orgmode] Re: A tool for creating source code files from example and src blocks in org files

2009-06-03 Thread Eric H. Neilsen, Jr.
enough feedback that I want to address issues better before anyone else is tempted to use the code. -Eric -- Eric H. Neilsen, Jr. http://home.fnal.gov/~neilsen ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] A tool for creating source code files from example and src blocks in org files

2009-06-02 Thread Eric H. Neilsen, Jr.
is interest, I will push to try and figure out how to do this, and maybe even see if I can do the assignment of copyright stuff needed for it to get under the main umbrella (although I am not optimistic). (If anyone feels like rewriting it, that would be even better; aside from a fairly straightf

[Orgmode] carbon emacs org-add-link-type

2008-06-11 Thread Cezar H
GNU Emacs 22.2.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0) of 2008-04-01 Carbon Emacs Package (Spring, 2008) gives me this error msg when loading org-mode: Symbol's function definition is void: org-add-link-type Any ideas how to fix it ? _

[Orgmode] Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66

2007-02-28 Thread goud-H
uess due to its anti-inflammatory attributes. goud-H ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Weird error when compiling org 4.66

2007-02-26 Thread goud-H
> Dünenkräuterklöße? > > - Carsten > Mädesüßöl (yes, that really exists...) ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: visible row boundaries in html table export

2007-02-11 Thread goud-H
goud-H aol.com> writes: > > What would the HTML code look like? > > > > - Carsten merging the content of 2 rows can only be avoided by defining table border rules, unfortunately this gives lines below groups of 2 rows, but no lines in between the colums. col

[Orgmode] Re: visible row boundaries in html table export

2007-02-11 Thread goud-H
> What would the HTML code look like? > > - Carsten > col 1 col 2 col 3 aa aa aa bb bb bb ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Emacs-orgmode] Export Documentation

2006-07-05 Thread Steven H. Rogers
The documentation for export indicates that C-c C-x be used to export an org file. This doesn't work and I found the correct C-c C-e key combination from the Org menu. Regards, Steve -- Steven H. Rogers, Ph.D., [EMAIL PROTECTED] Weblog: http://shrogers.com/weblog "He who ref