Re: [O] Refiling list items

2012-01-17 Thread Jeff Horn
On Wed, Aug 17, 2011 at 05:32, Bastien wrote: > I pushed three small changes to the org-refile interface: > > 1. before prompting the user for a refile target, put the point at the >   beginning of the region/subtree to refile.  This will make sure >   everyone understands we are refiling headline

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2012-01-10 Thread Jeff Horn
n smoothly over a year without needing to report a bug, I don't seem to be losing much. Cheers, all, and thanks for your suggestions. On Sat, Dec 31, 2011 at 11:46, Nick Dokos wrote: > Jeff Horn wrote: > >> Manually loading `org-mode/lisp/org-compat.el` loads the missing >>

Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-window)"

2012-01-05 Thread Jeff Horn
Thanks, Dan. This fits my preferences for loading org exactly. One small hitch, however. No errors were produced during startup, but trying to open the agenda (C-a a) produces the following error: Debugger entered--Lisp error: (void-function org-babel-result-hide-spec) It's probably unrelated, bu

Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-window)"

2012-01-05 Thread Jeff Horn
This did not fix the issue for me. 1) Install org from ELPA. 2) Place (package-initialize) in `init.el`. 2.5) Remove .elc files. 3) Restart emacs. On Sat, Dec 31, 2011 at 14:33, Eric Belpaire wrote: > Daniel, >> >> One soultion proposed elsewhere on this list is to do >> (package-initialize) in

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-30 Thread Jeff Horn
ing loaded automatically? On Fri, Dec 30, 2011 at 16:14, Jeff Horn wrote: > It looks like git org-mode is at the front of my load-path > already. I'm assuming that emacs' load-path works similar to a shell > load-path, with lower-indexed directories being searched (and used) > befo

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-30 Thread Jeff Horn
horn424/.emacs.d/src/org-mode/UTILITIES" | "/Users/jrhorn424/.emacs.d/src/org-mode/contrib" | "/Users/jrhorn424/.emacs.d/src/org-mode/etc" | "/Users/jrhorn424/.emacs.d/src/org-mode/lisp" | "/Users/jrhorn424/.emacs.d/src/org-mode/testing" ` On Sun,

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-18 Thread Jeff Horn
I'll have to look into that. I'm using Eric Schulte's starter kit, so I doubt initialization is a problem. I haven't changed anything in my initialization other than a color theme in quite some time. On Thu, Dec 15, 2011 at 11:58, Sean O'Halpin wrote: > On Thu, Dec 15

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-12-14 Thread Jeff Horn
On Sun, Nov 13, 2011 at 12:32, Nick Dokos wrote: > Good enough for me. I don't remember whether you supplied a patch for this > (sorry, no time to check atm) but if you did, maybe the OP can test it and > make sure that it does what he expected (or maybe he's done that already - > I can't remember

[O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-14 Thread Jeff Horn
Recently did a fresh pull, which seems to have broken org-agenda-switch-to. To reproduce, open an agenda buffer, navigate to a line you want to inspect, press [RET]. On my machine, this calls autopair, then falls back to org-agenda-switch-to. Autopair doesn't seem to be causing the problem, since

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Jeff Horn
braeburn.aquamacs.org - Aquamacs Distribution 3.xdev On Tue, Nov 1, 2011 at 22:02, Jeff Horn wrote: > Org-mode version 7.7 (release_7.7.404.ga17c.dirty) > GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) > of 2011-08-10 on braeburn.aquamacs.org - Aquamacs Distributi

