Re: [O] How to treat string results of src-block calls like text in export?

2014-06-24 Thread Thomas S. Dye
, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How to treat string results of src-block calls like text in export?

2014-06-24 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, Thorsten Jolitz tjol...@gmail.com writes: Hi List, with this org file , | #+name: project-name | #+header: :exports none | #+begin_src emacs-lisp | (mapconcat

Re: [O] Source blocks with captions

2014-06-23 Thread Thomas S. Dye
{verbatim}\caption{Test} \end{figure} You don't need to name the source code block, although it is typically a good idea to do so. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [ANN] ox-extras

2014-06-23 Thread Thomas S. Dye
programmer). I format the code chunks now with a keyboard macro, which works but is more complex than I like. A construct like the one Aaron has implemented is handy in this situation. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Invalid function

2014-06-21 Thread Thomas S. Dye
that the invalid function problem might be solved by running make clean and then make again, but doing this didn't help me. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Invalid function

2014-06-21 Thread Thomas S. Dye
Thorsten Jolitz tjol...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi, ox.el:77:1:Error: Invalid function: Org Is that line 77 in /lisp/ox.el? Maybe have a look ... Nothing that looks like Org there. And there are still the other 42 failures ... Tom -- Thomas S. Dye http

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Thomas S. Dye
it may not be the right thing either. Regards, Achim. -- Thomas S. Dye http://www.tsdye.com

Re: [O] Adding source location information when tangling

2014-06-06 Thread Thomas Morgan
Eric Schulte schulte.e...@gmail.com writes: Thomas Morgan t...@ziiuu.com writes: Hi, Rainer, Rainer M Krug r.m.k...@gmail.com writes: Envoyé de mon iPhone Le 25 mai 2014 à 18:28, Thomas Morgan t...@ziiuu.com a écrit : Dear Org hackers, I have a question about tangling LilyPond

Re: [O] Standard skipping conditions have no effect

2014-06-02 Thread Thomas Morgan
Hi, Bastien, This works for me -- thanks! Best, Thomas

Re: [O] Implementing Reproducible Research

2014-06-01 Thread Thomas S. Dye
trhough all of it but org is mentioned a couple of times! Christophe -- Thomas S. Dye http://www.tsdye.com

[O] Preset filter sometimes persistent

2014-06-01 Thread Thomas Morgan
-agenda t'. 7. Refresh it with `r'. Now this TODO list is empty too and `{-foo}' appears in the mode line, indicating that the preset tag filter was carried over from one agenda view to another. Best, Thomas * TODO [[elisp:(org-agenda%20nil%20x)][elisp:(org-agenda nil x

Re: [O] Standard skipping conditions have no effect

2014-06-01 Thread Thomas Morgan
Attached are the files referred to in the bug report. Thomas Morgan t...@ziiuu.com writes: Hello, Org mode hackers, Here is a recipe for a bug on the maint branch that causes standard skipping conditions to have no effect. 1. Change the load path setting in `setup.el'. 2. Start Emacs

[O] Standard skipping conditions have no effect

2014-06-01 Thread Thomas Morgan
'. , | Headlines with TAGS match: foo | Press `C-u r' to search again with new search string ` As expected, the TODO item is filtered. Best, Thomas

Re: [O] Adding source location information when tangling

2014-05-29 Thread Thomas Morgan
Hi, Rainer, Rainer M Krug r.m.k...@gmail.com writes: Envoyé de mon iPhone Le 25 mai 2014 à 18:28, Thomas Morgan t...@ziiuu.com a écrit : Dear Org hackers, I have a question about tangling LilyPond code blocks. Is there a way to put the commands `\sourcefilename

[O] Stickiness of agenda buffers overrides persistent filters

2014-05-25 Thread Thomas Morgan
org-agenda RET a'. 3. Add a tag filter with `C-/ TAB foo RET'. 4. Open a TODO list with `M-x org-agenda RET t'. There is no filter: it is not indicated in the mode line, and both items appear. Best, Thomas setup.el Description: application/emacs-lisp * TODO Buckle my shoe

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
, which is inconvenient if it happens to fall on a long line. Adding a tag filter is sometimes slow. I'll try to investigate and send proper reports. Thanks, Thomas

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Here is a small patch for this bug. It works as far as I can tell though it's possible that it introduces other problems or that there's a better solution. From 3181ee87106275bf947324b75054c6e2acb18ed1 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Sun, 25 May 2014 13:40:35

[O] Adding source location information when tangling

2014-05-25 Thread Thomas Morgan
to the `#line LINENUM FILE' directive in C.) If possible I'd like to let LilyPond know how to give error messages that refer to the originating Org file. Thanks, Thomas

