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 ga...@tychoish.com wrote: I must confess that I've fallen onto the Tablet bandwagon, and despite the alure of having a

[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

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 jrhorn...@gmail.com wrote: Should org-refile be able to refile list items? I suspect it would be non-trivial to add this functionality if it isn't

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:20, Nick Dokos nicholas.do...@hp.com wrote: Jeff Horn jrhorn...@gmail.com 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 hope its clear

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:40, Jeff Horn jrhorn...@gmail.com 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 path-like

Re: [O] Refiling list items

2011-08-10 Thread Jeff Horn
On Wed, Aug 10, 2011 at 06:05, Nicolas Goaziou n.goaz...@gmail.com 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

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

Re: [O] Refiling list items

2011-08-22 Thread Jeff Horn
On Wed, Aug 17, 2011 at 05:32, Bastien b...@altern.org 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

[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',

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

2011-11-04 Thread Jeff Horn
on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev On Tue, Nov 1, 2011 at 22:02, Jeff Horn jrhorn...@gmail.com 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

[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-12-14 Thread Jeff Horn
On Sun, Nov 13, 2011 at 12:32, Nick Dokos nicholas.do...@hp.com 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 -

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

2011-12-18 Thread Jeff Horn
at 1:26 AM, Jeff Horn jrhorn...@gmail.com wrote: 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

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

2011-12-30 Thread Jeff Horn
/src/org-mode/testing ` On Sun, Dec 18, 2011 at 13:55, Jeff Horn jrhorn...@gmail.com wrote: 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

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

2011-12-30 Thread Jeff Horn
automatically? On Fri, Dec 30, 2011 at 16:14, Jeff Horn jrhorn...@gmail.com 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) before higher-indexed

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 eric.belpa...@orange.fr wrote: Daniel, One soultion proposed elsewhere on this list is to do

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,

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

2012-01-10 Thread Jeff Horn
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 nicholas.do...@hp.com wrote: Jeff Horn jrhorn...@gmail.com wrote: Manually loading `org-mode/lisp/org-compat.el` loads the missing function. Is it weird

Re: [O] Refiling list items

2012-01-17 Thread Jeff Horn
On Wed, Aug 17, 2011 at 05:32, Bastien b...@altern.org 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

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 celose...@gmail.com 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,

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 dnqu...@gmail.com 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

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 m...@imapmail.org 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

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 tass...@member.fsf.org wrote: (global-set-key (kbd mouse-7) (lambda ()                                    (interactive)                                    (scroll-left 1))) (global-set-key (kbd mouse-6) (lambda ()                                    

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 celose...@gmail.com 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

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 bastien.gue...@wikimedia.fr wrote: Detlef Steuer detlef.ste...@gmx.de 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

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 bastien.gue...@wikimedia.fr 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

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 telegr...@gmx.net wrote: Dear org-mode developers, adding a new list item via M-RET

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 n.goaz...@gmail.com 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?

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 wxhgmqzgw...@spammotel.com: 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

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

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 bastien.gue...@wikimedia.fr 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

Re: [Orgmode] Using HTML export variables in subtrees

2011-02-07 Thread Jeff Horn
On Sun, Feb 6, 2011 at 7:13 PM, Bastien bastien.gue...@wikimedia.fr 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 /body.  Set by publishing

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

[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

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 bastien.gue...@wikimedia.fr wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: On Mon, Feb 7, 2011 at 10:13 AM, Jeff Horn jrhorn...@gmail.com wrote: I don't see the Flattr button. Maybe I

[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

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 we...@gmx.li 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 backtrace. This occurs

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] [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 manuel.gir...@univ-nantes.fr wrote:

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

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 bastien.gue...@wikimedia.fr

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 er...@ccbr.umn.edu 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

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

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 schulte.e...@gmail.com 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.

[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:

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

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 jrhorn...@gmail.com wrote: What happens if you use (auto-fill

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

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Jeff Horn
On Sun, Feb 27, 2011 at 4:20 PM, Jeff Horn jrhorn...@gmail.com 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] 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] [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

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: ul liLorem ipsum dolor sit amet /li liLorem ipsum dolor sit

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

2011-02-27 Thread Jeff Horn
n.goaz...@gmail.com wrote: Hello, Jeff Horn jrhorn...@gmail.com 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-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU

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 dandavis...@gmail.com wrote: Julien Danjou jul...@danjou.info 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

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 wxhgmqzgw...@spammotel.com: Hi, The file http://orgmode.org/worg/sources/emacs.el, referenced in

[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 *

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

2011-03-02 Thread Jeff Horn
-- Eric Jeff Horn jrhorn...@gmail.com writes: 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

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 schulte.e...@gmail.com 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?

[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 client

[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

[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 jrhorn...@gmail.com 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 file

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

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 - but

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 w...@jacksonhost.com 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

[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] 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

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 jw.he...@gmail.com 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

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

2011-04-07 Thread Jeff Horn
2011/4/7 John Hendy jw.he...@gmail.com: 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

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 sco...@sharpleaf.org 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:     

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 can

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 olivier.schwan...@chadok.info wrote: Dear Org users, I am pleased to do the first announce of neo, which stands

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 olivier.schwan...@chadok.info 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

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

[Orgmode] Using cdlatex-item within org-mode

2010-09-04 Thread Jeff Horn
Should it be possible to use cdlatex-item in org-mode? (I read that org-cdlatex-mode has a subset of functionality in the org manual) Specifically, I am trying to use it from within an equation array. When I type `C-c -', a dash is inserted at the beginning of the array line. When I type `itTAB',

[Orgmode] Re: Using cdlatex-item within org-mode

2010-09-05 Thread Jeff Horn
Sorry, is this message lost in moderation? Jeff On Sat, Sep 4, 2010 at 3:33 PM, Jeff Horn jrhorn...@gmail.com wrote: Should it be possible to use cdlatex-item in org-mode? (I read that org-cdlatex-mode has a subset of functionality in the org manual) Specifically, I am trying to use it from

[Orgmode] Re: Using cdlatex-item within org-mode

2010-09-06 Thread Jeff Horn
Thanks for putting this on the issue tracker at worg! Best, Jeff On Sat, Sep 4, 2010 at 3:33 PM, Jeff Horn jrhorn...@gmail.com wrote: Should it be possible to use cdlatex-item in org-mode? (I read that org-cdlatex-mode has a subset of functionality in the org manual) Specifically, I am trying

[Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
When typing a list like this one: ** Some text. - Item A :: Description for item A. - Item B :: Description for item B. ** Org mode

[Orgmode] Repeating tasks on specific days of the week

2010-09-09 Thread Jeff Horn
Hi everyone! I was wondering how to create repeating tasks for, say, Tuesday and Thursday at noon. I found this on stack overflow: http://cl.ly/2K8c Is that really the best answer? Can this not be accomplished with symbolic expressions? Seems like a great feature for academics and students.

Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
Glad to help! Thanks for your response. Jeff On Thu, Sep 9, 2010 at 9:56 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Jeff Horn writes: When typing a list like this one: ** Some text. - Item

[Orgmode] Re: Repeating tasks on specific days of the week

2010-09-14 Thread Jeff Horn
Matt, Thanks for confirming that separate repeating tasks is the best solution. Best, Jeff On Mon, Sep 13, 2010 at 2:13 PM, Matt Lundin m...@imapmail.org wrote: Jeff Horn jrhorn...@gmail.com writes: Hi everyone! I was wondering how to create repeating tasks for, say, Tuesday and Thursday

Re: [Orgmode] Re: Repeating tasks on specific days of the week

2010-09-15 Thread Jeff Horn
for now, but can anyone confirm that with org-habit, that kind of scheduling will result in a consistency graph displaying habit completion for that particular day of the week ? Cheers, Julien On Wed, Sep 15, 2010 at 7:00 AM, Jeff Horn jrhorn...@gmail.com wrote: Matt, Thanks for confirming

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

2010-09-15 Thread Jeff Horn
I'm not sure I understand the use case, but you can set which tags export on a per-file basis. http://orgmode.org/manual/Selective-export.html#Selective-export I read somewhere that :noexport: will prevent a subtree from being exported automatically, and I've used that to tag some notes, export

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-26 Thread Jeff Horn
I wanted to mention how great it would be to have an org-mode conference. I know I can't commit to organizing anything, since time and money are both far scarcer than I'd like. But I could see attending something on the East Coast (U.S.). I imagine the key would be having presentations by a few

Re: [Orgmode] RE: Can't find LaTeX under MAC

2010-09-28 Thread Jeff Horn
+1, both to the fact TeXLive worked fine for me without additional configuration, and to the suggestion of giving Aquamacs Emacs a shot. Note: I use the emacs starter kit (which automatically loads some init files), and I've had to symbolically link my ~/.emacs.d directory (where the starter kit

Re: [Orgmode] Re: org and Things.app - next actions and sorting items

2010-09-29 Thread Jeff Horn
I agree with Lukasz. My first reaction was to use priorities, but use them only for ordering. I can't find the variable in my .emacs file at the moment, but I know the agenda can order tasks by priority. You could set all your next actions to priority [#A] and they'll float to the top of the

Re: [Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-09-29 Thread Jeff Horn
+1 to power user talks and +1 to videos. On Wed, Sep 29, 2010 at 5:45 AM, Rainer Stengele rainer.steng...@diplan.de wrote: Am 28.09.2010 19:44, schrieb Carsten Dominik: Hi everyone Please reply to this email if you'd consider to come to FOSDEM[1,2], February 5 and 6 next year in Brussels, in

Re: [Orgmode] Re: Filter scheduled items

2010-09-30 Thread Jeff Horn
Out of curiosity, how are you doing this in org-mode? I currently use an inbox and touch each TODO item once to schedule, prioritize, and file it, but I have to open up my tasks file. If there is a way to see these in agenda, it would allow me to add other files to my agenda (files without

Re: [Orgmode] ELPA Howto

2010-09-30 Thread Jeff Horn
This means that a restart of Emacs is necessary for the new changes to take effect. I am not sure whether it is intended. But this behaviour could surprise the user. When using ELPA, I always restart emacs. I got into that habit when installing many code packages (like the ruby/rails package,

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
I meant in particular whether there was a built-in agenda view for *unscheduled* items. Jeff On Thu, Sep 30, 2010 at 1:05 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Thanks Matt, I will try that out and let you know how it goes. Out of curiosity, how are you doing this in org-mode?

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
Matt, With the following setting... (setq org-agenda-todo-ignore-scheduled t) ...org-todo-list (C-c a t) will show only unscheduled todos. If you don't want the setting above to apply globally, you could bind it to a custom command: (add-to-list 'org-agenda-custom-commands            

Re: [Orgmode] Agenda sorting strategy

2010-10-04 Thread Jeff Horn
2010/10/1 Sébastien Vauban wxhgmqzgw...@spammotel.com: Get the tasks sorted: - by priority (A, B or C), then - by role (category personal or work), then - by delay +1. I think having some customization over ordering would be very useful. -- Jeffrey Horn Graduate Lecturer and PhD Student in

Re: [Orgmode] Re: Recurring scheduled items appearing in schedule

2010-10-09 Thread Jeff Horn
I used scheduling to put all such items in my agenda, and I also tagged them as todo's or appointments. I just mark them as done and they're automatically rescheduled. No scheduler multiplier shows up as long as I stay on top of marking the items as done. I didn't realize notes with an active

[Orgmode] Possible Bug: LaTeX inline math $X$ export as HTML

2010-10-10 Thread Jeff Horn
The following org-mode code: ** The variables $X$ and $Y$ are mapped into function $f$ as follows: $f: X \rightarrow Y$. ** renders the final bit

Re: [Orgmode] Possible Bug: LaTeX inline math $X$ export as HTML

2010-10-10 Thread Jeff Horn
Thanks! On Sun, Oct 10, 2010 at 3:18 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Jeff, On Oct 10, 2010, at 8:32 AM, Jeff Horn wrote: The following org-mode code: ** The variables $X$ and $Y$ are mapped

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
I get this problem frequently as well. I think it is due to capture trying to create a link from the kill ring (if you have a template that automatically creates a link of where you were or what you were working on for context). I just kill some text and yank it right back in place, but it puts

Re: [Orgmode] Re: Feature request

2010-10-11 Thread Jeff Horn
This rocks! Had no idea about bulk actions. Thanks for the tip. Jeff On Sun, Oct 10, 2010 at 12:30 PM, Memnon Anon gegendosenflei...@googlemail.com wrote: Hi, David Abrahams d...@boostpro.com writes: I have to reschedule quite a few items daily.  Often they're yesterday's items that I need

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-11 Thread Jeff Horn
Christian and Nick, I suppose the advantage of inline tasks is that they appear even when the document is folded? So far I've been moving/refiling todos into a top-level Tasks header in each document to get this sort of behavior. But this sounds like less overhead, so it is a plus in that regard.

[Orgmode] Need help publishing subdirectories

2010-10-11 Thread Jeff Horn
I'm trying to set up an org project to publish my personal website. I like to use friendly urls, like the one below. http://www.example.tld/jeff/teaching/2010/fall/econ101/index.html My publishing set up is a bit of a mess, with a project handling the root, the jeff subdirectory, and one

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Could one of you try to make a backtrace for this problem? Debugger entered--Lisp error: (error Capture abort: (quit pasteboard doesn't contain valid data)) signal(error (Capture abort: (quit pasteboard doesn't

[Orgmode] Re: Need help publishing subdirectories

2010-10-11 Thread Jeff Horn
something silly like an unescaped quotation mark, but I've looked at every simple solution I can think of. Jeff [1] http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php On Mon, Oct 11, 2010 at 11:59 PM, Jeff Horn jrhorn...@gmail.com wrote: I'm trying to set up an org project

  1   2   3   >