[O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-01 Thread Jeff Horn
Org-mode version 7.7 (release_7.7.404.ga17c.dirty) GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-08-10 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev Inserting a link through the link dialog doesn't escape URLs with spaces properly. Where a space is '%20', o

Re: [O] Refiling list items

2011-08-22 Thread Jeff Horn
On Wed, Aug 17, 2011 at 05:32, Bastien wrote: > I think these are improvements going in the right direction -- let me > know what you think.  On the overall, I'm with Nicolas in thinking that > we need to be extra careful when we try to extend a functionality to > heterogeneous elements. Bastien,

Re: [O] Prettier Org-mode Export

2011-08-11 Thread Jeff Horn
Across github, documentation appears to be in the format $user.github.com/$repo, while source code appears to be in the format github.com/$user/$repo. https://github.com/pavpanchekha/org-project Still, it would be useful to add the link to the documentation. On Thu, Aug 11, 2011 at 13:40, John H

Re: [O] Refiling list items

2011-08-10 Thread Jeff Horn
On Wed, Aug 10, 2011 at 06:05, Nicolas Goaziou wrote: > From my point of view, lists cannot be a subset of headlines. Indeed, > headlines are global structural elements, whereas items are local > structural elements. In other words, moving an item outside of its > scope, which is the list it belon

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:40, Jeff Horn wrote: > I see, thanks Nicholas. As a start, in a subjectively ideal world, > org-refile-list-item would work on list items: > > 1) and their children to arbitrary depth > 2) in the current buffer, or any agenda file > 3) using either

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:20, Nick Dokos wrote: > Jeff Horn wrote: > >> > What would be the specifications of that function? Would it only send >> > the item at point to the end of the headline specified through the >> > refile interface? >> >> I hop

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 19:03, Nicolas Goaziou wrote: > Jeff Horn writes: > > Where is the bug? As far as I can see, you're expecting a function > designed for headlines only to operate on list items. Am I missing the > point? I'm approaching this as a user. I've

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
for listening! Jeff On Mon, Aug 8, 2011 at 05:48, Nicolas Goaziou wrote: > Hello, > > Jeff Horn writes: > >> Should org-refile be able to refile list items? > > Extending `org-refile', or creating an equivalent function for list > items would be overkill, in my

Re: [O] Refiling list items

2011-08-07 Thread Jeff Horn
Would someone throw me a bone? I couldn't find anything on gmane, but I my gmane-fu isn't the strongest. :D On Sat, Aug 6, 2011 at 14:54, Jeff Horn wrote: > Should org-refile be able to refile list items? I suspect it would be > non-trivial to add this functionality if it isn

[O] Refiling list items

2011-08-06 Thread Jeff Horn
Should org-refile be able to refile list items? I suspect it would be non-trivial to add this functionality if it isn't already there, but I feel a bit overwhelmed keeping notes as headlines, particularly because I like to leave soft wrapping off and have a hard wrap at 80 columns. ,[ Sample O

Re: [O] Org Mobile Writing App (a la Epistle/Paragraft)

2011-07-25 Thread Jeff Horn
I'd be interested in something like this! Maybe the standard org file format will increase development activity for mobile devices. On Sat, Jul 23, 2011 at 14:17, tycho garen wrote: > I must confess that I've fallen onto the Tablet bandwagon, and despite > the alure of having a more functional mo

Re: [O] My new favorite custom agenda command

2011-04-30 Thread Jeff Horn
On Fri, Apr 15, 2011 at 9:59 AM, Matthew Sauer wrote: > (I have two).  On the left I have my refile.org file (the "I am not > sure where I am putting this item but I need a container for it") that > is a temporary storage buffer I need to try to keep empty except for > my refile headlines and a dy

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-19 Thread Jeff Horn
This looks great! I haven't quite read all the code, but I wonder how this would work on files where bib entries are in their own headline or mixed into the document ad hoc. Is this designed for a document with *only* bibtex headlines? On Tue, Apr 19, 2011 at 7:52 PM, Eric Schulte wrote: > Hi, >

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
On Tue, Apr 19, 2011 at 4:52 PM, Olivier Schwander wrote: > What seems more feasible in the current state is a web application which > use my python library on the server side and some js/web2.0/buzzword in > a fancy web page for the frontend. In this case, you may use any data > source you want (

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
I think the biggest benefit of a project like this is the doors it opens for web development and mobile applications. Good luck! On Tue, Apr 19, 2011 at 1:59 PM, Olivier Schwander wrote: > Dear Org users, > > I am pleased to do the first announce of neo, which stands for "No Emacs > Org". The goa

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Jeff Horn
There are interesting ways to break away from traditional document structure using inline-tasks, which (without keywords) are really inline "headlines" that don't break structure. See the discussion which starts here: http://thread.gmane.org/gmane.emacs.orgmode/40597 It branches a bit, but you ca

Re: [O] ascii export problem/bug?

2011-04-14 Thread Jeff Horn
stall file was the problem.  I guess > org mode has evolved considerably since the last time I looked at the > manual... > Scott > > On Thu, Apr 14, 2011 at 7:36 AM, Jeff Horn wrote: >> >> Do you have org-install.el in your init file? >> >> On Wed, Apr 13, 201

Re: [O] ascii export problem/bug?

2011-04-13 Thread Jeff Horn
Do you have org-install.el in your init file? On Wed, Apr 13, 2011 at 8:08 AM, Scott Otterson wrote: > When I start emacs and then edit an org file, ascii export fails (M-x > org-export [return key] a).  No export file is created and I see the > following message: >     Autoloading failed to defi

Re: [O] Re: Using orgmode to take "inline notes" for research

2011-04-07 Thread Jeff Horn
2011/4/7 John Hendy : > I can't have something set up right. I was doubtful that I was going > this source block thing right when Eric posted his suggestion for > notes in code blocks. So, I pasted this into my org-mode file and > evaluated it. Is that not what I'm supposed to do? At the top of the

Re: [O] Using orgmode to take "inline notes" for research

2011-04-06 Thread Jeff Horn
On Wed, Apr 6, 2011 at 12:33 PM, John Hendy wrote: > So... if I were just interested in my notes (say I wanted to just push > the notes to my blog or share them without all the other text), it > might get odd to see all of those headlines. Can one export just the > text and hide the headline text

Re: [O] Using orgmode to take "inline notes" for research

2011-04-05 Thread Jeff Horn
Have you tried using org-inline-task without a TODO keyword? These super-deep "headlines" aren't treated as headlines, so they don't break doc structure, but they are foldable, and unlike COMMENT keyword headlines, they're printable. The only problem I've run into is have a lot to say in an inline

[O] [OT] Another way org-mode is different

2011-03-23 Thread Jeff Horn
See http://cl.ly/5TwV. The relevant quote: "There’s no perceived value in open source for mentoring, facilitation, disciplining of unruly users, training of newcomers or non-technical users, etc., which are needed to support both designers of any gender and women in any role." This is definitely

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-08 Thread Jeff Horn
See http://article.gmane.org/gmane.emacs.orgmode/37360/match=preamble On Tue, Mar 8, 2011 at 9:12 PM, Bill Jackson wrote: > In version 7.4, org-export-html-preamble and org-export-html-postamble could > be set to the name of a function that was passed an option plist.  This > appears to no longer

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Jeff Horn
Another advantage of MathJax: 1) It degrades nicely in browsers without MathML (all webkit browsers) 2) Equations are still copy-and-pasteable into Word, if you're into that sort of thing. > That forces HTML-CSS output and from what I can see on the mathjax site, > that should improve things - bu

Re: [O] Abstract

2011-03-08 Thread Jeff Horn
Hi Andrea, I usually use org-special-blocks with the the `#+begin_abstract` block, as follows: #+begin_src org #+begin_abstract This is the abstract. Write a summary here. #+end_abstract #+end_src This has the additional nice side-benefit of wrapping the paragraph in a div with class "abstract