[O] Item scheduled in agenda based on Org player link's start time

2014-05-25 Thread Thomas Morgan
at that position in the track. For example: | ;;; | ;;; [[file:/path/to/song.mp3::2:43]] Starts playback at 2 min 43 sec. ` Best, Thomas setup.el Description: application/emacs-lisp * TODO Buckle my [[file://shoe.ogg::1:23][shoe]] SCHEDULED: 2014-05-23 Fri

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
'. 6. Schedule it for today with `C-c C-s RET'. An indication that it was scheduled appears in the echo area: , | Scheduled to 2014-05-25 Sun ` But the calendar window remains until you press `C-g'. Best, Thomas * TODO Buckle my shoe * TODO Open the door

Re: [O] Org mode links for helm

2014-05-24 Thread Thomas S. Dye
Aloha Seb, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Bastien wrote: tsd-p0awh739ni4avxtiumw...@public.gmane.org (Thomas S. Dye) writes: Has anyone implemented a helm interface for Org-mode #+name lines? I think it might be useful for inserting cross

Re: [O] Org mode links for helm

2014-05-24 Thread Thomas S. Dye
Aloha Bastien, Bastien b...@gnu.org writes: Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Has anyone implemented a helm interface for Org-mode #+name lines? I think it might be useful for inserting cross reference links. did you try https://github.com/emacs-helm/helm/blob/master

[O] Org mode links for helm

2014-05-23 Thread Thomas S. Dye
Aloha all, Has anyone implemented a helm interface for Org-mode #+name lines? I think it might be useful for inserting cross reference links. All the best, Tom -- T.S. Dye Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-18 Thread Thomas Morgan
2014 +0200 org-agenda.el: Fix bug when displaying the changed date Thomas Morgan t...@ziiuu.com writes: Hi, Bastien, Here is a recipe for what might be another manifestation of this bug. I'm using the maint branch: Org-mode version 8.2.6 (release_8.2.6-21-g3b9419 @ /src/org-mode/lisp

Re: [O] Abbreviating filtered tags in mode line

2014-05-15 Thread Thomas Morgan
Hi, Bastien, Thanks -- I've got the assignment form and will send it in. Best regards, Thomas

Re: [O] emacs24-starter-kit and Aquamacs 3.0

2014-05-15 Thread Thomas S. Dye
of the emacs trunk (http://git.sv.gnu.org/emacs.git) YMMV. rick -- Thomas S. Dye http://www.tsdye.com

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Thomas Morgan
to the item in the source Org file: `TAB'. I see this error: `Command not allowed in this line'. Best, Thomas setup.el Description: application/emacs-lisp * TODO Buckle my shoe :foo: SCHEDULED: 2014-05-15 Thu +1d :PROPERTIES: :STYLE:habit :END: * TODO Open the door SCHEDULED

[O] Abbreviating filtered tags in mode line

2014-05-14 Thread Thomas Morgan
and @net are h and n respectively. Best, Thomas From 3c12d4b5c6ad12d6f34fe34ecc94f7be54fe61b5 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Wed, 14 May 2014 01:54:17 -0400 Subject: [PATCH] Optionally abbreviate filtered tags in mode line. * lisp/org-agenda.el (org-agenda-abbreviate

[O] Clock-in in agenda makes some headings with links disappear

2014-05-14 Thread Thomas Morgan
it anyway in case someone else has seen the same problem and understands what's going on. Best regards, Thomas From 06cde5027e8ca93d82d14c5c0b46deb3e1c80b25 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Tue, 13 May 2014 23:52:48 -0400 Subject: [PATCH] Fix bug mading agenda line

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-13 Thread Thomas S. Dye
read some criticism into my earlier comment. I write similar documents for my work group, but mine aren't as helpful and clear as yours is. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciences

2014-05-12 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] LaTeX style command re-use but for within org-mode documents?

2014-05-11 Thread Thomas S. Dye
have been forced to stop taking it seriously.” --Thompson -- Thomas S. Dye http://www.tsdye.com

[O] Virtualenv and HTML5 Help

2014-05-07 Thread Thomas Marek
Hi, I just have a few questions that I couldn't figure out from the FAQ's and manual. Virtualenv: I'm trying to execute a python script within a SRC block using a virtual environment instead of my system's python implementation. I have a number of libraries in this virtual environment that I

Re: [O] [ANN] Gnorb: Glue code between Gnus, Org, and BBDB

2014-05-06 Thread Thomas S. Dye
to be had, though. Eric -- Thomas S. Dye http://www.tsdye.com

[O] epstopdf dependency for ob-lilypond

2014-05-05 Thread Thomas Morgan
-eps-converted-to.pdf'. Thanks, Thomas

Re: [O] First attempt at exporting to PDF.

2014-05-03 Thread Thomas S. Dye
://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17 Also, the BibTeX entry in your original post was mal-formed. It lacked a key and the author field looked wrong, IIRC. You might want to check out the BibTeX file format: http://www.bibtex.org/Format/ hth, Tom -- Thomas S. Dye http

Re: [O] setting left margin in PDF output of ORG file

2014-04-28 Thread Thomas S. Dye
on established typography standards in order to help guide him or her in making a good choice. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] more from org-babel newbie

