Re: [O] converting people to Emacs and org-mode

2013-04-09 Thread Chris Gray
Please let me know if you have any problems with the ikiwiki plugin or any feature requests. I haven't been too active with it lately, but I'm still around. :) Cheers, Chris On Tue, Apr 9, 2013 at 11:33 AM, Loyall, David wrote: > > Subject: Re: [O] converting people to Emacs and org-mode > [sn

Re: [O] [patch] Re: meaning of body-only in org-export-as-html

2012-04-04 Thread Chris Gray
Bastien writes: >> By the way, I am in the "Processing" section in the list of people who >> have signed papers on Worg. However, I received confirmation that my >> papers went through a long time ago. Should I correct Worg on this? > > Let me know when this is done. I did this yesterday. It t

Re: [O] [patch] Re: meaning of body-only in org-export-as-html

2012-04-03 Thread Chris Gray
rough a long time ago. Should I correct Worg on this? Cheers, Chris >From 3ae7de6bd5b91ce18ed38dfce46466d6dd3a64b7 Mon Sep 17 00:00:00 2001 From: Chris Gray Date: Tue, 3 Apr 2012 10:32:56 -0600 Subject: [PATCH] Export: Allow for TOC generation if body-only is set * lisp/org-html.el (org-exp

[O] [patch] Re: meaning of body-only in org-export-as-html

2012-03-31 Thread Chris Gray
Hi Myles, Sorry I missed your email for so long. On Thu, 22 Mar 2012 14:51:29 +, Myles English wrote: > > Hi Chris, > > >> On Fri, 16 Mar 2012 16:33:22 -0600, Chris Gray said: > > > Hello, I am using org-export-as-html with the body-only parameter > &g

[O] meaning of body-only in org-export-as-html

2012-03-16 Thread Chris Gray
Hello, I am using org-export-as-html with the body-only parameter set to t in the org plugin for ikiwiki that I'm working on. It works almost perfectly, but I recently had a user point out that it's not possible to get a table of contents, even when one is explicitly asked for in the #+OPTIONS li

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Sat, 21 Jan 2012 00:53:33 -0500, Nick Dokos wrote: > Scott Randby wrote: > > > On 01/20/2012 01:19 PM, Chris Gray wrote: > > > On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > > >>>>>>> Puneeth Chaganti : > > >> > >

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > > Puneeth Chaganti : > > > This is totally home brew stuff. > > Well, thank you for sharing this home brew stuff. > I've been trying to use the other org based blog solutions, but they > have all failed for some reason or other, and

Re: [O] http://libremanuals.net (ikiwiki+org) to translate the Org Guide

2011-12-14 Thread Chris Gray
On Tue, 13 Dec 2011 20:48:57 +0100, Bastien wrote: > Dear all, > > another announcement about translation : David Arroyo Menéndez (who > already translated David O'Toole's tutorial) is launching LibreManuals > to help with translating/publishing FLOSS book. > > Libremanuals uses ikiwiki (http:/

Re: [O] new ikiwiki export plugin for org

2011-12-03 Thread Chris Gray
On Sat, 3 Dec 2011 23:59:51 -0500, tycho garen wrote: > On Fri, Dec 02, 2011 at 10:23:11PM -0700, Chris Gray wrote: > > I've created a new export plugin for org-mode files for the ikiwiki wiki > > compiler. It's in a very preliminary state at > > https://github.co

[O] new ikiwiki export plugin for org

2011-12-02 Thread Chris Gray
Hello, I've created a new export plugin for org-mode files for the ikiwiki wiki compiler. It's in a very preliminary state at https://github.com/chrismgray/ikiwiki-org-plugin Just to prove that it is working to some extent, I am currently using it to generate my blog at http://chrismgray.github.

[Orgmode] Re: How to write special LaTeX symbols

2011-01-16 Thread Chris Gray
Xin Shi wrote: > Hello all, > Thanks for your response! > I can go with the UTF-8 method. The only problem for me now is I don't know > how to input the ö from Emacs. > I've tried the C-x 8 RET, but don't know the name or hex. Any > suggestions? The key combinations are pretty intuitive once y

[Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-06-02 Thread Chris Gray
Mark Elston wrote: > Wow! I had hoped to start looking at this over the long weekend > but had other things grabbing my attention. Now Chris has already > submitted a patch for it! > Chris, I take it that the following: > #+begin_refquote {Albert Einstein} > Make things as simple as possib

[Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-06-01 Thread Chris Gray
Chris Gray wrote: > I actually needed this yesterday, so I'll make a patch and try to send > it in the next couple of days. Here is the patch for the LaTeX exporter. I'm not much of an HTML person, so I don't know if arguments would be useful there.

[Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-06-01 Thread Chris Gray
Carsten Dominik wrote: > Hi Mark, > several environments already to accept parameters, and in all cases it > is > done by just listing the arguments after the begin statement, > separated by spaces. > So what you could implement is that if a user writes > #+begin_xxx {aa}[bb]{cc} > that org-sp

[Orgmode] multicolumn figures in latex

2010-05-06 Thread Chris Gray
Hi, I wanted to make a figure that spanned multiple lines in LaTeX. The way to do that is via the figure* environment. Since org-mode didn't seem to support that, I hacked it in. The patch is attached. Cheers, Chris commit 4cb1a153245189aa062db4545dad76bdf413a1e1 Author: Chris Gray

[Orgmode] Re: Non-breaking space

2010-04-30 Thread Chris Gray
Sébastien Vauban wrote: > Hi Nicolas and Rémi, > Rémi Vanicat wrote: >> Nicolas Girard writes: >>> How can I typeset, for instance, 100 €, in such a way that, once >>> exported in LaTeX, it gives: 100~€ (with a non-breaking space) ? >> You can use the utf-8 non breaking space (on my keyboard it

[Orgmode] exporting to latex with multiple authors

2010-04-23 Thread Chris Gray
Hi, When I export an org file with the line #+AUTHOR: Me \and Another person I get \author{Me $\wedge$ Another person} which isn't exactly what I had in mind. :) I suppose I could use the following: #+LaTeX: \author{Me \and Another person} but obviously that won't be portable to other expor

[Orgmode] Re: [PATCH] followup to "`org-rember-templates' docstring"

2010-04-16 Thread Chris Gray
Carsten Dominik wrote: > Hi Stepan > On Apr 16, 2010, at 12:23 AM, Štěpán Němec wrote: >> Hello, >> I'm sorry for my somewhat precocious previous mail (which I >> unfortunately still don't see posted, I use Gmane and am not >> subscribed >> -- any chance of making the list not moderated?). > N

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

2010-03-31 Thread Chris Gray
Carsten Dominik wrote: > - > * =org-export-latex-classes= no longer should be customized for packages > The HEADER part of this variable should now only contain the > documentclass macro, nothing else - at least normally.

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

2010-03-17 Thread Chris Gray
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 situation when tangling will guess the file name >

[Orgmode] Bug: export latex bug [6.34trans]

2010-02-26 Thread Chris Gray
7d187462ebb90c8b45b66b50551d1adc7a4f84f9 Author: Chris Gray Date: Fri Feb 26 12:27:18 2010 +0100 Removed empty if statement Modified lisp/org-latex.el diff --git a/lisp/org-latex.el b/lisp/org-latex.el index c12d178..51a96d4 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -2045,7 +2045,6 @@ The

[Orgmode] Re: Agenda and Reloading Changed Files

2009-10-20 Thread Chris Gray
Bernt Hansen wrote: > Make sure you don't have any unsaved information in _any_ org files in > emacs before you run this to sync your emacs buffers with the on disk > files -- otherwise you'll lose information. I got burned by that a couple of times, so now I use a script that does the following:

[Orgmode] Org-mode version 6.31trans; LaTeX export fails to protect \thanks command in author designation

2009-10-09 Thread Chris Gray
list. Hi, The following line: #+AUTHOR: Chris Gray\thanks{This research was funded by the German Ministry for Education and Research (BMBF) under grant number 03NAP14 ``ADVEST''.} gets exported as \author{Chris Gray\thanks{This research was funde

[Orgmode] org-babel-tangle indentation

2009-10-08 Thread Chris Gray
Hi, I've been using org-babel for a couple of weeks now and I really like it for programming. One thing I've noticed, though, is that source blocks are not indented when they are output by org-babel-tangle. This makes the output source hard to read, and incorrect for languages where indentation

[Orgmode] Re: Org-mode version 6.31trans; Exporting src blocks to LaTeX produces .tex file that fails to compile

2009-10-02 Thread Chris Gray
riable? Famous last words, but I don't see how it can hurt. :) Cheers, Chris > - Carsten > On Oct 2, 2009, at 11:36 AM, Chris Gray wrote: >> Hi, >> The problem was with my org-special-blocks contrib package. The >> attached patch fixes it. Sorry fo

[Orgmode] Re: Org-mode version 6.31trans; Exporting src blocks to LaTeX produces .tex file that fails to compile

2009-10-02 Thread Chris Gray
Hi, The problem was with my org-special-blocks contrib package. The attached patch fixes it. Sorry for the noise. Cheers, Chris commit 4d327b5f1e80ea0e493aa70d09c53042216a1390 Author: Chris Gray Date: Fri Oct 2 11:31:21 2009 +0200 Added a variable to ignore some blocks

[Orgmode] Re: Org-mode version 6.31trans; Exporting src blocks to LaTeX produces .tex file that fails to compile

2009-10-02 Thread Chris Gray
Eric Schulte wrote: Hi Eric, > I tried to recreate this problem but was unable to do so on my > computer. To recreate I exported > > #+srcname: determine the neighbors of the segments that the bisector hits > #+begin_src lua :tangle no :exports code > local s1, s2 = intersecting_segs[1], inte

[Orgmode] Re: memory management in orgmode (supermemo)

2009-09-21 Thread Chris Gray
Detlef Steuer wrote: > There is > flashcard.el There is also elip.el, which I have been using for a while and find quite nice. http://www.gnuvola.org/software/elip/ Cheers, Chris ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repl

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Chris Gray
waterloo wrote: > Can I use other like begin_foo ? > Only two begin_src and begin_example? See also http://orgmode.org/worg/org-contrib/org-special-blocks.php Cheers, Chris ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] Re: Org-special-blocks for code chunks

2009-08-13 Thread Chris Gray
Hi Seb, Thanks for testing things so extensively. > Look, I've done an ECM with the different ways I currently see for Org-mode: I've never seen the term ECM before. What does it mean? > Conclusions? > - Org-special-blocks seems to misbehave in cases A3/B3 (adding an unsound > environment

[Orgmode] Re: Org-special-blocks for code chunks

2009-08-11 Thread Chris Gray
Sébastien Vauban wrote: > I have a problem exporting code chunks to LaTeX (beamer, in fact -- but that > does not change anything to the problem) that contain underscores. [snip] > So, I can't get a properly outputted underscore in my slide. > Any idea or workaround? Hi Seb, Is lstlisting like

[Orgmode] Re: TAB completion for org-insert-link C-c C-l

2009-07-20 Thread Chris Gray
Bastien wrote: > Hi all, > I just pushed a small change I would like to hear feedback about. > The basic idea is to allow TAB completion to suggest stored links when > inserting a link with C-c C-l. Here is the log from the git repo: > ,[ Also use TAB for completion with org-insert-link. ]

[Orgmode] Re: Orgmode for research information management

2009-06-23 Thread Chris Gray
Graham Smith wrote: > Chris, > Thanks, but I have a couple of more questions if that's OK >> For me, it works great because it is so easy to use as an outliner. > Do you use tags for particular linked topics or do you just rely on > the outline and drop related information into the same level o

[Orgmode] Re: Orgmode for research information management

2009-06-23 Thread Chris Gray
Graham Smith wrote: > I have used several information management tools over the years, but I > am trying to use Emacs/orgmode more. There are many examples of people > using Orgmode for time management type tasks, but not a lot on > information management. > I would be interested in any insights

[Orgmode] argument to org-revert-all-org-buffers

2009-06-16 Thread Chris Gray
Hello, I think it would be nice if org-revert-all-org-buffers took an argument so that it worked non-interactively when the argument is non-nil. This would mirror the function save-some-buffers, so that one can do something like: emacsclient -e "(save-some-buffers t)" git pull emacsclient -e "(o

[Orgmode] Re: The recurring task pattern

2009-06-03 Thread Chris Gray
Ivan Nedrehagen wrote: > Hi everyone, I have a pattern that repeats itself in org-mode and I am > wondering if anyone have any solutions to it. > I have some tasks that must be done each week, it does not matter when > I complete them, but they must be done before end of the week. And > when the

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

2009-06-03 Thread Chris Gray
Eric H. Neilsen, Jr. wrote: > Hi, > First, thank you Carsten and others, for putting this thing together; > org-mode is the most useful tool I've run across in a long time. > I recently put together a few commands to create source code files > from SRC and EXAMPLE blocks in org-mode files. The o

[Orgmode] Re: nbsp in latex export

2009-05-27 Thread Chris Gray
That works perfectly. Thanks. Cheers, Chris Carsten Dominik wrote: > Please try again, thanks. > - Carsten > On May 26, 2009, at 4:15 PM, Chris Gray wrote: >> Carsten Dominik wrote: >>> On May 26, 2009, at 3:06 PM, Chris Gray wrote: >>>> Hi, >>

[Orgmode] Re: nbsp in latex export

2009-05-26 Thread Chris Gray
Carsten Dominik wrote: > On May 26, 2009, at 3:06 PM, Chris Gray wrote: >> Hi, >> I noticed in the org manual today that "`\nbsp' will become ` ' >> in >> HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp >>

[Orgmode] nbsp in latex export

2009-05-26 Thread Chris Gray
Hi, I noticed in the org manual today that "`\nbsp' will become ` ' in HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp becomes $\nbsp$. I would rather have the behaviour of the documentation, but I was not implement it myself---I tried adding a special case to `org-export-la

[Orgmode] Re: markup in environments in latex export

2009-05-06 Thread Chris Gray
Hi Carsten, You can find the commit in the special-blocks branch of my github repository. I've tested exporting both LaTeX and HTML. Cheers, Chris Carsten Dominik wrote: > On May 4, 2009, at 9:52 AM, Chris Gray wrote: >> Hi Carsten, >> That seems like a good solution

[Orgmode] Re: markup in environments in latex export

2009-05-04 Thread Chris Gray
Hi Carsten, That seems like a good solution. I will work on it and test it over the next couple of days and let you know when it is ready. Do you have any preference for the name of the file? BTW, I also have signed and sent the copyright papers. I don't know if that's necessary for a contrib

[Orgmode] Re: markup in environments in latex export

2009-04-19 Thread Chris Gray
t these macros at the beginning of the line. > If I were to allow what you propose, it would quickly become hard to > know > what should be LaTeX and what not. I think. > Feel free to try to make a patch that will convince me of the opposite. > - Carsten > On Apr 16, 2009, at

[Orgmode] Re: markup in environments in latex export

2009-04-16 Thread Chris Gray
Carsten Dominik wrote: > Hi Chris, > you can't have the cake and eat it. > if you insert a LaTeX environment, the entire environment > will be protected. After all, you rely on this quoting with your > itemize environment! Hi Carsten, I don't really understand this. I can see it for things l

[Orgmode] markup in environments in latex export

2009-04-16 Thread Chris Gray
Hello, I have been writing a draft of a paper in org, and I would like to have the customary org markup commands work inside of LaTeX environments. As an example, I would like the following to have the same thing three times instead of only twice. --8<---cut here---start-

[Orgmode] [PATCH] org-exp-bibtex.el changes

2009-03-05 Thread Chris Gray
Hi, Here is a patch that uses the -a switch of bibtex2html to sort the citations as bibtex would. It also changes the invocations of replace-match to set fixedcase and literal to t. This is so that emacs does not try to interpret backslash characters in the bibtex file as it is inserting them.

[Orgmode] Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-05 Thread Chris Gray
Carsten Dominik wrote: > In fact, implementing alphabetic sorting for names that actually > will work is pretty much a nightmare :-) There is a switch (-a) in bibtex2html that sorts the entries as bibtex would sort them. Cheers, Chris ___ Emacs-orgmo

[Orgmode] Re: OFF-TOPIC - posting file snippets..

2009-01-08 Thread Chris Gray
Hi Sergio, Check out boxquote.el at http://www.davep.org/emacs/boxquote.el Cheers, Chris sergio_101 wrote: > i realize that this is off topic, but i think it will help in the future > as i continue to post.. > i have seen lots of people posting file snippets to this list that are > really well

[Orgmode] latex-export bug

2008-11-17 Thread Chris Gray
Hi, The text =~/a_b= is not handled correctly by org-export-as-latex. It should either be put in math mode or the tilde and underscore should be escaped. I favor the latter solution, because I often put path names in fixed-width mode. Cheers, Chris ___

[Orgmode] [PATCH] Two small documentation patches

2008-10-24 Thread Chris Gray
Hi, Here are two small patches for mistakes that I noticed. Cheers, Chris >From bf20c636036f310a761962b861b9e8acf6113863 Mon Sep 17 00:00:00 2001 From: Chris Gray <[EMAIL PROTECTED]> Date: Fri, 24 Oct 2008 11:07:38 +0200 Subject: [PATCH] Fixed a typo. --- README_GIT |2 +- 1 file