Re: [Orgmode] pretty export of tags

2010-09-14 Thread Scot Becker
> Would it not be more consistent if I just make the command for the taglist > be specified in a variable, similar to org-export-latex-todo-keyword-markup. > This seems the more logical solution to me.  You could still use a > non-existing command and define it in the header Not sure how I mis

[Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)

2010-09-14 Thread Scot Becker
In org-feed.el (line 105), the 'defgroup' entry for org-feed has the tag "Org ID", which is the same tag as the group org-id (in 'org-id.el'). This has the result that you are unable to get to the real org-ID variables from the M-x customize-group RET org RET top level menu. The culprit: (defgrou

Re: [Orgmode] A LaTeX class for Org-mode export

2010-09-14 Thread Scot Becker
Well this is very cool. A whole new paradigm for org-LaTeX integration. Well done. I was especially glad for the introduction to the 'paralist' package. Could it be that the line to clone the git repo should be this: git clone git://github.com/tsdye/org-article.git instead of what I find in t

Re: [Orgmode] pretty export of tags

2010-09-15 Thread Scot Becker
Great. Thanks. Scot ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Any way to limit which subtrees to export based on TODO keywords?

2010-09-15 Thread Scot Becker
I'm working up a way to print out my org-mode reading notes to individual half-sheets of paper. I'm using tags for content-related things, so I'd love to sort those notes which need to be printed from those notes which have been printed already by using TODO keywords. I don't think there is an in

Re: [Orgmode] Any way to limit which subtrees to export based on TODO keywords?

2010-09-15 Thread Scot Becker
; > I read somewhere that :noexport: will prevent a subtree from being > exported automatically, and I've used that to tag some notes, export > to PDF, and print. > > On Wed, Sep 15, 2010 at 6:19 PM, Scot Becker wrote: >> I'm working up a way to print out my org-mode re

Re: [Orgmode] Emacs version

2010-09-16 Thread Scot Becker
I also update from the git repo, about weekly and install to the new Emacs to the default location in /usr/local, that way (1) the development version loads by default, so long as /usr/local/bin is earlier in your path, and (2) you keep your default ubuntu Emacs packages intact, and can go back to

Re: [Orgmode] Re: Any way to limit which subtrees to export based on TODO keywords?

2010-09-16 Thread Scot Becker
> The TODO keyword COMMENT should do what you're after. I can't believe I didn't think of that. I even use that one already in other files. Thanks, Scot ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@

Re: [Orgmode] Re: Sparse trees and searching for multiple words

2010-09-21 Thread Scot Becker
Tom, I agree that a flexible multi-term search would be a great addition to org-mode and Emacs in general. I'd say that Google has spoiled us, but like all who are spoiled I believe my inflated desires to be perfectly reasonable! I'm keeping more and more notes in org-mode, and the more I keep,

Re: [Orgmode] [WISH] ELPA repo for org-mode?

2010-09-21 Thread Scot Becker
> 1) more goes to org-mode/contrib/lisp: this is okay, but requires >   more people to have write access to Org I can't comment on whether that is undesirable, but I assume that if the number of contributions grows, it might be best to take one of the other routes. > 2) have a separate Org contri

Re: [Orgmode] Re: Org-mode screencasts

2010-09-28 Thread Scot Becker
Richard, That's a great intro screencast. Scot On Sun, Sep 26, 2010 at 7:41 PM, Jeff Kowalczyk wrote: > Eric Abrahamsen ericabrahamsen.net> writes: >> >> One thing that would be really excellent is to show keystrokes as you do >> the tutorial. I don't know what system you're using, but this l

Re: [Orgmode] ELPA [WAS] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-28 Thread Scot Becker
Dan, I have no special expertise on this, but I'll hazzard an answer as a simple ELPA user: > Using ELPA does seem like an attractive route, especially if it > (package.el) is going to be in Emacs24. To me too, ELPA is a great idea. It probably needs some perfecting, but if it works for these p

Re: [Orgmode] org-footnote in messages, practical question.

2010-09-28 Thread Scot Becker
ditto. same reason. In my mind the sig is like letterhead. Useful perhaps, but not really part of the message. On Mon, Sep 27, 2010 at 5:55 PM, Sebastian Rose wrote: > Łukasz Stelmach writes: >> Hi. >> >> I am thinking about deploying org-footnote in message-mode. I'd like to >> use it for