2014-04-28 Thread Thomas S. Dye
code block in the emacs mode for the language is to press C-c ' in the source code block. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] more from org-babel newbie

2014-04-28 Thread Thomas S. Dye
There are some example org-mode files there that might help you on your way. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-04-27 Thread Reuben Thomas
On 23 April 2014 16:04, Bastien b...@gnu.org wrote: Okay, see those two bits of `org-file-apps' docstring: `auto-mode'Matches files that are matched by any entry in `auto-mode-alist', so all files Emacs knows how to handle. Using this with command `emacs'

Re: [O] State of the art in citations

2014-04-27 Thread Thomas S. Dye
;)) (car (split-string desc ;)) path)) hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] setting left margin in PDF output of ORG file

2014-04-25 Thread Thomas S. Dye
to do this. Nor is it trivial so before changing anything you should make sure you know what you are doing! The ease with which the user can meddle with typography is one of the reasons word-processors such as MS Word and OpenOffice Write should be banned :-) -- Thomas S. Dye http

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-04-23 Thread Reuben Thomas
On 21 April 2014 20:00, Bastien b...@gnu.org wrote: Hi Reuben, Reuben Thomas r...@sc3d.org writes: 1. I customize org-file-apps's system command to be xdg-open %s, then customize the default command to be the system command. Please share the value of `org-file-apps' (C-h v org-file-apps

Re: [O] Org-Babel concise named scalar variables

2014-04-16 Thread Thomas S. Dye
stuck with the named example blocks? Thanks, Will -- Thomas S. Dye http://www.tsdye.com

Re: [O] The Org Package

2014-04-13 Thread Thomas S. Dye
and auto complete the old =Org-mode= directory you want to remove. Finally, update =Org-mode= (=M-x package-install RET org RET=) and restart Emacs as usual. See http://nickhigham.wordpress.com/2013/07/05/emacs-org-mode-version-8/ hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Example text and source code in agenda - orgmanual.org typo

