[Orgmode] Folding, unexpected behavior

2009-12-18 Thread Thomas S. Dye
Aloha all, I'm experiencing some unexpected behavior as I struggle to upgrade to Emacs 23 and the emacs starter kit from Carbon Emacs. In my org files, TAB only folds a headline on columns 4 and higher. In columns 1-3 on a headline TAB sends an error to the mini-buffer that says "Symbol'

Re: [Orgmode] Folding, unexpected behavior

2009-12-19 Thread Thomas S. Dye
Fixed. Apologies for the noise. Tom On Dec 18, 2009, at 9:00 PM, Thomas S. Dye wrote: Aloha all, I'm experiencing some unexpected behavior as I struggle to upgrade to Emacs 23 and the emacs starter kit from Carbon Emacs. In my org files, TAB only folds a headline on columns 4 and h

Re: [Orgmode] Beamer support in Org-mode

2009-12-19 Thread Thomas S. Dye
Hi Daniel, On Dec 18, 2009, at 11:01 AM, Daniel Martins wrote: \pnote could be an option Another idea is to reserve the lowest level to notes * section ** subsection *** frame etc ** notes (I don't know how many *'s are needed) maybe we can set a number / variable like org-b

Re: [Orgmode] Beamer support in Org-mode

2009-12-21 Thread Thomas S. Dye
Aloha Carsten, I've had a chance to look at your first draft of beamer support. You've done a terrific job. So much of the draft is right that it helps to focus thoughts on the parts that are candidates for discussion and possible change. Along those lines, I don't think using headlines

Re: [Orgmode] Beamer support in Org-mode

2009-12-21 Thread Thomas S. Dye
Hi Carsten, On Dec 21, 2009, at 12:28 PM, Carsten Dominik wrote: ... I've had a chance to look at your first draft of beamer support. You've done a terrific job. So much of the draft is right that it helps to focus thoughts on the parts that are candidates for discussion and possible chan

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Thomas S. Dye
Merry Christmas Mark, One way to create two LaTeX documents in the same org file using common elements and keeping fine control over the LaTeX output is to use Org-babel. Here's an example from the Uses section of the Org-babel documentation on Worg: ** Example *** TODO Your name

[Orgmode] radio tables in an org buffer

2009-12-25 Thread Thomas S. Dye
| per day | |---+--+-+-| | Jan | 23 | 55 | 2.4 | | Feb | 21 | 16 | 0.8 | | March | 22 | 278 |12.6 | #+TBLFM: $4=$3/$2;%.1f % $ (optional extra dollar to keep font-lock happy, see footnote) All the best, Tom Thomas S. Dye,

Re: [Orgmode] radio tables in an org buffer

2009-12-26 Thread Thomas S. Dye
Hi Carsten, On Dec 26, 2009, at 12:43 AM, Carsten Dominik wrote: On Dec 25, 2009, at 6:36 PM, Thomas S. Dye wrote: Aloha all, Is it possible to use radio tables and lists inside an org buffer? I'm writing and tangling LaTeX with Org-babel and it would be useful to leverage the

Re: [Orgmode] autoloading stuff

2009-12-27 Thread Thomas S. Dye
Hi Andrea, I'm not certain I understand your question, but it brings to mind the Getting Started section of http://orgmode.org/worg/org-contrib/babel/intro.php, which indicates that you can activate whatever subset of supported languages you wish. The typo you pointed out in an earlier m

Re: [Orgmode] Re: autoloading stuff

2009-12-27 Thread Thomas S. Dye
Hi Andrea, On Dec 27, 2009, at 12:53 PM, andrea wrote: "Thomas S. Dye" writes: Hi Andrea, I'm not certain I understand your question, but it brings to mind the Getting Started section of http://orgmode.org/worg/org-contrib/babel/intro.php, which indicates that you can ac

Re: [Orgmode] Re: Orgmode + other modes for outlining and studying.

2010-01-08 Thread Thomas S. Dye
Hi Seb and Marcelo, Currently, java isn't on the list of Org-babel supported languages, so I don't know if Seb's solution will work out of the box. Org-babel has a facility for adding new language support. A java addition would be great. Seb, if you have this working could you share your

Re: [Orgmode] Re: Orgmode + other modes for outlining and studying.