[O] Re: [feature request] org-post-export-hook

2011-03-04 Thread Jeff Horn
On Fri, Mar 4, 2011 at 5:40 PM, Jeff Horn wrote: > I've been experimenting with latexmk for document compilation. If I > add `latexmk -CA` (it cleans extraneous files) to the command sequence > for `org-latex-to-pdf-process`, I trigger an annoying notification > that the PDF fil

[O] [feature request] org-post-export-hook

2011-03-04 Thread Jeff Horn
Would it be trivial to add a post-export hook? If so, it would be helpful for me. I've been experimenting with latexmk for document compilation. If I add `latexmk -CA` (it cleans extraneous files) to the command sequence for `org-latex-to-pdf-process`, I trigger an annoying notification that the P

[O] [OT] Custom inline reply quotes

2011-03-03 Thread Jeff Horn
Hey orgsters, What MUA/package/magic are you using to get custom inline replies with the sender's initials? Perhaps you'll reply to this message and it will look like: > On this date user Jeffrey Horn (JH) said: JH > Hey orgsters, JH > What MUA/package/magic... Googling "reply inline email clien

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Jeff Horn
On Wed, Mar 2, 2011 at 1:41 PM, Eric Schulte wrote: > If you add ":results latex" to the code block does that fix the problem? > Similarly if you evaluate the code block interactively in the org-mode > buffer, are the results inserted in a latex block or in an example > block? Thanks for your he