2014-04-08 Thread Thomas S. Dye
with Org mode source. Of course, that hope was based on considerable naivete and an imperfect understanding of how Org mode is connected with the rest of the Emacs world. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Biblatex and Org [was: [OT] Don't use BibTeX!]

2014-04-07 Thread Thomas S. Dye
Aloha Richard, I think you'll be fine with org-bibtex and biblatex. Richard Lawrence richard.lawre...@berkeley.edu writes: So it looks like switching to biblatex is just a matter of changing my compilation process and the bibliography commands in my documents. Does that sound right? Here

Re: [O] [OT] Don't use BibTeX!

2014-04-06 Thread Thomas S. Dye
me honest! Best, Richard -- Thomas S. Dye http://www.tsdye.com

Re: [O] Better way to specify the latex documentclass of an exported file without changing my configuration?

2014-03-26 Thread Thomas S. Dye
for the asynchronous process. An approach that I'm exploring tangles this initialization file from code that is kept in a noexport section of the document. See http://orgmode.org/worg/exporters/plos-one-template-worg.html for an example that likely can be improved. hth, Tom -- Thomas S. Dye http

Re: [O] org-export-latex-hyperref-options-format

2014-03-23 Thread Thomas S. Dye
t...@tsdye.com (Thomas S. Dye) writes: The template is set up to produce two pdf files, one with hyperref and the other without. I suspect this is the root of the problem I'm having. Nope. The asynchronous process had to allow bind keywords. All is well. Tom -- Thomas S. Dye http

Re: [O] org-export-latex-hyperref-options-format

2014-03-22 Thread Thomas S. Dye
Aloha Nick, Nick Dokos ndo...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha Nick, Nick Dokos ndo...@gmail.com writes: #+BIND is supposed to bind the variable *during export*. The test is to run the export and see if the hyperref stuff is gone from the tex file. Nick

Re: [O] org-export-latex-hyperref-options-format

2014-03-21 Thread Thomas S. Dye
Bastien b...@gnu.org writes: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: I think this patch is already in master. Indeed, sorry for the noise, PS: let's confirm on the list when a patch gets applied, that helps archiving threads faster. -- Thomas S. Dye http

Re: [O] org-export-latex-hyperref-options-format

2014-03-21 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] org-export-latex-hyperref-options-format

2014-03-21 Thread Thomas S. Dye
asynchronously--perhaps that's the problem? The old #+OPTIONS: texht:nil worked for asynchronous export, though, so I was expecting that BIND would do the same. I guess I could set org-export-hyperref-template to in the asynchronous export initialization file ... All the best, Tom -- Thomas S. Dye

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-19 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Hi Thomas, Thomas Holst thomas_ho...@gmx.de writes: I am sorry, I used =git format-patch= for the patches assuming all will go well. Here are both patches with rewritten commit messages. Hopefully I made them well. No problem -- the game now

[O] Obsolete information in worg

2014-03-19 Thread Reuben Thomas
In this section: http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2 the information about yasnippet is out of date; more up-to-date information is available in the manual: http://orgmode.org/org.html#Interaction Hence, I suggest removing the references to yasnippet from the

Re: [O] Small bug in example code

2014-03-19 Thread Reuben Thomas
OK, I have commits ready to push as soon as you install my SSH key! On 19 March 2014 22:52, Bastien b...@gnu.org wrote: Reuben Thomas r...@sc3d.org writes: In the function org-toggle-iimage-in-org in the page http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2

Re: [O] plotting a transposed table

2014-03-18 Thread Thomas S. Dye
to keep the table in that format. I know that I could write an external script create a transposed copy of the table, but I was wondering if there was an easier way to plot the data. -- Thomas S. Dye http://www.tsdye.com

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-18 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: ok here is the patch for documentation. Thanks -- can you read this page? http://orgmode.org/worg/org-contribute.html#sec-5 There are advice on how to format the Changelog entry. See in particular

Re: [O] [patch] file links from sunrise commander

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Here is a path with implements this feature. I used a slightly different technique to avoid the reference to `sr-mode'. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5f2dce Thanks for the idea

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Reuben Thomas
On 17 March 2014 12:37, Bastien b...@gnu.org wrote: Reuben Thomas r...@sc3d.org writes: I don't know, because I don't know whether it's the behavior or documentation that is wrong. If the behavior is wrong, what is wrong? If the documentation is wrong, what is wrong? I shall assume

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi, Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2014-03-16 Thread Thomas Proschinger
Bastien bzg at gnu.org writes: This is now fixed, thanks! Excellent, thank you! -- Thomas

[O] Bug in links to org files

2014-03-15 Thread Thomas Holst
/lisp/) GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-02-22 on chindi10, modified by Debian Ubuntu 12.04 -- Bis neulich ... Thomas

[O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-15 Thread Reuben Thomas
-latex-format-drawer-function '(lambda (name contents) contents) org-odt-format-headline-function 'ignore org-from-is-user-regexp \\Reuben Thomas\\ org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry

Re: [O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Thomas Holst thomas_ho...@gmx.de writes: there is a bug in links to org-files: given the link: [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast of lispy.el with org-mode code base

[O] [patch] capture property table-line-pos can be a function

2014-03-15 Thread Thomas Holst
, but I have signed FSF papers. -- Bis neulich ... Thomas From e5f906f20b796326e50057fa4fc21599368bd347 Mon Sep 17 00:00:00 2001 From: Thomas Holst thomas_ho...@gmx.de Date: Sat, 15 Mar 2014 16:22:44 +0100 Subject: [PATCH 1/2] capture: property `:table-line-pos' can be a function name, a string