Re: [Orgmode] ELPA

2010-09-28 Thread Scot Becker
On Tue, Sep 28, 2010 at 6:48 PM, Eric Schulte wrote: > I don't think it makes sense to use ELPA to re-distribute the version of > Org-mode which users already have installed as part of their Emacs > install.  Un-installing the bleeding edge Org-mode would be equivalent > to downgrading to the Emac

Re: [Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Scot Becker
This is, if I remember right, a feature. Or at least a known limitation, a deliberate attempt to respect document structure. Can you perhaps get what you want by customizing org-export-latex-classes to start the numbering already on heading level 4? For example one of it's 'stanzas' looks like t

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-04 Thread Scot Becker
As soon as I can, I'll give the patch a test using XeLaTeX as well. It'd be great to have this feature also be able to run xelatex instead of pdflatex to support that toolchain as well (for its better UTF-8 support and OpenType font integration). I expect this to be easy, because as far as I can t

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-06 Thread Scot Becker
> How about introducing a "#+LATEX_CMD:" option in org-mode? (and default > to pdflatex) Yes, please! I use xelatex almost exclusively since it has unicode support for non-latin scripts. And increasingly, some will presumably want to use LuaTeX, which I'm told is slated to replace pdflatex in t

Re: [Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-06 Thread Scot Becker
And if you just want deeply nested numbered paragraphs, like lists. You might try the Easylist package: http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/easylist.html You'd have to do a tweak or to to get org-mode to export to easylist, but it shouldn't be too complicated, since easylist t

Re: [Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-07 Thread Scot Becker
Indraneel, > Thanks Scot, exactlt what I was looking for, and I was actually > deliberating on the Tractacus! Funny. Glad it looks like it may work. > I couldn't get easylist to understand the > \star symbol that orgmode uses. Do you know how to do that? No. You might have seen the footnote

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-10-14 Thread Scot Becker
first-look/ Scot On Wed, Oct 13, 2010 at 10:18 AM, Jean-Marie Gaillourdet wrote: > Hi, > > sorry to bring up this old thread, but there rather are rather new > developments at Zotero which might interesting to people here. See below. > > > On 03.09.2010, at 22:12, Scot

Re: [Orgmode] Latex Export

2010-10-16 Thread Scot Becker
I guess you have an ancient version of org mode. (do M-x org-version, after org-mode has started. Current release version is 7.01h). See how to get the latest version here: http://orgmode.org/manual/Installation.html#Installation And find the link to the latest version on: http://orgmode.org

Re: RE [Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-22 Thread Scot Becker
I do hear you about not wanting to add maintenance overhead to yourself, but when they install the new Emacs, you even then may find you need a more recent recent org-mode release in your home directory. It does come with Emacs, to be sure, but they've been quite conservative about their cutoff da

Re: [Orgmode] [WISH] Org Importers

2010-10-28 Thread Scot Becker
Jambunathan, (2) could be useful but a bit far-fetched at the > moment. > Really? Lots of us track changes with git, sometimes by means of one of the Emacs interfaces for it like Magit. You may be thinking of some interface-level features which aren't available by this method, like the ability

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Scot Becker
Eric, This is cool and very useful. Thanks. This must be Zeitgeist-y because I was thinking about preparing presentations in Emacs this week. Then I saw slidy, now this and s5. Here's a further idea, to see what people think. Do you think it would be possible to make a temporary org-mode disp

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Scot Becker
Jianshi, I've never heard of any way to do that with an #+INCLUDE. There are variables that automatically demote subtrees that you yank in with CTRL-Y, but that's a hard-INCLUDE, so to speak, and you probably have your reasons for wanting to keep them in separate files. Scot On Wed, Nov 10, 20

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-18 Thread Scot Becker
Org-mode is just a cool way to organize, to write, to collect and keep data. Many thanks to you, Carsten, for your imagination and hard work, and to you Bastien, for your willingness to carry this torch further. Scot ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] Another LaTeX export corner case...

2010-12-09 Thread Scot Becker
> Is this a bug, or something that I must learn an Org incantation to work > around? > > Well it's a bug in the sense that it's undesirable behaviour. I use the somewhat ugly workaround of just switching to LaTeX \footnote{} commands just for those footnotes where I need optional arguments. But

Re: [Orgmode] Pandoc can now do Org

2010-12-09 Thread Scot Becker
Puneeth, Very cool! This opens up a lot of nice importers for org-mode. Scot On Mon, Dec 6, 2010 at 4:45 AM, Puneeth wrote: > Hi Jeff, > > On Mon, Dec 6, 2010 at 12:54 AM, Jeff Horn wrote: > > Nice! I looked at pandoc once but don't remember a lot about it. How > > well does your importer h

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Scot Becker
Sebastien, I don't think any of this is crazy. The first idea is similar to the HTML composition GUIs which now seem to be everywhere. I'm told it's a pretty complex task to get them to reliably be both WYSISYG and to maintain syntactically correct markup through multiple edits, but people are

Re: [Orgmode] visual-line-mode

2009-10-21 Thread Scot Becker
I don't know much about exporting to HTML, but I do all my writing in org with visual-line-mode (with occasional export to latex). I really like v-l-m and have had no problems. There is a lot of functionality in org which I don't make use of, however. So, in my experience, they're good friends.

Re: [Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-15 Thread Scot Becker
Awesome indeed, and amusing. As is the picture of the occasional struggle between Man and his Interface, which perhaps never will go away. (Appreciations however, for those who try to minimize it). Thanks. ___ Emacs-orgmode mailing list Remember: use `R

[Orgmode] A Header outline and an Argument outline in one?

2009-11-18 Thread Scot Becker
Greetings, org-moders, I use org for academic writing, and it seems to me that org might be a good way (perhaps even the only existing way) to keep the following two kinds of outline structures in one place: 1. The typographic outline. Headers and Subheaders that should organize my final docume

[Orgmode] Re: A Header outline and an Argument outline in one?

2009-11-19 Thread Scot Becker
I've extended your sample document to try it, and I think it could work for me. Now I'll try to do some work that way. Thanks, Scot On Wed, Nov 18, 2009 at 2:35 PM, Bernt Hansen wrote: > Scot Becker writes: > >> Greetings, org-moders, >> >> I use org for ac

Re: [Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Scot Becker
Emmanuel, If the introduction LOOKs just like a normal chapter, then you just do: * Introduction In this paper I indend to once and for all solve the problem of [blaaa]. * Chapter One: The Problem * Chapter Two: Lame Previous Attempts at a Solution * Chapter Three: Appproach it Like This * Cha

[Orgmode] Bug: Org finds footnotes in LaTeX export where none are intended [6.33trans (release_6.33f.35.g3efe)]

2009-11-26 Thread Scot Becker
paper]{book} \title{Some Lorem} \author{Scot Becker} \date{26 November 2009} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{Heading} \label{sec-1} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labo

Re: [Orgmode] Bug: Org finds footnotes in LaTeX export where none are intended [6.33trans (release_6.33f.35.g3efe)]

2009-11-26 Thread Scot Becker
highlighted as > footnotes > by font-lock, this is harder to solve. > > - Carsten > > On Nov 26, 2009, at 12:27 PM, Scot Becker wrote: > >> I cite my references in org like this.\autocite[231]{bibtexkey_2009}, >> where '231' is the relevant page number.  When e

Re: [Orgmode] Re: Collaborate with heretics

2009-11-26 Thread Scot Becker
Yours is an interesting question, and it's one I've thought about as well. I have a friend just starting a PhD, and she was asking me how I keep my work. Org+emacs is great for me.I sometimes also think anyone who needs a robust tool and can muster the patience to learn it should try org/Emac

Re: [Orgmode] Bug: Footnotes in combination with LaTeX fragments is broken in latest trunk

2009-11-28 Thread Scot Becker
I noticed this this week as well. I don't know how to do a backtrace (though I'll look it up and try) but attached (and pasted below) is a sample file. Scot (Edit: and the backtrace) #+TITLE: Some Lorem * Heading If you do a \autocite{key_} followed by an org-footnote[fn:: You seem to get

Re: [Orgmode] Bug: Footnotes in combination with LaTeX fragments is broken in latest trunk

2009-11-30 Thread Scot Becker
It appears so! No errors on my sample file. Muchas gracias, Scot ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] report a bug

2009-12-03 Thread Scot Becker
It looks as if the 'snapshot' version available for lenny is pre-August: Archive contents: lenny|main|i386: emacs-snapshot 1:20090730-1~lenny1 lenny|main|amd64: emacs-snapshot 1:20090730-1~lenny1 lenny|main|source: emacs-snapshot 1:20090730-1~lenny1 (from http://emacs.orebokech.com/) Wow, that

Re: [Orgmode] Install orgmode alongside older version?

2009-12-07 Thread Scot Becker
Though I don't know NTemacs, you should have no problem just following the docs. The trick is that you will be adding your new path/to/org-mode to the *front* of your load-path, so emacs will find it first. The old code will still be there, it just won't be used. No harm done, and minimal changes

Re: [Orgmode] Org needs your vote

2009-12-07 Thread Scot Becker
On the upside, Lifehacker is much more mainstream than, say, Sourceforge. And to be in the top five is pretty impressive. (And lifehacker readers know that the actual polls are a bit of a joke. They ask for 'the best' X, but it's not as if the voters have actually tried each of the contenders.).

Re: [Orgmode] Beamer support in Org-mode

2009-12-10 Thread Scot Becker
For what it's worth, my preparation style would follow Mark's. Chart the flow of what I want to say in org, ideally using whatever hierarchy I need to do it, then export the outline and essential detail for beamer-and/or-handouts. I'd keep the teaching notes to myself (and keep them part of the s

Re: [Orgmode] FR: org-hide-context

2009-12-16 Thread Scot Becker
I like that, too. On Wed, Dec 16, 2009 at 3:58 PM, Adam Spiers wrote: > It would be great to have an opposite to `org-reveal' which folded all > siblings, ancestors, and maybe even all ancestors' siblings of the > current headline. A suitable key-binding might be C-u C-u C-c C-r > or similar.

Re: [Orgmode] Clock logging -- possible to include seconds?

2009-12-22 Thread Scot Becker
I have no idea if it's possible. If it turns out not to be, you could console yourself with the thought that the rounding error will most likely be spread around. So everyone gets 'stolen from' about as often as they get 'given to'. On Tue, Dec 22, 2009 at 3:16 PM, Bill Powell wrote: > > Hi f

Re: [Orgmode] FR: org-hide-context

2010-01-01 Thread Scot Becker
I'm not the OP, but that works for me. Somehow I thought I'd loose my place when I did S-TAB. Thanks, On Fri, Jan 1, 2010 at 10:38 AM, Carsten Dominik wrote: > Hi Adam, > > I am not sure I find this useful. > > to localize, I usually do > > S-TAB to hide everything > C-c C-r to reveal

Re: [Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-25 Thread Scot Becker
For what it's worth, I also think that an option to do this would be useful. On Sun, Jan 24, 2010 at 7:22 PM, Sven Bretfeld wrote: > Hi > > "Sven Bretfeld" writes: > > > Quotation marks like "these" are converted to ``these'' by > > org-export-latex. It would be much better to use \enquote{th

[Orgmode] Org2Mobile Announcement

2010-02-08 Thread Scot Becker
[resent due to what looks like a problem with gnu.org accepting mail from gmail] This does look interesting, and I too, would be glad to try it on my E63 (S60 3rd ed). I'm not a Windows user either, and would be most glad if I could set up my own server. Scot _

Re: [Orgmode] Bold text beginning line produces empty PDF

2010-02-11 Thread Scot Becker
Eric, Others will know better, but I think it's right to say, that's just how latex export (currently) works. It needs to have your buffer saved (C-x C-s), and not just written to a file somewhere (C-x C-w). This seems true even if all you want to do is get your latex in a temporary buffer. It'

Re: [Orgmode] Github understands us

2010-02-17 Thread Scot Becker
Wow. That's nice. Now if only I could fork Github itself On Wed, Feb 17, 2010 at 1:32 PM, Sebastian Rose wrote: > Andrea Crotti writes: > > Maybe some of you already noticed, but I found out that actually github > > understands org-mode! > > > > If you put a README.org it just works, there

Re: [Orgmode] RE: Org-Mode for Nexus One?

2010-03-03 Thread Scot Becker
On that page, I assume it's the "check it" phase of the cycle. It's a little confusing since the article has similar concepts to your signature, "think it, ink it... "but it's not exactly the same loop. You review last. He checks third. But anyway, wouldn't checking/reviewing be quite different

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

2010-03-04 Thread Scot Becker
Henri-Paul, I'm doing the same, with basically the same setup, but using biblatex, and Zotero, but planning to give Mendeley a serious test for PDF management. (And yes there are still problems and repeated manual tweaking associated with using Zotero + bibtex. The export is just not bibtex-y eno

Re: [Orgmode] cannot pull from repo.or.cz today

2010-03-18 Thread Scot Becker
...and here. On Wed, Mar 17, 2010 at 6:37 PM, David Maus wrote: > William Henney wrote: > >Is anyone else seeing this? > > >$ git pull --verbose > >repo.or.cz[0: 195.113.20.142]: errno=Operation timed out > >fatal: unable to connect a socket (Operation timed out) > > Nope, works fine here. > >

Re: [Orgmode] Re: AI for orgmode

2010-03-20 Thread Scot Becker
I quite like Thomas' idea of packets for specific org mode uses. As a starting list consdier: writing for the web, writing for print, basic task management, "full" GTD, time tracking, code/LaTeX tangling. The list could obviously be edited down or up in length. Each of these packets might include

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

2010-03-24 Thread Scot Becker
Or what about---in the spirit of the 'hidden' outline stars---the option to set "#+TITLE:" and friends in a 'barely visible' color, and in the 'standard' font of the document, if that's possible. As sexy as it is, really hiding the markup is a fair break from most (all?) of 'standard' org mode, wh

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

2010-03-27 Thread Scot Becker
I like it. This is a great little piece of work. Thanks a lot. Scot On Fri, Mar 26, 2010 at 3:34 AM, Dan Davison wrote: > Carsten, Scot -- > > Scot Becker writes: > > > Or what about---in the spirit of the 'hidden' outline stars---the option > to set

Re: [Orgmode] Poll: Who is using these commands

2010-05-08 Thread Scot Becker
I use those four combos, but not too often, and I think I'd prefer to map them to CM-[npud]. On Sat, May 8, 2010 at 5:44 PM, Sebastian Rose wrote: > Carsten Dominik writes: >> Hi everyone, >> >> I am wondering: >> >> How many of your are using these keys >> >> C-c C-f >> C-c C-b >> C-c C-n >>

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread Scot Becker
Many thanks from me too, Jan. That's very helpful. Scot On Thu, May 13, 2010 at 1:37 PM, Jan Böcker wrote: > On 05/13/2010 03:48 AM, charles snyder wrote: > > > Can I just do something like: > > > > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My > > Dropbox/emacs_org/") ;; WINDOWS VER

Re: [Orgmode] import text from firefox with hyperlinks

2010-05-17 Thread Scot Becker
On Mon, May 17, 2010 at 10:33 AM, Carsten Dominik wrote: > > On May 17, 2010, at 12:59 AM, Kestutis Matonis wrote: > >> How can i copy/import selected page part from firefox to emacs with >> hyperlinks? > > What is wrong with just copy and paste? Well, the man wants to have hyperlinks converted t

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Scot Becker
Works here too, on dev emacs (24.0.50.3) with org 36trans release_6.36.58.g99afb. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Scot Becker
...ah, that's to say, EXPORT works fine. If I look closely, I see the text isn't actually made bold on the screen. But I normally don't look that closely. (my org setup uses hidden initial stars, FWIW) On Tue, May 18, 2010 at 12:06 PM, Scot Becker wrote: > Works here

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

2010-05-19 Thread Scot Becker
It's marked as a 'Private Video'. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] unordered list feature request: new sub-lists automatically switch to different list-character

2010-05-21 Thread Scot Becker
I like this idea, even as default, though I'm sure that some people are doing things with org for which they would want to turn it off. Scot On Fri, May 21, 2010 at 6:54 AM, Livin Stephen Sharma wrote: > > Context/Sample org content > current > unordered list > + topA > + innerA1 > +

Re: [Orgmode] pretty export of tags

2010-05-31 Thread Scot Becker
On Mon, May 31, 2010 at 3:56 PM, David Bremner wrote: > > I would like some more control over how tags are exported to PDF. I > tried both latex and docbook based methods, and as far as I can tell, in > both cases the treatment is hard-coded (at least in the docbook case it > does mark them as bei

Re: [Orgmode] feature request: C-k safety

2010-06-01 Thread Scot Becker
Scott, You asked: > Feature request: add an option preventing tree deletion with C-k without > user confirmation. Actually, I'd like an option to prevent it period. > If this option is already in there, then you're encouraged to tell me to > RTFM. But then also please tell me where it is, becaus

Re: [Orgmode] For Org-mode on the go?

2010-06-05 Thread Scot Becker
Looks very cool, especially at the price. But the spacebar. Yikes it's small. At least it has all the meta-keys and TAB, which make it nicer than most other pocket keyboards for running Emacs. Do report. Scot On Sat, Jun 5, 2010 at 11:10 AM, Tim O'Callaghan wrote: > Just though I'd point out

Re: [Orgmode] Re: how to upgrade org-mode version?

2010-06-05 Thread Scot Becker
See: http://orgmode.org/manual/Installation.html#Installation And if you're not installing globally with 'make install' (I don't) make sure that the org manual gets read by adding /path/to/org/doc to 'Info-default-directory-list like so: (add-to-list 'Info-default-directory-list "/path/to/org

[Orgmode] Could inline footnotes be made to work with latex commands that have arguments?

2010-06-08 Thread Scot Becker
If I put a LaTeX citation command inside one of org's inline footnotes, no problem, thus: Lorem ipsum dolor sit amet,\footnote{\cite{rowe_acts_2007} } consectetur adipisicing elit, But if I need an optional argument, no dice. This: ex ea commodo consequat.[fn:: \cite[56]{fitzmyer_one_2007}] Du

Re: [Orgmode] how to upgrade org-mode version?

2010-06-10 Thread Scot Becker
Kris, You may have discovered this in the meantime, but I gave you the wrong line for adding the org documentation to your info-path in emacs (so that M-x org-info gets you to the latest docs). It's not (add-to-list 'Info-default-directory-list "/path/to/org/doc") but: (add-to-list 'Info-dir

Re: [Orgmode] Could inline footnotes be made to work with latex commands that have arguments?

2010-06-13 Thread Scot Becker
Thanks, David, for your response. I suspected it might not be that easy to fix. I hadn't thought of making a custom command which only used mandatory arguments. I'll try it out and see if I like it. Thanks, Scot On Sun, Jun 13, 2010 at 3:16 PM, David Maus wrote: > > S

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-06-15 Thread Scot Becker
Wow, David, This is cool stuff. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] mixing emphasis fails

2010-06-23 Thread Scot Becker
I think that this is a 'known' issue, and not easy to get right. One thing you can try (and report back, since I've meant to do it to try to solve this very problem), is to customize org-emphasis-regexp-components. If I'm not mistaken, it exists to help users troubleshoot this kind of thing. It

Re: [Orgmode] Re: keeping uptodate?

2010-06-23 Thread Scot Becker
Just yesterday, I finally added this to my .bash_aliases file: alias orgupdate='cd /home/scot/.emacs.d/vendor/org-mode; git pull && make && make doc' I have the org-mode/lisp path in my 'load-path and org-mode/doc at the front of 'Info-directory-list, so it all just stays in place. I don't "make

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Scot Becker
On Tue, Jun 29, 2010 at 11:03 PM, Eric Schulte wrote: > > - Org-babel adds rather specific and complex functionality to org-mode > > that those who use it as a simple outliner and todo manager do not > > require. (In other words, an option to turn it off might be nice for > > those w

Re: [Orgmode] question about links in org-mode

2010-07-08 Thread Scot Becker
Tomer, Welcome. I don't think that any such export routine exists, but I like the idea. Perhaps someone else could comment on what this would take. Off topic: Did you know that the latest development Emacs has decent (in-progress) bidi support, and that there are new Hebrew input methods (not

[Orgmode] Possible Bug in org-refile [6.36trans (release_6.36.654.g2cd3)]

2010-07-15 Thread Scot Becker
I can't seem to make org-refile work. Using Emacs development sources from a pull last night, and the latest org-mode sources from a git pull and make done just now from the org-mode repository. I do this: (1) Start clean: emacs -Q -eval "(setq load-path (cons \"~/.emacs.d/vendor/org-mode/lisp\"

[Orgmode] Re: Possible Bug in org-refile [6.36trans (release_6.36.654.g2cd3)]

2010-07-15 Thread Scot Becker
No bug here. If I SAVE the buffer to a file, everything works great. I had something wrong with the value of org-refile-targets in my full set up that triggered all this. I think I can make it right. Carry on... Scot ___ Emacs-orgmode mailing list Pl

Re: [Orgmode] fix for error of quoted and emphasized text in LaTeX export

2010-07-15 Thread Scot Becker
Robert, Did you have a chance to try this yet? I'm keen to know if it seems to work. I'll try if I get the chance, but (perhaps like you), I'm no expert, and it might be a few days before I have a chance to play with it. Scot On Wed, Jul 7, 2010 at 3:48 PM, Robert Hennig wrote: > Dear Orgmod

Re: [Orgmode] [ANN] List improvement v.2

2010-07-27 Thread Scot Becker
Nicolas and list friends This sounds great. And it seems you've made it easy to try by putting in in git. Since my git usage consists almost exclusively of pulling from the org-mode repository, and I've never dealt with testing branches, would one of you be so kind as to feed me the commands nec

Re: [Orgmode] Re: worg recent changes exported page?

2010-08-03 Thread Scot Becker
Thanks. That seems to work. Scot On Tue, Aug 3, 2010 at 10:56 AM, Roman wrote: > > Scot Becker gmail.com> writes: > > > > > > True. I watch the recent changes to worg in an RSS feed reader, and it > would > be very nice to get from there to the worg pag

Re: [Orgmode] trying to get xetex working with org-mode

2010-08-13 Thread Scot Becker
2010/8/13 Christian Wittern > There are some more lines I did not ask for and do not want, like for > example the \usepackage[utf8]{inputenc} which does not work with XeTeX. > Now the number of possible relevant variables etc is just too complex for me > to understand.  I would appreciate if some

Re: [Orgmode] trying to get xetex working with org-mode

2010-08-13 Thread Scot Becker
Noted. I'll see what I can do (but nobody be afraid to beat me to it, OK?) Scot On Fri, Aug 13, 2010 at 2:47 PM, Bastien wrote: > Scot Becker writes: > >> That seems to produce a header that works with xetex. > > If so, it would be good to document it in Worg. > &g

Re: [Orgmode] Patch for latex export supporting nested emphasis

2010-08-20 Thread Scot Becker
That's very useful. On Fri, Aug 20, 2010 at 3:30 PM, Robert Hennig wrote: > Dear Orgmode maintainers, > > I would like to provide a patch which allows nested emphasis > for the latex export. The problem of handling nested emphasis > was solved by applying the org-export-latex-fontify recursively.

Re: [Orgmode] "{" in Latex fragments

2010-08-25 Thread Scot Becker
Or what about \J{japanese characters here}? I do the same with Hebrew, \heb{לִפְנֵי יְהוָה} and (without claiming to have done extensive testing), it seems to work. Org mode is set up to let arbitrary macros of the format \mymacro{data} pass through to LaTeX. You might not even have to change yo

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Scot Becker
He wants to write up a document using org-mode's outline facilities as a skeleton to help him build up, navigate and visualize his document, but then he wants only to use SOME of the headlines but ALL of the text when he actually makes a printed version for others to read. I've wanted this as wel

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Scot Becker
Hmm, Tomas, this is interesting. I have thought about using babel for this sort of thing, but assumed that the textual overhead would be too high to make it worth it (It'd be ugly, and not that fun to generate). I don't suppose you'd be so kind as to past in an example that shows this kind of thi

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Scot Becker
d the xetex > configuration or edit the LaTeX export tutorial yourself to include what > you've found. > > On Aug 30, 2010, at 4:22 AM, Scot Becker wrote: > > Hmm, Tomas, this is interesting. I have thought about using babel for this > sort of thing, but assumed that the text

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Scot Becker
Giovanni, Thanks for that. I have the same problem, since I put citations in my footnotes in the format \cite[50]{Ridolfi_2011_Autobiography}. This is great. It's also a nice model for a few other petty troubles I want to postprocess away. Scot On Tue, Aug 31, 2010 at 3:13 PM, Giovanni Rido

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-01 Thread Scot Becker
Well I use biblatex to produce the chicago citations, used pretty widely in the humanities in N. America, and the LaTeX \cite{} commands under that setup take their optional arguments in square brackets. The most frequent optional argument is a page number for the citation, but I also use them for

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-03 Thread Scot Becker
Another Zotero + org user here. Right now I do what Christian does: export Zotero to slightly tweaked BibTeX, and insert with RefTeX's amazingly cool reference-insertion interface (another genius piece of work by Carsten). I can think of two profitabl

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-04 Thread Scot Becker
Matt, On Fri, Sep 3, 2010 at 9:55 PM, Matt Price wrote: > > > On Fri, Sep 3, 2010 at 4:12 PM, Scot Becker wrote: > >> Another Zotero + org user here. Right now I do what Christian does: >> export Zotero to slightly >> tweaked<http://github.com/commonman/zo

[Orgmode] Exporting property values to LaTeX

2010-09-09 Thread Scot Becker
SHORT VERSION: Can someone tell me how I might be able to get a property value exported to LaTeX? Here's what I want to do: I my reading and research notes in org-mode. I'd like to print them out to manipulate them manually before I use them. (Think: olde time 3 x 5 index cards, though I'll do

Re: [Orgmode] Exporting property values to LaTeX

2010-09-09 Thread Scot Becker
s here is the key: \{{\{property(bibkey)\}}\}. --- Cheers, Scot On Thu, Sep 9, 2010 at 2:44 PM, David Maus wrote: > Scot Becker wrote: > >[1 ] > >[1.1 ] > > >[1.2 ] > >SHORT VERSION: > > >Can someone tell me how I might be able to get a property value ex

Re: [O] Re: latex export issue

2011-03-09 Thread Scot Becker
That sounds like it means that any documents you might want to export to LaTeX (and format with hard line breaks) should always have non-breaking spaces after the periods---or you should keep a manual eye on your paragraph formatting to make sure no numbers come first on the line. Although I reall

[O] Re: latex export issue

2011-03-10 Thread Scot Becker
of code, but I suspect I'm doing something wrong Scot On Thu, Mar 10, 2011 at 8:24 AM, Nicolas wrote: > Hello, > > Scot Becker writes: > > > That sounds like it means that any documents you might want to export to > > LaTeX (and format with hard line breaks

[O] Re: latex export issue

2011-03-10 Thread Scot Becker
Ah, right. I did misunderstand. Yes, that seems like a good solution. Scot On Thu, Mar 10, 2011 at 10:00 PM, Nicolas wrote: > Hello, > > Scot Becker writes: > > > Looks good, but I can't get it to work. To test it, can I just > > evaluate the two sexp

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Scot Becker
And the question is not just 'what do YOU think is professional, but (as always with LaTeX) just want kind/genre of document are you interested in producing? A question like yours has to be answered separately for each distinct type of document. Scot

Re: [O] Other programs to edit Org documents?

2011-03-16 Thread Scot Becker
> > A simple org-mode viewer (that allows you to do some basic > folding/unfolding and search -- or even something more complex that > would allow you to view it as a mind-map?) would be nice. It could > even be simplified with more GUI bells and whistles and still allow > one to insert data and sa

Re: [Accepted] [O] New option to create unique, random labels for footnotes.

2011-03-17 Thread Scot Becker
I like this, Matt! On Thu, Mar 17, 2011 at 8:25 AM, Bastien Guerry wrote: > Patch 680 (http://patchwork.newartisans.com/patch/680/) is now "Accepted". > > Maintainer comment: none > > This relates to the following submission: > > http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E > > Here i

Re: [O] Org Writer's room

2012-12-05 Thread Scot Becker
As a now-seldom but was-daily user of Org-mode (work changed) who has long been fascinated with Scrivener. I think this project is a great idea. And emacs/org seems a very fertile ground to implement it in. Scot On Thu, Dec 6, 2012 at 7:21 AM, Matt Price wrote: > On Wed, Dec 5, 2012 at 7:44 PM

  1   2   >