Re: [O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-02 Thread Jeff Horn
$ & $\uparrow C$, $\uparrow U$, $\uparrow K$, $\uparrow Y$ & SR > $\downarrow Y$, LR $\uparrow Y$ \\ > \bottomrule > \end{tabular} > > \end{table} > --8<---cut here---end--->8--- > > Best -- Eric > > Jeff Horn writes: > >>

[O] [babel][bug] Export latex table using noweb suddenly broken?

2011-03-01 Thread Jeff Horn
Hey orgsters, A sample document like the one below was compiling fine on an older git commit, say about 10 days ago. Now, the tabular environment is wrapped in latex verbatim. It's as if it is no longer respecting the :noweb header. - begin org doc -- #+TITLE: Table Export Test * End

[O] Making yasnippet work in indirect Org Src latex buffers

2011-03-01 Thread Jeff Horn
yasnippet wasn't working for me in indirect buffers, nor was it working in regular LaTeX mode buffers. I figured it might be because of cdlatex, so I googled around. I like both minor modes, what can I say? :-) I thought I'd share the solution I found for archival purposes! http://notes.sea

Re: [O] Worg 404 Not Found

2011-02-28 Thread Jeff Horn
I have a rather old copy of Worg from January, but it was right after the server move. I don't have a copy of that file or directory either. 2011/2/28 Sébastien Vauban : > Hi, > > The file http://orgmode.org/worg/sources/emacs.el, referenced in > http://orgmode.org/worg/worg-setup.html, is not fou

Re: [O] Let's stick to one list for now

2011-02-28 Thread Jeff Horn
On Mon, Feb 28, 2011 at 12:53 PM, Dan Davison wrote: > Julien Danjou writes: > >> On Mon, Feb 28 2011, Bastien wrote: >> >> The point is that there's no gain in telling people to add "[DEV]" since >> they will forget (I will), and there is _no_ lose by splitting a list. I > > Hi Julien, > > No, I

[Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
On Sun, Feb 27, 2011 at 5:47 PM, Nicolas wrote: > Hello, > > Jeff Horn writes: > >> I noticed this last week and can reproduce it. I was just preparing a >> bug report on this very problem, and my test file is similar to yours. >> >> Minimal org setup. >> Org-mod

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
> I'm using the most recent git checkout, on GNU Emacs 23.2.94.1 > (x86_64-apple-darwin10.6.0, Carbon Version 1.6.0 AppKit 1038.35) of > 2011-02-22. > > Also, it might be relevant that exporting the same test file to HTML gives > this: > >> >> Lorem ipsum dolor sit amet >> >> Lorem ipsum dolor

Re: [Orgmode] [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
I noticed this last week and can reproduce it. I was just preparing a bug report on this very problem, and my test file is similar to yours. Minimal org setup. Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-02-10 on

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread Jeff Horn
The author of the following site uses org-mode to maintain his website: http://almostobsolete.net/ His style sheet makes the website feel like it is in org-mode, particularly how links are "fontified". That stylesheet served as the basis for my website style for a while. On Sat, Feb 26, 2011

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Jeff Horn
On Sun, Feb 27, 2011 at 4:20 PM, Jeff Horn wrote: > If the lists were split, I likely would have never submitted my first > patch. I've learned more about programming and computing from the > org-mode list than any other list. I'm in favor of the status quo. I fired off the e-

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Jeff Horn
If the lists were split, I likely would have never submitted my first patch. I've learned more about programming and computing from the org-mode list than any other list. I'm in favor of the status quo. I make heavy use of mail tags. I almost always delete [PATCH] mails immediately, and pay specia

Re: [Orgmode] question about indirect buffers for capture and line-breaks

2011-02-24 Thread Jeff Horn
Yep. Evaluate the following two lines in the scratch buffer: (auto-fill-mode -1) (auto-fill-mode nil) The first returns nil every time. The second returns true every time. Funky. On Thu, Feb 24, 2011 at 11:07 AM, Jeff Horn wrote: > What happens if you use (auto-fill-mode -1) int

Re: [Orgmode] question about indirect buffers for capture and line-breaks

2011-02-24 Thread Jeff Horn
What happens if you use (auto-fill-mode -1) intead? ,[ C-h f auto-fill-mode RET ] | auto-fill-mode is an interactive compiled Lisp function in | `simple.el'. | | (auto-fill-mode &optional ARG) | | Toggle Auto Fill mode. | With ARG, turn Auto Fill mode on if and only if ARG is positive. | In Au

[Orgmode] [babel] Passing an org table block to Eric Schulte's booktabs function

2011-02-21 Thread Jeff Horn
I've recently tried getting pretty tables in LaTeX export using Eric Schulte's function from Worg: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-5_2 The problem is that passing the table to the function produces an error, specifically "wrong type of argument: list

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Mon, Feb 21, 2011 at 11:57 AM, Eric Schulte wrote: > :results is not deprecated, the Org manual maintains an up-to-date list > of code block header arguments. > http://orgmode.org/manual/Working-With-Source-Code.html Thanks for your eternal patience, with regard to me RTFM. Google search for o

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
Andreas, Thanks for the example. I particularly like the use of the noweb to make the blocks work together. I'll adopt this technique until the exporter is modified (no rush, Eric!). This is a great workable solution. Jeff On Mon, Feb 21, 2011 at 11:44 AM, Andreas Leha wrote: > Hi Jeffrey, > >

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Sun, Feb 20, 2011 at 8:56 PM, Erik Iverson wrote: > See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html > and search for "tikz" for an example.  I think you do need to use the :file > argument > for this to have org-mode take care of it automatically. Thanks for the link.

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Jeff Horn
Thanks to Andreas, Christian, Bastien, and Nick. I didn't know about org-reload, so that bit is handy. Faster than restarting emacs. This bug is gone now. My backtrace also indicated org-ex-bibtex.el was the culprit for me. On Fri, Feb 18, 2011 at 3:49 AM, Bastien wrote: > Hi Andreas, > > Andrea

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-17 Thread Jeff Horn
I'm still encountering this bug. Org-mode version 7.4 (release_7.4.418.g373c) This looks like an old release, which is odd. I'm using Eric Schulte's starter kit, and anyway just switched to the org master branch and pulled down the latest commits. 'make clean', 'make info', and 'make lisp/org-ins

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Jeff Horn
This looks great to me. Seems like a relatively "more sane" or perhaps "more intuitive" way of doing things. Solves the problem I had earlier, and makes it clear that these variables can be set in an init file. On Thu, Feb 10, 2011 at 11:25 AM, Manuel Giraud wrote: > Bastien writes: > >> As for

Re: [Orgmode] Automatic noexport tag based on rules?

2011-02-08 Thread Jeff Horn
On Tue, Feb 8, 2011 at 9:39 PM, John Hendy wrote: > I just don't know what the elegant, "right" elisp/org method is for > something like this. I'll leave that to the experts. ;) Best wishes. -- Jeffrey Horn http://www.failuretorefrain.com/jeff/ ___

Re: [Orgmode] Automatic noexport tag based on rules?

2011-02-08 Thread Jeff Horn
I'm not handy with emacs-lisp, but perhaps someone could whip up a handy function that iterates org-refile over each TODO heading to move it into a new, top-level * Tasks headline? Then you can tag the tasks headline with :noexport:. This would destroy the "context", but I find keeping tasks in a

Re: [Orgmode] Re: Export error. Have a look at my backtrace?

2011-02-08 Thread Jeff Horn
Forwarded to Aquamacs. Thanks. On Tue, Feb 8, 2011 at 11:55 AM, Lawrence Mitchell wrote: > Jeff Horn wrote: > >> Hey orgsters, > >> Export started behaving weirdly for me earlier this week. When I >> export to HTML or ASCII to a temporary buffer, I get the attached &

[Orgmode] Export error. Have a look at my backtrace?

2011-02-08 Thread Jeff Horn
Hey orgsters, Export started behaving weirdly for me earlier this week. When I export to HTML or ASCII to a temporary buffer, I get the attached backtrace. This occurs in emacs 24 (Aquamacs) with org-mode 7.4. The error does not occur if I export to file. Also, exporting to a temporary buffer wor

Re: [Orgmode] IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-07 Thread Jeff Horn
Great! Looks like I was the first. Consider yourself flattr'd. On Mon, Feb 7, 2011 at 6:31 PM, Bastien wrote: > suvayu ali writes: > >> On Mon, Feb 7, 2011 at 10:13 AM, Jeff Horn wrote: >>> I don't see the Flattr button. Maybe I have to wait for the next >>

[Orgmode] Using HTML export variables in subtrees

2011-02-07 Thread Jeff Horn
Is there a way to turn off the automatic post-amble for HTML export without adding a publishing project? I am making extensive use of subtree exporting, and I'd like to turn off the automatic postamble for some some of these subtrees. Adding a file local variable didn't work (I suspect) because th

Re: [Orgmode] CV with org?

2011-02-07 Thread Jeff Horn
I asked about this a few months ago. I think org is great for a CV, but I'm thinking of just going with LaTeX for this in the future. http://thread.gmane.org/gmane.emacs.orgmode/35201 I have about 100 lines of LaTeX source that takes care of everything except the plain lists that populate the

Re: [Orgmode] Using HTML export variables in subtrees

2011-02-07 Thread Jeff Horn
On Sun, Feb 6, 2011 at 7:13 PM, Bastien wrote: >> Is there a way to turn off the automatic post-amble for HTML export >> without adding a publishing project? > > Does `org-export-html-postamble' helps? > > , > | Postamble, to be inserted just before .  Set by publishing > | functions.  This ma

Re: [Orgmode] IMPORTANT: let's make the biggest gift of FLOSS history!

2011-02-07 Thread Jeff Horn
I don't see the Flattr button. Maybe I have to wait for the next publishing? On Mon, Feb 7, 2011 at 9:46 AM, Bastien wrote: > Hi folks, > > I've been aware of Flattr since it was out.  After careful thinking, I > placed a flattr button on Org's landing page, near the paypal button: > >  http://or

Re: [Orgmode] Choosing css for Worg

2011-02-04 Thread Jeff Horn
There was some recent discussion of using multiple stylesheets on Worg. I'm a fan of implementing something on the server. In the meantime, I ran across Stylebot and thought it might be useful for both creating and using (and sharing!) custom style sheets for Worg. It's a Chrome extension to intera

Re: [Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-03 Thread Jeff Horn
2011/2/3 Sébastien Vauban : > What about really adding the colon marker, so that one can easily find tags in > the exported file? Use the CSS content property. http://www.w3schools.com/Css/pr_gen_content.asp As an example, check out the links and how they are styled at http://almostobso

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Jeff Horn
On Thu, Feb 3, 2011 at 11:47 AM, Nicolas Goaziou wrote: > It is certainly doable, but it wouldn't help for the problem at hand. > There is already a way to not use dots (this is the solution you > envision), but only parenthesis, as numbered items separators. Is there a variable? It would appear

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Jeff Horn
On Thu, Feb 3, 2011 at 9:09 AM, Nicolas Goaziou wrote: > Hello, > >> Christian Moe writes: > >> Numbers at the beginning of the line inadvertently starting a list >> item is a bug. > > You call it a bug, but it is actually the Org definition of a numbered > item. This is in the manual. Though,

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-02 Thread Jeff Horn
I can reproduce this in org-mode 7.4 with emacs 24. This occurs most often for me when listing a bibliography in a plain list when I have auto-fill-mode on. On Wed, Feb 2, 2011 at 2:20 PM, Gregor Zattler wrote: > Dear org-mode developers, > > adding a new list item via M-RET (org-insert-heading)

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Jeff Horn
On Wed, Feb 2, 2011 at 1:35 PM, Bastien wrote: > Have a look at `org-todo-repeat-to-state': > > ,[ org-todo-repeat-to-state ] > | The TODO state to which a repeater should return the repeating task. > | By default this is the first task in a TODO sequence, or the previous state > | in a TODO_T

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Jeff Horn
On Wed, Feb 2, 2011 at 4:39 AM, Bastien wrote: > Detlef Steuer writes: > >> And if this is not currently possible, that would be a welcome >> addition to org-mode's features!  I definitely have use cases for such >> a setting. > > The attached patch implements it. > > When org-agenda-repeating-ti

Re: [Orgmode] Re: [OT-emacs] Scrolling horizontally

2011-02-01 Thread Jeff Horn
On Tue, Feb 1, 2011 at 10:53 AM, Marcelo de Moraes Serpa wrote: > I haven't checked if AquaMacs has any improvements on this side, > anyone out there that could share something? I also noticed that > there's a tendency of people prefering to use cocoa over aquamacs in > the emacs osx community, no

Re: Trackpad horizontal scrolling (was: [Orgmode] Re: [OT-emacs] Scrolling horizontally)

2011-02-01 Thread Jeff Horn
On Tue, Feb 1, 2011 at 2:00 PM, Tassilo Horn wrote: > (global-set-key (kbd "") (lambda () >                                    (interactive) >                                    (scroll-left 1))) > (global-set-key (kbd "") (lambda () >                                    (interactive) >            

Re: [Orgmode] Overlays and elisp code

2011-01-31 Thread Jeff Horn
I can reproduce this. emacs 23.1 and org 7.4 On Mon, Jan 31, 2011 at 5:04 AM, Andrea Crotti wrote: > I found a strange behaviour which might be a bug, but maybe of my > configuration. > > This is org mode version: > Org-mode version 7.4 (release_7.4.199.g8be1.dirty) > and emacs: > "GNU Emacs 23.2

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-29 Thread Jeff Horn
On Sat, Jan 29, 2011 at 3:08 PM, Matt Lundin wrote: > (setq org-agenda-repeating-timestamp-show-all nil) Matt, Is there a way to set this on a per-todo basis? I want some repeating items (e.g. class schedules) to repeat, but not others (like my daily review). Jeff -- Jeffrey Horn http://www.f

Re: [Orgmode] Re: Make text below heading not part of the heading

2011-01-27 Thread Jeff Horn
On Thu, Jan 27, 2011 at 5:14 AM, Leo Alekseyev wrote: > control over folding is not entirely satisfactory. It doesn't look hard to > fix, > but unfortunately it seems that everyone is content with the status quo... "Be the engine of change you want to see in the world." I don't know elisp, but I

Re: [Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Jeff Horn
On Wed, Jan 26, 2011 at 3:55 PM, Marcelo de Moraes Serpa wrote: > Would the current behavior be considered a bug or a feature? I consider it a feature. I don't know what your use case is (why you want to do this), but if you want to callout particular information, as a header, without messing wit

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 8:48 PM, Eric Schulte wrote: > Jeff Horn writes: > >> On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: >>> yes, you will need to add org-mode to you list of supported languages >>> along the directions in http://orgmode.org/manual/Lang

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: > yes, you will need to add org-mode to you list of supported languages > along the directions in http://orgmode.org/manual/Languages.html > > I'll update the manual to reflect org-mode as a valid language. Done, and thanks. One last follow up.

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte wrote: > There is support for Org code blocks, evaluation will generally result > in returning a modified (possibly exported) version of the code block > body. OK. When I evaluated the block, I got an error about "no function" being defined for org ex

[Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
The manual doesn't make explicit mention of org as a Babel source language. Well, it isn't listed in the supported languages, and an "org mode org source block" site search via Google didn't turn up the info I'm looking for. Basically, I tried using example blocks for a table I wrote, but noted th

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
Perfect. Thanks to Matt and Bernt for sharing this! On Mon, Jan 24, 2011 at 7:52 PM, Matt Lundin wrote: > Hi Jeff, > > Jeff Horn writes: > >> PS - Would you mind sharing what you throw in your minimal init file? >> Or do you whip one up for each testing task? > >

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 1:18 PM, Bernt Hansen wrote: > No - I tested it with a minimal emacs setup and it worked out of the > box for me. Thanks again for your help, Bernt. Something wonky happened on that task, and it was a week ago the last time I performed it. I don't pretend to remember what

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen wrote: > The clocking total for the task on the modeline should reflect how much > time you have clocked since the last time you marked the task DONE. > org-mode records a property LAST_REPEAT which had the time you completed > the task last.  The mod

[Orgmode] Clocking repeating tasks

2011-01-24 Thread Jeff Horn
I just started using clocking and effort to plan my work, and I have a lot of repeating tasks. I'd like the clock summary to reflect how much I've worked on the task "recently". Is there a variable to control how the clock summary is generated? In particular, I'm looking for it to only sum the clo

Re: [Orgmode] [OT] Importing plain text attachments into Org

2011-01-24 Thread Jeff Horn
> Students will email me their papers every week.  I have no desire to > download, print, and read a bunch of .doc files by hand every week. I don't have direct answers to your other questions, but have a look at catdoc and antiword (I prefer the latter) for reading docs on the command line. I spo

[Orgmode] Re: [OT] emacsclient -t (was Re: [OT] Have you also got hooked by Vim?)

2011-01-21 Thread Jeff Horn
On Fri, Jan 21, 2011 at 12:41 PM, Jeff Horn wrote: > On Thu, Jan 20, 2011 at 11:00 AM, Eric S Fraga wrote: >> Matt Lundin writes: >> >>> Jeff Horn writes: >>> >>>> On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: >>>>> alias e

[Orgmode] [OT] emacsclient -t (was Re: [OT] Have you also got hooked by Vim?)

2011-01-21 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:00 AM, Eric S Fraga wrote: > Matt Lundin writes: > >> Jeff Horn writes: >> >>> On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: >>>> alias emacs="emacsclient -t -a /usr/bin/emacs" >>> >>> T

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 1:46 PM, Eric Schulte wrote: > Jeff Horn writes: > >> On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos wrote: >>> Matt Lundin wrote: >>> >>>> Nick Dokos writes: >>>> >>>> > Matt Lundin wrote: >>>

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos wrote: > Matt Lundin wrote: > >> Nick Dokos writes: >> >> > Matt Lundin wrote: >> > >> >> So the new, "flat" FAQ is up and running. And, of course, all are >> >> welcome to suggest or contribute further refinements. >> >> >> > >> > Blue (or purple or

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:48 PM, Dan Davison wrote: > On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison wrote: >> On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn wrote: >>> >>> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison wrote: >>> > I strongly second this. In fa

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:41 PM, Dan Davison wrote: > All of which could be solved with some effort. My point is: what does > the HTML export of this document really offer over the verbatim > htmlized one? I'll concede. I seem to have spoken out of turn, since I haven't authored any tutorials, a

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison wrote: > I strongly second this. In fact I'll stick my neck out more: Worg is > great, but for tutorials on org-mode, HTML export is often the wrong > format for obvious reasons (i.e. unless you go to some trouble, it > conceals a lot of the org syntax)

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:44 AM, Eric Schulte wrote: > For managing alternate stylesheets I use the "style chooser" extension > for Chrome which adds a dropdown menu to the url-bar whenever a page > provides alternate style sheets and has the nice feature of remembering > your last selection for

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: > alias emacs="emacsclient -t -a /usr/bin/emacs" Matt, Thanks for sharing this. My manual doesn't mention the -t flag. What does it do? (I didn't know about -a, but it looks nifty) > (As an aside, finger memory is truly remarkable. I imagine o

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin wrote: > I believe these pages have not been exported since we turned off the > inline css publishing option; i.e., they have not been touched since > that time, so the publishing mechanism does not export them. Matt, I was going to grep through the r

  1   2   3   4   >