[O] [patch] file links from sunrise commander

2014-03-15 Thread Thomas Holst
it. -- Bis neulich ... Thomas From 1bd6924c377c46e0d3b480e4e31475ae320e8d8b Mon Sep 17 00:00:00 2001 From: Thomas Holst thomas_ho...@gmx.de Date: Sat, 15 Mar 2014 16:23:49 +0100 Subject: [PATCH 2/2] links to files from sunrise-commander * org.el (org-store-link): links to files can be crated from

Re: [O] Named latex blocks for inline execution?

2014-03-14 Thread Thomas S. Dye
instead of latex. Is there a correct way to achieve this, or am I trying to make Org do something it is not meant to do? Thanks for any ideas... Phil -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug in export of call lines

2014-03-12 Thread Thomas S. Dye
Eric Schulte schulte.e...@gmail.com writes: I think it is allowable for raw results to include newlines. After if R returns a newline, the purpose of raw results is specifically to *not* change the result. I believe the best approach is to customize the inline results wrap as above, and

Re: [O] data tables produced by shell source block

2014-03-12 Thread Thomas S. Dye
example for generating a table in shell mode that can then be used with Python code? Thanks, -k. -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-edit-special cannot tell ditaa from table

2014-03-11 Thread Thomas Holst
-mode on. I had the same problem. If you insert a blank line at top of the ditaa block and hit C-c ' with point in that line artist mode comes up. At least for me. HTH -- Bis neulich ... Thomas

Re: [O] Bug in export of call lines

2014-03-11 Thread Thomas S. Dye
export, the workaround is to avoid :results raw with R source code blocks. Although a spurious newline is inserted into the source, this is ignored by LaTeX. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [PATCH] document org-babel-inline-result-wrap

2014-03-11 Thread Thomas S. Dye
Aloha all, A brief documentation patch. All the best, Tom From 0b3898a0b0fa9150c6e8de88de267a2db9345bdb Mon Sep 17 00:00:00 2001 From: tsdye t...@tsdye.com Date: Tue, 11 Mar 2014 15:09:43 -1000 Subject: [PATCH] Documented org-babel-inline-result-wrap --- doc/org.texi | 11 +++ 1 file

Re: [O] Bug in export of call lines

2014-03-10 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I've been dusting off a draft paper written when the new export framework was still in contrib. Now that I've brought the file up-to-date so that it exports asynchronously again, I'm

Re: [O] Bug in export of call lines

2014-03-10 Thread Thomas S. Dye
-2-raw export 2 with a newline? Will r-2-raw export 2 with a newline? % Emacs 24.3.1 (Org mode 8.2.5h) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Bug in export of call lines

2014-03-06 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Thomas S. Dye
to refer to all of the snippets as a single ended and tangle them accordingly. What is the right way to do this? My apologies for having to ask this; for some bizarre reason I am not finding the example to do this though I know I have read it. Regards, -- Thomas S. Dye http://www.tsdye.com

Re: [O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Thomas Holst
of org-unescape-link. Bis neulich ... Thomas

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2014-03-01 Thread Thomas Proschinger
Carsten Dominik carsten.dominik at gmail.com writes: Hi Adam, it is in my queue, but I have not yet had time to look at it. - Carsten +1 for this issue. It's still there in 8.2.5h. Looking forward to a fix! - Thomas

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Thomas S. Dye
programming focused on org-mode. The meeting will start at 15:00 the 8th of March. More info in http://orgmode.org/worg/orgcamps.html and http://www.atlacaba.net/node/12. Regards. -- Thomas S. Dye http://www.tsdye.com

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Thomas S. Dye
Aloha Erik, Thanks. I must be showing my age :) All the best, Tom Erik Iverson erikriver...@gmail.com writes: On Thu, Feb 27, 2014 at 11:32 AM, David david...@riseup.net wrote: El 27/02/14 17:43, Thomas S. Dye escribió: Aloha David, The website says where people gather IRL ... What does

