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

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

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

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

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

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

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

[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

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

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

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

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

[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

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte schulte.e...@gmail.com 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

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte schulte.e...@gmail.com 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.

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 8:48 PM, Eric Schulte schulte.e...@gmail.com wrote: Jeff Horn jrhorn...@gmail.com writes: On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte schulte.e...@gmail.com wrote: yes, you will need to add org-mode to you list of supported languages along the directions in http

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

[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

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen be...@norang.ca 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

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 1:18 PM, Bernt Hansen be...@norang.ca 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

[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 m...@imapmail.org wrote: Hi Jeff, Jeff Horn jrhorn...@gmail.com 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] [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 e.fr...@ucl.ac.uk wrote: Matt Lundin m...@imapmail.org writes: Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin m...@imapmail.org wrote: alias emacs=emacsclient -t -a /usr/bin/emacs Thanks for sharing this. My

[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 jrhorn...@gmail.com wrote: On Thu, Jan 20, 2011 at 11:00 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Matt Lundin m...@imapmail.org writes: Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin m...@imapmail.org wrote

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:44 AM, Eric Schulte schulte.e...@gmail.com 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:41 PM, Dan Davison dandavis...@gmail.com 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:48 PM, Dan Davison dandavis...@gmail.com wrote: On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison dandavis...@gmail.com wrote: On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn jrhorn...@gmail.com wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com 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 nicholas.do...@hp.com wrote: Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all are welcome to suggest or contribute

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 1:46 PM, Eric Schulte schulte.e...@gmail.com wrote: Jeff Horn jrhorn...@gmail.com writes: On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos nicholas.do...@hp.com wrote: Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Jeff Horn
What version of org-mode are your running? What version of emacs? If you haven't done so already, try upgrading to the latest version of org and seeing if that solves the problem. =M-x org-version RET= =M-x emacs-version RET= See the latest development version of org:

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: I think this might be unnecessary (hitting Back, typing the Home key, or middle clicking at the top of the scroll bar can all already do this). I'm not an expert, but that is not very accessible. Shouldn't be a

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 2:18 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: Does anybody know why some pages have inline CSS?  For example: The publishing projects for the affected pages may not have the the :style-default key set to nil. The relevant variable is

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 1:32 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: I think this might be unnecessary (hitting Back, typing the Home key, or middle clicking

Re: [Orgmode] Bibtex and beamer

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 4:14 PM, Andrea Crotti andrea.crott...@gmail.com wrote: Only one thing is not clear, how do I tell org-mode to call pdflatex/bibtex enough times to get all the links correctly setup. If you're using a *nix system, you might try customizing `org-latex-to-pdf-process` with

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin m...@imapmail.org 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

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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jeff Horn
On Tue, Jan 18, 2011 at 3:39 AM, Bastien bastien.gue...@wikimedia.fr wrote: Jeff Horn jrhorn...@gmail.com writes: Jason seems to be garnering a lot of votes, but Eric's zenburn emulation makes my eyes happy. If Jason wins out, I suppose I could always just read Worg in emacs... :D Or use

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jeff Horn
On Tue, Jan 18, 2011 at 11:13 AM, Eric Schulte schulte.e...@gmail.com wrote: Is there a consensus on removing Javascript folding from *all* pages on Worg.  I think this would be an improvement both for the readability and stylistic coherence of the site. +1 from me. Also, is the custom worg

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jeff Horn
On Tue, Jan 18, 2011 at 1:50 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: I get the error Symbol's function definition is void: publish-htmlize. I made sure to (require 'htmlize). I believe the function `org-publish-org-to-org` calls htmlize. Make sure to (require 'org-publish). --

  1   2   3   >