2010-01-09 Thread Thomas S. Dye
Aloha all, On Jan 9, 2010, at 11:22 AM, Eric Schulte wrote: Sébastien Vauban writes: [...] And, to work on that source block, just hit C-c C-c when point is in the block. Correction: hit C-c ' to edit a source block in it's major mode Currently, java isn't on the list of Org-babel su

[Orgmode] [babel] S-TAB folding

2010-01-12 Thread Thomas S. Dye
Aloha all, S-TAB on a #+begin_src line folds only the source code block and not the entire buffer, as it does elsewhere. Is this the desired behavior? All the best, Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] Automatically "archive" todo-items that are DONE?

2010-01-18 Thread Thomas S. Dye
On Jan 18, 2010, at 7:31 AM, Greg Wilson wrote: Hello, I am a new user, please bear with me. I keep lots of TODO-lists in a file: * project1 ** DONE ... ** TODO ... ... * project 2 ** DONE ... After a while, when the number of TODO-items that are turned into DONE-items is high, the list gets

Re: [Orgmode] [babel] Moving to babel the whole configuration

2010-01-21 Thread Thomas S. Dye
On Jan 21, 2010, at 6:19 AM, andrea wrote: I'm really tempted to move all my emacs configuration in only one big file. This would also help me to make it more consistent and readable. But I'm afraid to mess up something, in theory I just need: - a simple org and babel loader - one big file c

Re: [Orgmode] org-babel: Managing a bibtex database

2010-01-21 Thread Thomas S. Dye
On Jan 21, 2010, at 6:20 AM, Taru Karttunen wrote: Hello I am wondering whether org-babel would be suitable for managing a bibtex database of ~1500 entries. I am thinking of making Bibtex entries into literate source code and thus have org-mode managing them in a more sensible way. Has anyone

Re: [Orgmode] [babel] Moving to babel the whole configuration

2010-01-26 Thread Thomas S. Dye
On Jan 26, 2010, at 10:34 AM, Dan Davison wrote: "Eric Schulte" writes: Manish writes: On Thu, Jan 21, 2010 at 10:15 PM, Dan Davison wrote: andrea writes: I'm really tempted to move all my emacs configuration in only one big file. This would also help me to make it more consistent and

[Orgmode] Symbol's value as variable is void