Re: [O] List of figures

2014-02-27 Thread Thomas S. Dye
University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Wed, Feb 26, 2014 at 11:37 AM, Thomas S. Dye t...@tsdye.com wrote: Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I can imagine that a list

Re: [O] List of figures

2014-02-26 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I can imagine that a list of figures is a difficult problem in some other back-ends. However, its absence in LaTeX export seems unusual. Org doesn't cover all LaTeX facilities

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-24 Thread Thomas S. Dye
think you want: #+header: :var modes-data=modes-data or something similar. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] List of figures

2014-02-23 Thread Thomas S. Dye
Aloha Rasmus, Rasmus ras...@gmx.us writes: t...@tsdye.com (Thomas S. Dye) writes: 1) Is there a reason that the TOC keyword doesn't accept the value figures? The reference to org-export-collect-figures suggests that it should accept this value. AFAIK it is not supported. It has puzzled

Re: [O] List of figures

2014-02-23 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm trying to generate a list of figures for LaTeX export. I thought to use #+TOC: figures, but this didn't work. The Org Export Reference Documentation has this: “TOC” keyword

Re: [O] Namespace problem org-mode / Clojure

2014-02-23 Thread Thomas S. Dye
exposed as a header argument. Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [Babel] Bug reading example blocks?

2014-02-23 Thread Thomas S. Dye
Hi Samuel, I think not. I get these results now: #+call: repeated-text(x=foo,eg=example) :results raw #+results: 1. this is the first line 2. this is the second line with foo as the value 3. this is the third line All the best, Tom Samuel Wales samolog...@gmail.com writes: hi thomas

Re: [O] Tables with line wrapping?

2014-02-22 Thread Thomas S. Dye
. hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] List of figures

2014-02-22 Thread Thomas S. Dye
Aloha all, I'm trying to generate a list of figures for LaTeX export. I thought to use #+TOC: figures, but this didn't work. The Org Export Reference Documentation has this: “TOC” keyword. It accepts three common values: “headlines”, “tables” and “listings”. Also, “headlines” value can

Re: [O] Namespace problem org-mode / Clojure

2014-02-21 Thread Thomas S. Dye
wrong here? Thanks! Best, Volker -- Thomas S. Dye http://www.tsdye.com

Re: [O] Namespace problem org-mode / Clojure

2014-02-21 Thread Thomas S. Dye
Thomas S. Dye t...@tsdye.com: Aloha Volker, I don't use Clojure, but ob-clojure.el defines a header argument :package. You should be able to do something like: #+header: :package org-works.core to execute code in that name space. hth, Tom Volker Strobel volker.strobe...@gmail.com

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-17 Thread Thomas S. Dye
from its use or enjoyment. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: unconverted dashes in HTML export

2014-02-10 Thread Thomas Morgan
matching horizontal separator lines in tables, but that doesn't seem to be an issue. Thanks, Thomas

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-09 Thread Thomas S. Dye
by the keybinding for icicle-search-text-property. At least that's my current working hypothesis. Feel free to correct me if I'm wrong. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Bug: unconverted dashes in HTML export

2014-02-08 Thread Thomas Morgan
, Thomas setup.el Description: application/emacs-lisp #+TITLE: Bug with unconverted dashes in HTML export | --- | Title: Bug with unconverted dashes in HTML export Bug with unconverted dashes in HTML export --- Author: Thomas Morgan Created: 2013-05-19 Sun 12:31 Emacs 24.2.1 (Org

Re: [O] org-clojure - How to emit an example block?

2014-02-08 Thread Thomas S. Dye
Phill Wolf phill.w...@gmail.com writes: How can a Clojure source block contribute its standard-output results as an example block? See the :wrap header argument. Something like :wrap example should get you close. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-07 Thread Thomas S. Dye
supported sophisticated letter writing out of the box. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

<    4   5   6   7   8   9   10   11   12   13   >