2010-01-27 Thread Thomas S. Dye
(define-key org-agenda-mode-map [drag-mouse-3] (quote (lambda (event) (interactive "e") (case (org-mouse-get-gesture event) (:left (org-agenda-earlier 1))

Re: [Orgmode] Symbol's value as variable is void

2010-01-27 Thread Thomas S. Dye
On Jan 27, 2010, at 1:42 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, I haven't published to HTML in a while. In the interim, I've re- located several .org files and updated both Org-mode and Org-babel. When I try to publish a project, I end up with an error message

Re: [Orgmode] Symbol's value as variable is void

2010-01-27 Thread Thomas S. Dye
ide of a let in org-exp-blocks is used to constrain searches in org-babel-exp to ensure that a babel block doesn't overwrite non-babel src blocks Nick Thomas S. Dye wrote: On Jan 27, 2010, at 1:42 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, I haven't publishe

Re: [Orgmode] [babe] noweb used to work but no longer does... what has changed?

2010-02-01 Thread Thomas S. Dye
On Feb 1, 2010, at 1:06 PM, Eric S Fraga wrote: Hi, after two months away from a particular document, I find that all my babel codes in that document no longer work as they used to. Specifically, references to other source code blocks are now no longer expanded: --8<---cut here---

[Orgmode] Re: Using R in Org mode with several sourced files

2010-02-02 Thread Thomas S. Dye
at 9:59 PM Subject: Re: Fwd: [ESS] generating TODO list? To: Rainer M Krug Cc: "Thomas S. Dye" [...] > Sure, when you change the code in the org file, you have to re- run > org-babel-tangle before you run your new R code. > > > Ant this is the critical point:

Re: [Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Thomas S. Dye
setup, or perhaps org-babel-python? I have tested this on both my Windows and Ubuntu setups. I am using org version 6.34trans. Cheers, Scott Hi Scott, You need :session. #+begin_src python :session :results value 2 + 2 #+end_src #+results: : 4 hth, Tom Thomas S. Dye, Ph.D. T. S. Dye

[Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-07 Thread Thomas S. Dye
Aloha all, I pulled the latest org-mode this morning and got an error starting emacs afterwards that appears to be tied to org-babel-load-file. I ran git bisect and ended up here: 131441dbd2d16e92f863864ed536f37fcd4a85fc is first bad commit commit 131441dbd2d16e92f863864ed536f37fcd4a85fc Aut

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-07 Thread Thomas S. Dye
uot;))) ;; tangle if the org-mode file is newer than the elisp file "Thomas S. Dye" writes: Aloha all, I pulled the latest org-mode this morning and got an error starting emacs afterwards that appears to be tied to org-babel-load-file. I ran git bisect and ended up here:

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-08 Thread Thomas S. Dye
(file-attributes file))) (let* ((base-name (file-name-sans-extension file)) (exported-file (concat base-name ".el"))) ;; tangle if the org-mode file is newer than the elisp file "Thomas S. Dye" writes: Aloha all, I pulled the latest org

Re: [Orgmode] Org-style outline

2010-02-12 Thread Thomas S. Dye
On Feb 11, 2010, at 7:38 PM, Chao Lu wrote: Dear all, I'm writing to see if there's anyway to use org-like outline in ALL kinds of files, like my emacs configuration file, whose suffix is .el. Could I tell Emacs ;;; headline 1 ;; headline 2 And it begin to have the ability to display my

[Orgmode] org-publish-validate-link

2010-02-17 Thread Thomas S. Dye
understand the org-mode publishing process and would validate links in the production environment that were correctly established in the publication location. I'm using Org-mode version 6.34trans (release_6.34c.89.g0c39) on emacs 23. All the best, Tom Thomas S. Dye, Ph.D. T. S. D

Re: [Orgmode] org-publish-validate-link

2010-02-21 Thread Thomas S. Dye
e ink will also not be fixed. You can force republishing by calling your publish command with a C- u prefix. Have you tried that? - Carsten On Feb 17, 2010, at 9:50 PM, Thomas S. Dye wrote: Aloha all, org-publish-validate-link rejects a valid link to a file when the file is created duri

Re: [Orgmode] org-publish-validate-link

2010-02-23 Thread Thomas S. Dye
On Feb 22, 2010, at 8:38 PM, Carsten Dominik wrote: On Feb 21, 2010, at 2:53 PM, Thomas S. Dye wrote: Hi Carsten, Thanks for this. I add a new file that is the target for the link. It is copied to its correct publication place. The exported html file contains a new description of

Re: [Orgmode] Let's TALK about it

2010-02-25 Thread Thomas S. Dye
On Feb 25, 2010, at 5:29 AM, Eric Schulte wrote: Hi Andrea, Andrea Crotti writes: [...] What could be the "minimal" introduction needed before talking about org-babel for a smart (but maybe not emacser) audience? That's an excellent question, and I have no idea what the answer should

[Orgmode] Export latex source blocks as HTML

2010-02-26 Thread Thomas S. Dye
that used to export perfectly have all lost their latex source code blocks in HTML output. All the best, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax: (808) 529-0884 http://www.tsdye.com ___ E

Re: [Orgmode] Export latex source blocks as HTML

2010-02-28 Thread Thomas S. Dye
On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Exporting this file to html gives me a source code block for bibtex but not for latex. * Test export #+BEGIN_SRC latex No export with latex #+END_SRC #+BEGIN_SRC bibtex Export OK with bibtex #+END_SRC

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Thomas S. Dye
On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote: On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote: On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Exporting this file to html gives me a source code block for bibtex but not for latex. * Test

Re: [Orgmode] Re: Writing a dissertation using org-mode

2010-03-04 Thread Thomas S. Dye
On Mar 4, 2010, at 4:02 AM, Maurizio Vitale wrote: I'd recommend you use auctex for writing your thesis: it knows about many LaTeX packages (and you can teach it more), so you get autocompletion and highlighting. It does quasi-wysiwyg for fonts and math. It can render fragments for quick check

Re: [Orgmode] New Org-mode talk by Carsten Dominik

2010-03-05 Thread Thomas S. Dye
On Mar 5, 2010, at 10:07 AM, Stefan Vollmar wrote: Hallo, we proudly present: "Emacs Org-mode: Organizing a Scientist's Life and Work" a talk by Carsten Dominik presented on February 8th 2010 at our institute. The recording of the talk is available here: http://www.nf.mpg.de/orgmode/guest-ta

Re: [Orgmode] Re: Writing a dissertation using org-mode

2010-03-06 Thread Thomas S. Dye
rc I was struggling without reftex! All the best, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax: (808) 529-0884 http://www.tsdye.com ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Thomas S . Dye
On Mar 7, 2010, at 6:52 AM, Graham Smith wrote: I guess I am being stupid here, but I have changed my set up to using Eric's (Schulte) start up kit for emacs and now when I try to use C-c C-c to execute a code block I get an error C-c C-c can do nothing useful at this location As far as I can

Re: [Orgmode] docs bug for babel's R colnames support

2010-03-11 Thread Thomas S. Dye
itaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Ian Fiske PhD Candidate Department of Statistics North Carolina State University _______________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the l

Re: [Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Thomas S. Dye
On Mar 17, 2010, at 5:32 AM, Chris Gray wrote: Dan Davison wrote: Unless I hear views to the contrary from other org-babel users, I'm going to change this later today so that, when a file name is supplied for tangling, org-babel no longer attempts to guess the file extension. The only situ

Re: [Orgmode] AI for orgmode

2010-03-19 Thread Thomas S. Dye
Aloha all, The current documentation is terrific and it should grow and develop as it has. The idea to augment it with "org-mode lite" is a good one, but will be a lot of work. Following on the good ideas of others in the thread, would it be feasible to develop packets for specific Org-m

Re: [Orgmode] Re: Writing a dissertation using org-mode

2010-03-21 Thread Thomas S. Dye
Hi Carsten, I added an entry to the Export section of the FAQ. All the best, Tom On Mar 9, 2010, at 6:27 AM, Carsten Dominik wrote: Hi Thomas, I think this explanation would be good to have (a bit longer, maybe) in the FAQ. - Carsten On Mar 7, 2010, at 4:10 AM, Thomas S. Dye wrote

Re: [Orgmode] ordered list items start with letters?

2010-03-22 Thread Thomas S. Dye
On Mar 22, 2010, at 3:23 AM, Xiao-Yong Jin wrote: On Mon, 22 Mar 2010 08:08:36 +0100, David Maus wrote: Xiao-Yong Jin wrote: Hi, is it possible to use a single letter to start an ordered list item? Such as a) first b) second? No, not yet. Although sometimes I would like have single l

Re: [Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Thomas S. Dye
On Mar 23, 2010, at 10:50 AM, Friedrich Delgado Friedrichs wrote: Hi Alexander Poslavsky schrieb: I was wondering if you could elaborate on the following. Are you suggesting that new users should never use M-x customize? Well, I don't know about anybody else, but I *never* use it. I think i

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Thomas S. Dye
On Mar 25, 2010, at 6:49 AM, Dan Davison wrote: "Eric Schulte" writes: Hi Maurizio, The ip addresses in your table are being interpreted as source/ reference names which org-babel is trying to resolve. In order to differentiate between strings and reference names, we either must surroun

[Orgmode] Export special characters to LaTeX and HTML

2010-03-28 Thread Thomas S. Dye
Aloha all, Is there a way to insert special characters in org-mode so they export correctly to both LaTeX and HTML? I'm interested in characters that don't appear on the long list of LaTeX special characters that export to HTML listed here: http://orgmode.org/worg/org-tutorials/org-publish

Re: [Orgmode] Export special characters to LaTeX and HTML

2010-03-28 Thread Thomas S. Dye
On Mar 27, 2010, at 10:29 PM, Sven Bretfeld wrote: Hi Tom "Thomas S. Dye" writes: Aloha all, You aren't Thomas Magnum, are you? Is there a way to insert special characters in org-mode so they export correctly to both LaTeX and HTML? I'm interested in characters

[Orgmode] Emphasis etc. in #+CAPTION:

2010-03-28 Thread Thomas S. Dye
Aloha all, I see in the Org Manual that: You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~, and, if you must, ‘+strike-through+’. Text in the code and verbatim string is not processed for Org-mode specific syntax, it is exported verbatim. So a caption like this do

[Orgmode] #+LABEL: in HTML export

2010-03-28 Thread Thomas S. Dye
Aloha all, I am working to create a single org-mode file that exports (almost) identically to HTML and LaTeX. I haven't found a way to do this for cross-references to figures. I'm wondering if it would be difficult to change the behavior of the LaTeX exporter to recognize and appropriat

Re: [Orgmode] Emphasis etc. in #+CAPTION:

2010-03-28 Thread Thomas S. Dye
On Mar 28, 2010, at 3:14 PM, Nick Dokos wrote: Thomas S. Dye wrote: I see in the Org Manual that: You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~, and, if you must, ‘+strike-through+’. Text in the code and verbatim string is not processed for Org-mode

[Orgmode] [PATCH] Emphasize caption in html output

2010-03-28 Thread Thomas S. Dye
Hi Carsten, This appears to emphasize org-mode markup in html export of captions. It seems to work, but I have a difficult time understanding org-mode code and haven't any sense of the proper way to do things, etc., so caveat emptor. All the best, Tom --- Modified li

[Orgmode] [PATCH] Emphasize caption in LaTeX output

2010-03-29 Thread Thomas S. Dye
Hi Carsten, This appears to emphasize org-mode markup in LaTeX export of caption strings, caveat emptor. All the best, Tom - Modified lisp/org-latex.el diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 2ba6e31..03517d5 100644 --- a/lisp/org-latex.el +++ b/lisp/

Re: [Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread Thomas S. Dye
On Mar 29, 2010, at 4:01 AM, Magnus Henoch wrote: "Sven Bretfeld" writes: I use the same characters for Sanskrit. They export just fine to LaTeX. To type them I have the following in my .emacs: (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix (define-key org-mode-map [

Re: [Orgmode] suggestion: display of #+TITLE

2010-03-29 Thread Thomas S. Dye
Hi Dan, What a pleasant surprise to see the tastefully displayed #+Title:, # +Author:, #+Email: and #+Date: after I pulled from git earlier today. What's next, org-mode stylesheets? All the best, Tom On Mar 27, 2010, at 4:52 PM, Dan Davison wrote: Thanks Scot, here's the final version of my

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-01 Thread Thomas S. Dye
Aloha Carsten, Packages that aren't used for all classes can still appear in org- export-latex-classes, correct? All the best, Tom On Apr 1, 2010, at 1:13 AM, Carsten Dominik wrote: OK, this change is now in the master branch. - Carsten On Apr 1, 2010, at 8:59 AM, Carsten Dominik wrote:

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-02 Thread Thomas S. Dye
Aloha Carsten and others, The Worg FAQ on beamer export describes a setup that isn't up-to-date: http://orgmode.org/worg/org-faq.php#beamer All the best, Tom On Apr 1, 2010, at 6:51 AM, Carsten Dominik wrote: On Apr 1, 2010, at 6:17 PM, Thomas S. Dye wrote: Aloha Carsten, Packages

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Thomas S. Dye
On Apr 6, 2010, at 8:30 AM, Robert Klein wrote: On Tue, 06 Apr 2010 18:50:36 +0200, Karsten Heymann > wrote: Thanks a lot for all this, I will follow your advice. One final question: Will any of these packages spoil the fun for people who want to process through .dvi instead of directly to pd

Re: [Orgmode] footnote

2010-04-06 Thread Thomas S. Dye
Aloha Chao, The Org-mode manual is really helpful for these kinds of questions. Also, there are several useful tutorials and other materials on Worg: http://orgmode.org/worg/ If after consulting these sources you are still having problems, then one of the many Org-mode wizards on this list w

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Thomas S. Dye
On Apr 7, 2010, at 12:31 AM, Karsten Heymann wrote: Hi Carsten, Carsten Dominik writes: On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: But chances are high that most "normal" LaTeX documents will not work with xelatex anyways due to encoding or font selection issues, so I think unles

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Thomas S. Dye
On Apr 7, 2010, at 9:52 AM, Michael Brand wrote: Hi zwz, > I do not know if I can do org-plot on rows instead of columns. > But today after I finished a table, I found I have to transpose the > table by hand so that I can plot it as I want. > Here is original table: > | x | y | x | y | ..

Re: [Orgmode] Basic orgmode tutorial

2010-04-09 Thread Thomas S. Dye
On Mar 24, 2010, at 7:18 AM, Russell Adams wrote: Carsten, I discussed this with a few users off an on. In the manual there are items required to setup org, keybindings, etc. The idea would be to include: - An Agenda file, which loads by default - Init file which - Preconfigured keybindin

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-10 Thread Thomas S. Dye
On Apr 10, 2010, at 7:30 AM, Mark Elston wrote: On 4/7/2010 1:22 AM, Karsten Heymann wrote: Carsten Dominik writes: On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: From the microtype documentation: The microtype package does not work with XETEX. Does that mean it will break running

Re: [Orgmode] Bug: double or single quote inside code or verbatim markup [6.35g]

2010-04-11 Thread Thomas S. Dye
On Apr 11, 2010, at 11:23 AM, Günter Kolousek wrote: I am unable to include neither double nor single quote characters inside a verbatim markup as described in the manual. Also, I didn't find anything in the mailing list archive: ="a"= doesn't work, but =x "a" x= does. Same for ~. I didn

Re: [Orgmode] [Babel] Macro for begin_src?

2010-04-16 Thread Thomas S. Dye
On Apr 16, 2010, at 3:18 PM, Nathan Neff wrote: I've been converting my init.el file to org-babel, and am getting tired of copying/pasting or typing the begin_src and end_src blocks. Example: #+begin_src emacs-lisp :results silent #+end_src As an Emacs n00b, I'd like to know if anyone here h

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-17 Thread Thomas S. Dye
On Apr 17, 2010, at 6:52 AM, Matt Lundin wrote: Erik Iverson writes: http://doc.norang.ca/org-mode.html#Yasnippets If anyone else has a different macro set up, I'm still interested in hearing your solutions. Nope, yasnippet is the way to go I think! There are quite a few other options.

Re: [Orgmode] Org and XeTeX?

2010-04-22 Thread Thomas S. Dye
On Apr 22, 2010, at 6:10 AM, Ross Laird wrote: I mostly use XeTeX (rather than LaTeX). Can Org be setup to use the XeTeX engine? I've looked at the variable org-export-latex-classes (as well as org-export-latex-package-alist), and it looks like I can insert the XeTeX-specific code: \TeXX

Re: [Orgmode] Recursive calender item

2010-04-28 Thread Thomas S. Dye
On Apr 27, 2010, at 8:58 PM, Juri Artamonov wrote: Hello Guys, could you please advice how to make TODO item to be recursive in Agenda. Let's say item to be every week at 19:00 Tuesday. Then after I pointed it as DONE for this week, it's still as TODO item for next week and so on. Is it

Re: [Orgmode] A shorter manual

2010-04-28 Thread Thomas S. Dye
On Apr 28, 2010, at 5:46 AM, Carsten Dominik wrote: Dear all, with the Org-mode manual moving toward 200 pages, I am starting to worry that people with stop in their tracks when considering Org-mode, just because of the sheer size of the manual. So I did a little experiment. I took the manu

Re: [Orgmode] A shorter manual

2010-04-28 Thread Thomas S . Dye
On Apr 28, 2010, at 7:27 AM, Samuel Wales wrote: Just realized the need for export to info. So never mind. And it was obvious anyway. On 2010-04-28, Samuel Wales wrote: Great idea. If the manual were in org, then the tag, :basic:, would suffice. Just export only that tag. But maybe t

[Orgmode] shell: link output

2010-05-02 Thread Thomas S. Dye
Aloha all, A link like this in my Org-mode buffer: [[shell:$PATH]] sends output to a buffer called *Shell Command Output*, which on my system, at least, remains buried. I'd like to display the buffer when the user clicks the link, ideally in another window of the same frame. How can I d

Re: [Orgmode] shell: link output

2010-05-02 Thread Thomas S. Dye
On May 2, 2010, at 1:14 PM, Dan Davison wrote: "Thomas S. Dye" writes: Aloha all, A link like this in my Org-mode buffer: [[shell:$PATH]] sends output to a buffer called *Shell Command Output*, which on my system, at least, remains buried. I'd like to display the buffer

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Thomas S. Dye
On May 4, 2010, at 12:26 AM, Sebastian Rose wrote: Erik Butz writes: Hi, after some fiddling and looking at list-load-path-shadows (where I did not find org-latex at all), I included (require 'org-latex) into my .emacs file, which solved the problem. This solution somewhat puzzles me thou

Re: [Orgmode] strange behavior for export -- Solved

2010-05-05 Thread Thomas S. Dye
On May 4, 2010, at 6:15 AM, Sebastian Rose wrote: "Thomas S. Dye" writes: On May 4, 2010, at 12:26 AM, Sebastian Rose wrote: Erik Butz writes: Hi, after some fiddling and looking at list-load-path-shadows (where I did not find org-latex at all), I included (require 'org

Re: [Orgmode] org mode as tabbed notebook

2010-05-07 Thread Thomas S. Dye
On May 6, 2010, at 8:40 PM, katepano wrote: Hello All, I was wondering if somebody managed to use orgmode as atabbed notebook, like gjots, or the old keynotes program from windows which I miss a lot or even Ms one note. I tried using tabbed.el or speedbar, or the sitemap of orgmode but it

[Orgmode] Recent export bug?

2010-05-10 Thread Thomas S . Dye
Aloha all, The following minimal example doesn't export the Second heading to html. The problem seems to be the :export: tag on the First heading. If I remove the tag, then both the First and Second headings make it into the export. I don't expect the :export: tag on the First heading

[Orgmode] Re: Recent export bug?

2010-05-10 Thread Thomas S. Dye
On May 10, 2010, at 2:13 PM, Bernt Hansen wrote: Thomas S. Dye writes: Aloha all, The following minimal example doesn't export the Second heading to html. The problem seems to be the :export: tag on the First heading. If I remove the tag, then both the First and Second headings ma

Re: [Orgmode] page setup - PDF Export

2010-05-13 Thread Thomas S. Dye
On May 13, 2010, at 2:15 AM, Rares Pop wrote: Hi all, do you there is a way to modify the page setup parameters (top, bottom, left, right) when doing an PDF export. There are some predefined templates for A4, A5 format? I searched the manual and the mailing list and didn't find anything.

Re: [Orgmode] Co-maintainer, a least for some time?

2010-05-19 Thread Thomas S. Dye
Aloha Carsten, From my view on the list it appears you work without a queue, which seems counterintuitive for a Lisp programmer of Org-mode :) But a queue for Carsten is not the answer because Org-mode people love the furious pace of development and would likely chafe at a slow queue. P

Re: [Orgmode] video of the org-mode git repository

2010-05-20 Thread Thomas S. Dye
On May 19, 2010, at 8:05 PM, Eric Schulte wrote: So this has been done before, but I recently stumbled across the gource (http://code.google.com/p/gource/) tool for visualization of git commit histories, and I applied it to Org-mode's git repository. See the results at http://vimeo.com/1188

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Thomas S. Dye
Aloha all, Karl's setup specified keyword arguments for :select-tags but not for :exclude-tags. When I tried this setup with only :select-tags it worked as expected for the select tag that occurs first in the Org- mode file, but the publishing project defined for the select tag that occur

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Thomas S. Dye
where else. -- org file - All the best, Tom On May 23, 2010, at 10:57 AM, Carsten Dominik wrote: On May 23, 2010, at 8:49 PM, Thomas S. Dye wrote: Aloha all, Karl's setup specified keyword arguments for :select-tags but not for :exclude-tags. When I tried this setup wi

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-24 Thread Thomas S. Dye
l. All the best, Tom On May 23, 2010, at 7:20 PM, Carsten Dominik wrote: On May 24, 2010, at 12:01 AM, Thomas S. Dye wrote: Thanks Carsten, That was it. It works with just the select tags here, too. One more query. I get different export results depending on where I specify the select

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-24 Thread Thomas S. Dye
and I'll do what I can. All the best, Tom On May 23, 2010, at 7:20 PM, Carsten Dominik wrote: On May 24, 2010, at 12:01 AM, Thomas S. Dye wrote: Thanks Carsten, That was it. It works with just the select tags here, too. One more query. I get different export results depending on wh

[Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
a bit of random experimentation without some kind of strategy. All the best, Tom On May 24, 2010, at 5:50 PM, Bernt Hansen wrote: "Thomas S. Dye" writes: Aloha Carsten, I think I need to know what is meant by "minimal .emacs." I have a minimal.emacs which is a stripped do

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
ay 25, 2010, at 6:52 AM, Nick Dokos wrote: Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questions: 1) Do programmers have a name for this situation, where custom settings seemed to work perfectly for a lon

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
Thanks Mark, That's evocative. Now I'm off to see how I let those bits rot. All the best, Tom On May 25, 2010, at 7:26 AM, Mark Elston wrote: On 5/25/2010 9:20 AM, Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unex

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Thomas S. Dye
Hi John, Roughly speaking, the larger the floating figure the farther it will float in LaTeX. If there is a large floating figure at the beginning of a group of figures, then the later ones will dam up behind it and get pushed to the back of the document. Often, changing figure size by

[Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Thomas S. Dye
publish a project... [E] publish every projects") (cmds ...) r1 r2 ass (cpos ...) (cbuf ...) bpos) (save-excursion (save-window- excursion ... ... ... ... ... ... ...)) (and bpos (goto-char bpos)) (setq r2 (if ... ... r1)) (unless (setq ass ...) (error "No command associa

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Thomas S. Dye
On May 26, 2010, at 11:37 AM, Nick Dokos wrote: Thomas S. Dye wrote: ("work" :base-directory "~/org/temp/" :base-extension "org" :publishing-directory "~/org/temp/publish-work/" :publishing-function org-pu

[Orgmode] html export

2010-05-27 Thread Thomas S . Dye
Aloha all, Org-mode html export recently began to format links improperly for me in projects that have been stable for some time and working properly. I now get img src="file:r/filename.png" alt="file:r/filename.png" / > This isn't a bug report. I've been having lots of problems publishin

[Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says: 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit commit 459d99c44c7df4cd09d82fa54c53e5d5

Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
2010, at 11:30 AM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says: 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is

Re: [Orgmode] Simple Literate Programming Example

2010-05-27 Thread Thomas S. Dye
On May 27, 2010, at 1:43 PM, w t wrote: I put the "Simple Literate Programming Example" from the Org-Babel Introduction in a file hello.org, namely, ==hello.org=== #+srcname: hello-world-prefix #+begin_src sh :exports none echo "/---

Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
Aloha Sebastian, Yes, the links are exporting correctly now. Thanks, Tom On May 27, 2010, at 12:35 PM, Sebastian Rose wrote: Nick Dokos writes: Thomas S. Dye wrote: Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt&#

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-27 Thread Thomas S. Dye
y non-minimal .emacs. Thanks to the programmers for your good efforts. All the best, Tom On May 25, 2010, at 6:52 AM, Nick Dokos wrote: Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questions: 1) Do programmers

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Thomas S. Dye
Hi Erik, If the proposed functionality places comments in the source code in whatever order they appear in the org-mode file, then the result will likely frustrate literate programming efforts that rearrange code blocks on tangling. Another way to get pieces of the org-mode file into the

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Thomas S. Dye
erson wrote: Thomas S. Dye wrote: Hi Erik, If the proposed functionality places comments in the source code in whatever order they appear in the org-mode file, then the result will likely frustrate literate programming efforts that rearrange code blocks on tangling. Yes, thank yo

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-05-31 Thread Thomas S. Dye
Thanks Juan. That's an interesting idea. I can't think of a way to do something equivalent, though others on the list might offer some possibilities. All the best, Tom On May 31, 2010, at 3:04 AM, Juan wrote: On Sun, May 30, 2010 at 09:06:53PM -1000, Thomas S. Dye wrote: Can

Re: [Orgmode] Re: questions about html export

2010-06-17 Thread Thomas S. Dye
Aloha Daniel, Good to hear you got the link problem worked out. I believe your issue with lists was discussed recently on the mailing list. I didn't follow that discussion closely and don't remember if it came to a resolution, but in the absence of a response from other list members more

[Orgmode] html export

2010-06-19 Thread Thomas S. Dye
Aloha all, Exporting this small file to html here doesn't put a caption on the figure. * No caption #+CAPTION: Histogram of adze weights on a logarithmic scale #+LABEL: fig:wt-log [[file:~/Public/projects/903_adzes/r/sr-nb-scatter.png]] Does anyone else see this? All of a sudden, I'm havi

<    1   2   3   4   5   6   7   8   9   10   >