Re: [PATCH] Add support for month trees

2019-11-26 Thread Jason Dunsmore
stead? I.e., > > (case (org-capture-get :tree-type) > (`week ...) > ...) > > + (if (eq time-grouping 'day) > > + (org-datetree--find-create > > +"^\\*+[ \t]+%d-%02d-\\([0123][0-9]\\) \\w+$" > > +year month day

[O] Refile with ido matching only beginning of header

2017-06-24 Thread Jason Dunsmore
Hello, I used to be able to match any part of the header when refiling using the ido interface, but now it only matches the very beginning of the header text. For example, if I have a file like: * Foo bar * Baz Then visit Baz and type "C-c C-w bar" there are no matches. I've fiddled with sever

Re: [O] Git repository error

2017-05-27 Thread Jason Dunsmore
I'm not sure why, but I was being redirected to port 443 when cloning over the git:// protocol. $ git clone -v git://orgmode.org/org-mode.git Cloning into 'org-mode'... fatal: unable to access 'https://orgmode.org/org-mode.git/': Failed to connect to orgmode.org port 443: Connection timed out I

Re: [O] Difficulties Accessing git Repository

2013-10-09 Thread Jason Dunsmore
Hi all, Sorry about that. It seems to be fixed now (git-daemon had gone crazy). Regards, Jason On Wed, Oct 2, 2013 at 3:50 PM, Josiah Schwab wrote: > Hi orgmode.org overlords, > > I just tried to pull from the main org-mode git repository. I > encountered the following failure. > > , >

Re: [O] New maintainer

2013-04-23 Thread Jason Dunsmore
Thanks for all of your hard work on org-mode Bastien! Watching you in action has taught me a great deal about good project/community leadership. If there's anything I can do to help with the transition, please let me know. Regards, Jason

Re: [O] RSA host key for orgmode.org has changed?

2012-11-30 Thread Jason Dunsmore
The server was migrated a couple of months ago. Just remove the old key from ~/.ssh/known_hosts and you should be good. Jason On Fri, Nov 30, 2012 at 10:22 AM, Thorsten Jolitz wrote: > > > Hi List, > > I just tried to pull the actual version of Worg and recieved this: > > ,-

Re: [O] Exclude all TODO keywords from refile targets

2012-11-24 Thread Jason Dunsmore
On Sat, Nov 24, 2012 at 1:22 AM, Bernt Hansen wrote: > Jason Dunsmore writes: > >> I found a bit of code to exclude DONE keywords from refile targets >> here: http://orgmode.org/worg/org-hacks.html#sec-2-3 >> >> Since I try to keep all headings with keywords as end

Re: [O] moving subtree breaks line space

2012-11-22 Thread Jason Dunsmore
Try configuring org-blank-before-new-entry. The FAQ has some information about it: http://orgmode.org/worg/org-faq.html Here's what I use: (setq org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))) Regards, Jason On Wed, Nov 21, 2012 at 4:39

Re: [O] Is Worg updating correctly?

2012-10-12 Thread Jason Dunsmore
Fixed. Thanks for reporting this. Regards, Jason On Tue, Oct 09 2012, Thomas S. Dye wrote: > Aloha all, > > Changes I pushed recently aren't reflected on the web site. Not sure > what might be wrong. > > All the best, > Tom

Re: [O] ELPA org-mode daily build(s)?

2012-09-18 Thread Jason Dunsmore
On Tue, Sep 18 2012, Bastien wrote: > Hi George, > > George McNinch writes: > >> The FAQ here: >> >> http://orgmode.org/worg/org-faq.html >> >> still asserts that >> >> , >> [ Daily builds of Org-mode are distributed as an ELPA package >> ` >> >> But as far as I can tell, those build

Re: [O] git repository via http broken

2012-06-29 Thread Jason Dunsmore
On Tue, Jun 26 2012, Nick Dokos wrote: > PS BTW, I know that git gc is recommended on local repos, but is that >applicable to the repo on orgmode.org? and would that help with the >cloning time? 2.5 mins seems long to me. If not gc, is there >something else that would help? Hi Nick,

Re: [O] Setting user-defined properties while ido-mode is active

2012-06-01 Thread Jason Dunsmore
On Thu, May 31 2012, Thorsten Jolitz wrote: > However, I have to deactivate ido-mode everytime I want to set a > user-defined property with C-c C-x p, since ido-mode shows me all the > predefined property names and does not let me enter my own property > name. > > Did anybody else experience this,

Re: [O] little annoyance

2012-05-24 Thread Jason Dunsmore
Hi Julian, You can change org-edit-src-content-indentation to keep indentation from being added: (setq org-edit-src-content-indentation 0) Regards, Jason

Re: [O] Strange extra-space when using yasnippet for Org-mode heading

2012-04-12 Thread Jason Dunsmore
On Tue, Apr 10 2012, Karl Voit wrote: > When I invoke the snippet using »test« followed by the TAB key, > yasnippet correctly inserts the template. But after pressing the > first key afterwards, I get an extra space character. > > So with »test« followed by TAB, »foo«, TAB, »bar«, I get this: > >

Re: [O] worg access source

2012-02-09 Thread Jason Dunsmore
On Thu, Feb 09 2012, Thomas Alexander Gerds wrote: > in worg it would be great if (as in emacs muse) there was a link to the > underlying .org file which was used to generate the page. my naiive > attempt to catch a glimpse of the source of > > http://orgmode.org/worg/org-contrib/babel/languages/o

[O] Links to Gnus articles don't export correctly

2012-02-09 Thread Jason Dunsmore
Hello, When I export (to HTML) a link to a gnus article, for example: [[gnus:inbox#a1b422bc2355834c81a44135af25e4392cf42...@domain.com][email]] ...it turns into this: How can I make it export like a normal link? It's okay if the link is broken. I just don't want it exporting a long string.

[O] Worg migration complete

2011-12-01 Thread Jason Dunsmore
Worg contributors, The Worg git repository migration to the org server is complete. To contribute, you'll need to send your public SSH key to Bastien or I. Then, once you receive confirmation that the key has been added, edit your worg/.git/config file and set the remote URL to w...@orgmode.org:w

Re: [O] Updating Worg re standard source block syntax

2011-11-30 Thread Jason Dunsmore
On Wed, Nov 23 2011, Sebastien Vauban wrote: > Hi Nick, > > Nick Dokos wrote: >> Martyn Jago wrote: >> >>> There are literally hundreds of uses of #+srcname and #+source within >>> Worg - should I be updating these to #+name ? In other words, does Worg >>> reflect the last official release (the E

[O] [PATCH] Documentation for "Tracking TODO state changes"

2011-11-09 Thread Jason Dunsmore
suvayu ali writes: > Hi Jason, > > On Wed, Nov 9, 2011 at 15:56, Jason Dunsmore wrote: >> After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, I >> expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: >> >> - Log times

Re: [O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread Jason Dunsmore
Giovanni Ridolfi writes: > Jason Dunsmore writes: > > Hi, _Jason, > >> After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, >> I expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: >> >> - Log timestamp when en

[O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread Jason Dunsmore
After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, I expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: - Log timestamp when entering state - Add note when entering state This syntax appears to break the functionality, because it does neither. The state is chan

Re: [O] broken links

2011-10-10 Thread Jason Dunsmore
Bastien writes: > Hi Andrea, > > Andrea Crotti writes: > >> Just to mention, that on this page >> http://orgmode.org/GoogleTech.html > >> the links below that bring to the presentation pdf/swf are broken.. > > Fixed, thanks. > > Note that this page is not accessible from http://orgmode.org/index

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Jason Dunsmore
Chris Wallace writes: > On 10/10/11 14:52, Jason Dunsmore wrote: >> Chris Wallace writes: >> >>> I want to include in my agenda only things that are TODO, or are >>> scheduled and not marked DONE, or have a deadline and are not marked >>> DONE. Thi

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Jason Dunsmore
Chris Wallace writes: > I want to include in my agenda only things that are TODO, or are > scheduled and not marked DONE, or have a deadline and are not marked > DONE. This is how agenda worked a year ago before I went on maternity > leave, and now something has changed and I am seeing lots of D

Re: [O] Registration for Worg commit access

2011-10-06 Thread Jason Dunsmore
Martyn Jago writes: > Hi > > Would it be possible for someone to provide we with commit access to > Worg? Hi Martyn, Here are the instructions for contributing to Worg: http://orgmode.org/worg/worg-git.html#contribute-to-worg Did you email Matt? Regards, Jason

Re: [O] [contacts] No completion in Gnus

2011-10-05 Thread Jason Dunsmore
I'm trying to get org-contacts completion working using Jambunathan's instructions... Jambunathan K writes: > In such cases, typically there is an insinuate function. Yes, there is > one > > (org-contacts-gnus-insinuate) I've added this function to my config and I'm still not seeing email addre

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-31 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> Bastien writes: >> >>> Hi Jason, >>> >>> Jason Dunsmore writes: >>> >>>> I noticed that lines with leading asterisks inside of source and example >>>

Re: [O] [bug] Inconsistent tag alignment in org-indent-mode

2011-08-31 Thread Jason Dunsmore
Michael Brand writes: > Hi Jason > > This reminds me of a similar problem with tag alignment that I solved > with a patch that did not get any feedback yet. Can you try if this > patch solves your problem too? > http://thread.gmane.org/gmane.emacs.orgmode/42564 Hi Michael, The patch didn't have

Re: [O] The Orgfather

2011-08-31 Thread Jason Dunsmore
Ha ha, I love it... "The HTML exporter... I knew it was a mistake... When I first wrote it, I had this bad feeling and thought: this can end up in spaghettis..."

Re: [O] Todo with checkboxes is grayed out in agenda

2011-08-30 Thread Jason Dunsmore
Nathan Neff writes: > I have a todo like this: > > * todo something > - [ ] first > - [ ] next > > In the agenda, the todo something header is displayed grayed out. If you're trying to control the greying-out, `org-agenda-dim-blocked-tasks' variable may be relevant.

Re: [O] Styling HTML output

2011-08-25 Thread Jason Dunsmore
Very nice, thanks!

[O] [bug] Inconsistent tag alignment in org-indent-mode

2011-08-25 Thread Jason Dunsmore
I noticed the tag alignment produces inconsistent results in org-indent-mode. If you type in the header, the normal (non-indent-mode) indentation is used, and the tags do not appear aligned. If you add tags or type "C-c C-c" the tags are aligned correctly. Here's an example file: --8<--

Re: [O] git repository over http?

2011-08-23 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I ran some tests and found that the download speed is proportional to >> the size of the repo: > > Good to know, thanks. > >> If you clone via git://, it does some optimizations during the transf

Re: [O] indenting nested TODOs in agenda views

2011-08-22 Thread Jason Dunsmore
Olivier Schwander writes: > * Garden > ** TODO Cut the flowers > * Home > ** TODO Cut the flowers > > should be presented somehow like in the refile view, as: > > TODO Garden / Cut the flowers > TODO Home / Cut the flowers > > instead of the unclear: > > TODO Cut the flowers > TODO Cut the flower

Re: [O] git repository over http?

2011-08-19 Thread Jason Dunsmore
Bastien writes: > Hi Jonathan, > > Jonathan Leech-Pepin writes: > >> The server does seem to support HTTP for pulling, however it is very >> slow. > > Yes, I noticed this too. > >> http:// does work for cloning and pulling from the main Repo, however >> there's nothing to indicate that anything

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I noticed that lines with leading asterisks inside of source and example >> blocks are interpreted as headings: > > The attached patch should fix this -- please confirm. Hm, I'm still seeing the same

[O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
Hello, I noticed that lines with leading asterisks inside of source and example blocks are interpreted as headings: --8<---cut here---start->8--- * Heading 1 #+begin_example foo * bar blah #+end_example * Heading 2 --8<---cut here---en

Re: [O] Schedule event

2011-08-07 Thread Jason Dunsmore
Carsten Dominik writes: > Why do you want this special interface for setting an event date. > How is that better than `C-c .'? Is it that you don't need to > position the cursor? Yes, that was my original reason. But your suggestion of adding a special keyword for events is another good reason

Re: [O] Schedule event

2011-08-06 Thread Jason Dunsmore
"Sebastien Vauban" writes: > Hi Suvayu, > > suvayu ali wrote: >> On Sat, Aug 6, 2011 at 5:00 PM, Sebastien Vauban >> wrote: Another idea would be to introduce another keyword like APPT an place these time stamps also into the second line. That might be more easy to implement. >>>

Re: [O] Schedule event

2011-08-06 Thread Jason Dunsmore
"Sebastien Vauban" writes: >> Another idea would be to introduce another keyword like APPT an place these >> time stamps also into the second line. That might be more easy to implement. > > FWIW, my instinctive reaction would be: yes, great! Maybe that clarifies the > bits around dates: all acti

[O] Schedule event

2011-08-05 Thread Jason Dunsmore
In the Org manual, a distinction is made between items that have a timestamp with the "SCHEDULED" keyword and items that have a plain timestamp: "Scheduling an item in Org-mode should not be understood in the same way that we understand scheduling a meeting. Setting a date for a meeting is j

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread Jason Dunsmore
Hi David, > I just pushed a simplified version of the solution: No need to count > lines, just check if point is at end of buffer. I just tried out your patch. The logic in your patch is slightly different - it checks if the point is at the end of the last line in the buffer, whereas mine checks

Re: [O] undo archive

2011-08-03 Thread Jason Dunsmore
suvayu ali writes: > On Wed, Aug 3, 2011 at 8:47 PM, skip wrote: >> Is there a way to undo archive after, say, an accidental archival of a >> part of org file? >> > > A simple undo on the org file buffer has worked for me in the past. You'll also need to manually remove the archived subtree fro

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-03 Thread Jason Dunsmore
Hi Bernt, Can you see if this patch fixes the problem? --8<---cut here---start->8--- diff --git a/lisp/org.el b/lisp/org.el index c7b28dd..41ac8c6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19212,7 +19212,9 @@ Returns the number of empty lines passed." (

Re: [O] org-capture does not fully clean up after C-c C-k

2011-07-22 Thread Jason Dunsmore
Carsten Dominik writes: >>> I am unable to reproduce this. I do get an empty line the first time, >>> but when the empty line is already there, then there is no problem. >>> >>> Do you find the insertion of this one empty line a problem? >> >> It's a significant problem for me. I still use or

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> Looks good except for one quirk. If the heading has a TODO keyword, it >> isn't excluded. Example: >> >> * Heading1 >> ** TODO Subheading1 >> * Heading2 > > Please test this second patch

[O] Archiving broken

2011-07-21 Thread Jason Dunsmore
Hello Nicolas, It looks like the latest commit broke org-archive-subtree: http://orgmode.org/w/?p=org-mode.git;a=commit;h=5b39df0523 I get the following error when I try to archive anything: if: The kill is not a (set of) tree(s) - please use to yank anyway I checked out the previous commit (

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> It looks like it removes top-level headings from the refile targets, but >> nothing below that. For example, in the org file below, place the >> cursor on Subheading1 and type "M-x org-refile"

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread Jason Dunsmore
Bastien writes: > Something like ask.orgmode.org with a StackOverflow interface would be > very nice. I think this would be a great way to start a community-driven FAQ. Why don't we use the "org-mode" tag on stackoverflow.com: http://stackoverflow.com/questions/tagged/org-mode It's a fully-fea

Re: [O] Remove current heading from refile targets?

2011-07-19 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> Hm, I don't see any change with or without org-completion-use-ido set. >> The current heading still shows up in the refile targets. > > Weird. I double-check and have the current heading filtered out of the > refi

Re: [O] Remove current heading from refile targets?

2011-07-18 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I noticed that when I go to refile a heading, the heading that I'm >> refiling is listed in the refile targets. If I choose to refile the >> heading to itself, the following error is displayed:

[O] Remove current heading from refile targets?

2011-07-17 Thread Jason Dunsmore
I noticed that when I go to refile a heading, the heading that I'm refiling is listed in the refile targets. If I choose to refile the heading to itself, the following error is displayed: org-refile: Cannot refile to position inside the tree or region When I'm choosing a refile target, the curre

Re: [O] Web bookmarks in ORG?

2011-07-11 Thread Jason Dunsmore
Angel de Vicente writes: > Is there anyone using ORG for keeping web bookmarks? Basically I'm > looking at Delicious-like functionality, where I just put tags to web > addresses and I can search the bookmarks either for their name or with > tags. For a while, I was keeping an Org file with bookm

Re: [O] Server maintenance

2011-06-18 Thread Jason Dunsmore
I've decided to postpone the maintenance, since I won't be available tomorrow to address any issues caused by the updates. Regards, Jason

[O] Server maintenance

2011-06-18 Thread Jason Dunsmore
Orgers, I plan on doing some updates on the server tonight (June 18th) at around 9:00 PM CDT. The website and git repository will be unavailable for 30-60 minutes. I'll send another email just before and after the maintenance. Regards, Jason

Re: [O] org-capture does not fully clean up after C-c C-k

2011-06-16 Thread Jason Dunsmore
Carsten Dominik writes: > On 4.5.2011, at 14:30, Leo wrote: > >> Hello, >> >> I have one template as follows >> >> ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) >> >> Every time I `C-c C-k' to abort the capture, a blank line is inserted at >> the front of file Notes.org. > > H

Re: [O] http://orgmode.org/ is down

2011-06-14 Thread Jason Dunsmore
Eric Schulte writes: > Just a heads up. > > The main orgmode.org server appears to be down, git and the web-page. Everything should be back up now. I found the VM kernel-panicked. I'll upgrade the kernel soon. Regards, Jason

Re: [O] orgmode.org: 404 page not found error

2011-05-10 Thread Jason Dunsmore
Mehul Sanghvi writes: > If you go to http://orgmode.org/index.html#sec-4_1 and then click on the > link in the first list item that says "this directory" then you will > get the 404 > error from nginx. I fixed this with: git checkout release_7.5 make html_manual ..and then copying the html f

Re: [O] typo

2011-05-10 Thread Jason Dunsmore
Cor Ninaber writes: > This "bug" is a very silly little thing but there is missing a letter in the > description of "Org Mobile Index File" in the settings. Namely inks > should be links (see the copy below). Fixed. http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=c735d62f0 Thanks for repor

Re: [O] Day Planner link broken

2011-05-10 Thread Jason Dunsmore
Brian Brooks writes: > Just an FYI, the "Day Planner" link on orgmode.org is broken. I updated the link. Thanks for reporting this.

Re: [O] worg/org-contrib list items are missing

2011-05-04 Thread Jason Dunsmore
"Sullivan, Gregory (US SSA)" writes: > Something is broken exporting worg source to lists: > > http://orgmode.org/worg/org-contrib/ > > is missing the list item headers. I see it's missing the left part of the description list items. I ran a git-bisect and found the commit that introduced the p

[O] Worg now always publishing with latest Org version

2011-04-29 Thread Jason Dunsmore
Hello Worg contributors, I've changed the Worg publishing process so that it always updates the version of Org used to publish Worg before publishing. Until we have a way to gracefully handle publishing/export errors, this should help prevent and troubleshoot the publishing errors that frequently

Re: [O] revert all org buffers which changed on disk

2011-04-28 Thread Jason Dunsmore
Daniel Clemente writes: > Hi. > org-revert-all-org-buffers loads all buffers from disk even if they didn't > change. FYI, there's also a package called revbufs: http://www.neilvandyke.org/revbufs/revbufs.el Although it's not specific to org files. Regards, Jason

Re: [O] ToC in org-faq

2011-04-01 Thread Jason Dunsmore
Nick Dokos writes: > The table of contents in the org-faq page on Worg, > > http://orgmode.org/worg/org-faq.html > > is always expanded, afaict: it's not a button that expands when you > mouse over it, as is the case in most (all?) Worg pages. Is that by > design or did something break? I th

Re: [O] broken link at orgmode.org

2011-03-31 Thread Jason Dunsmore
Rustom Mody writes: > In http://orgmode.org/index.html#sec-4 > there is this line > ... latest released manuals (currently for Org 7.5), please browse > this directory. > > The 'this directory' link seems to be broken Yep, it's a 404. http://orgmode.org/manual/release_7.5/ There are no directo

Re: [O] T-shirt idea

2011-03-25 Thread Jason Dunsmore
Christopher Allan Webber writes: > What about mom's orgmode file? Good point. Here's one for the Moms: http://dunsmor.com/img/110325124500.png

[O] T-shirt idea

2011-03-25 Thread Jason Dunsmore
T-shirt idea for babies/little kids: http://dunsmor.com/img/110325094800.png

Re: [O] Worg updating?

2011-03-17 Thread Jason Dunsmore
Erik Iverson writes: > On 03/17/2011 05:34 PM, Nick Dokos wrote: >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> Changes I made to the LaTeX export tutorial several days ago haven't >>> made their way to Worg yet. Is Worg updating? >>> >>> All the best, >>> Tom >>> >> >> Thanks for reminding

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >>> You mean that, without any :html-preamble and with >>> ̀org-export-html-preamble' set to `t' (as it is by default in these >>> patches), you don't see any title ? >> >

Re: [O] Another HTML Export Question

2011-03-15 Thread Jason Dunsmore
Scott Randby writes: >>> 3. How do I change the text of the creator line? >> >> You cannot. > > Bummer. You can set a custom creator-info in :html-postamble. Here's my :html-postamble string: --8<---cut here---start->8--- "Author: %a () Date: %d Generated by

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> This patch fixed that export error, but I'm still seeing the problems >> with exporting #+TITLE: in an heading described at: >> >> http://article.gmane.org/gmane.emacs.orgmode/39100 > >

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-10 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> Bastien writes: >> >>> Hopefully this patch will solve a few issues that have just been raised >>> about the new behavior of org-export-html-preamble/postamble. >> >> With this p

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-09 Thread Jason Dunsmore
Bastien writes: > Hopefully this patch will solve a few issues that have just been raised > about the new behavior of org-export-html-preamble/postamble. With this patch, I get the following error when exporting to HTML: list: Symbol's value as variable is void: creator-info

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Jason Dunsmore
Bastien writes: >> Also, I have no title when I set the title with "#+TITLE: " on the first >> line. I'm not sure if this has to do with org-export-html-title-format >> being removed. > > Mhh.. I cannot reproduce this. Can you check again? I was mistaken. It was exporting a . However, it was

Re: [O] Uniquely url-ify sentences?

2011-03-07 Thread Jason Dunsmore
r...@rosslaird.com (Ross A. Laird) writes: > I'd like to post one sentence from this manuscript every day as a > tweet with a link back to the sentence Will this do what you need? --8<---cut here---start->8--- (defun org-linkify-sentence (url) "Converts a se

Re: [O] Worg 403 Forbidden

2011-03-02 Thread Jason Dunsmore
Sébastien Vauban writes: > Hi Bastien, > > Bastien wrote: >> Sébastien Vauban writes: >>> In any case, http://orgmode.org/worg/sources/.emacs-custom.el is as well >>> not found. >> >> I just added it. > > I see that there is a file on http://orgmode.org/worg/sources/emacs-custom.el > (with the l

Re: [O] Worg 404 Not Found

2011-02-28 Thread Jason Dunsmore
Sébastien Vauban writes: > Hi, > > The file http://orgmode.org/worg/sources/emacs.el, referenced in > http://orgmode.org/worg/worg-setup.html, is not found on Worg. Fixed it. Thanks. ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore writes: > Cássio Koshikumo writes: > >> Hi all, >> >> I think there's a bug with the html exporter. With this OPTIONS line: >> >> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil >> >> I get rid of the

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo writes: > Hi all, > > I think there's a bug with the html exporter. With this OPTIONS line: > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > I get rid of the numbering and the TOC, but still get the creator, the > timestamp and the author lines at the end o

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Jason Dunsmore
Bastien writes: > Matt Lundin writes: > >> Would there be any way to get the Worg publishing script or export of >> source code blocks to fail gracefully in these instances? > > That would be helpful indeed. > > As a first step, we could handle errors in a more clever way by using > the varia

Re: [Orgmode] Worg publishing broken?

2011-02-16 Thread Jason Dunsmore
Carsten Dominik writes: > Hi, > > I have today pushed two updates onto Worg which have not yet been published. > Maybe Worg publishing is currently broken? A recently-added section on the FAQ was using "shell" as the mode of a source block instead of "sh". I fixed it and re-pulled/published Wor

Re: [Orgmode] [PATCH] Preserve trailing blank lines

2011-02-15 Thread Jason Dunsmore
Bastien writes: > However, with your patch, I get a weird behavior. > > Config: > > , > | (setq org-blank-before-new-entry '((heading . nil) > |(plain-list-item . nil))) > ` > > Test file: > > , > | * Section > | > | ** Subsection 1 > | Body > | >

Re: [Orgmode] Choosing css for Worg

2011-02-03 Thread Jason Dunsmore
Jambunathan K writes: > Emacswiki has a nice and easy way to choose CSS for the page it > renders. Look for `use it' links in the below page. > > http://www.emacswiki.org/emacs/CSS > > Is there anything similar for org/worg pages? Hi Jambunathan, You can use a browser extension for this: https

[Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Jason Dunsmore
I noticed in the latest Git version that each inactive timestamp has "@@" before and after it in HTML exported output. Here is a patch that fixes it. diff --git a/lisp/org-html.el b/lisp/org-html.el index 6c0e5e3..2f0377b 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2124,14 +2124,14 @

Re: [Orgmode] [worg] dangling/403 link error

2011-01-30 Thread Jason Dunsmore
Eric S Fraga writes: > Hello, > > in page http://orgmode.org/manual/Languages.html#Languages, there is a > link to language specific documentation, > > http://orgmode.org/worg/org-contrib/babel/languages > > which is a directory without an index.org file so you get a =403 > Forbidden= message as

Re: [Orgmode] [PATCH] Preserve trailing blank lines

2011-01-26 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> I now understand this is a formatting convention issue. > > I'm trying to figure out when this patch is useful. I understand this > is when `org-blank-before-new-entry' doesn't set heading to t or auto,

Re: [Orgmode] Bug: tags grouping not working

2011-01-25 Thread Jason Dunsmore
Benjamin Andresen writes: > Hey there, > > I've just upgraded to the latest org-mode HEAD and noticed that the tag > behavior changed. (It now sorts entries, except now grouping is broken.) > > This is how it used to work: > (Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.) > > * Foo

Re: [Orgmode] Re: [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-20 Thread Jason Dunsmore
Matt Lundin writes: > Bastien writes: > >> emacs-orgm...@dunsmor.com writes: >> >>> - Eval (setq org-use-fast-tag-selection t) >>> - Eval (setq org-fast-tag-selection-single-key "expert") >>> - Create a heading with tags :a1:a2: >>> - Create another heading with tags :a1:a2: >>> - Type "C-c a",

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn writes: > 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 >> conceal

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Erik Iverson writes: > Jeff Horn wrote: >> 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 s

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn writes: > 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Achim Gratz writes: > Jason Dunsmore writes: >> Looks like the TOC links are larger than the text on the rest of the >> page. Can the text size be made the same? > > That's what the "inherit" is fixing. You may still have the old copy in > cache, I'

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
"Eric Schulte" writes: > Achim Gratz writes: > >> "Eric Schulte" writes: >>> I just pushed up an edit to the Worg repository which should reset all >>> of the defaults on the TOC of the org-faq-nojs.org page. If this works >>> I vote we set this as the sole org-faq page. >> >> It works, but I

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Jeff Horn writes: > On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore > 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Matt Lundin writes: > Jason Dunsmore writes: > >> I made a version of the FAQ without the javascript folding: >> >> http://orgmode.org/tmp/worg/org-faq-nojs.html >> http://orgmode.org/tmp/worg/org-faq.html >> >> It like it better, but it's still

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Matt Lundin writes: > Bastien writes: > >> Jeff Horn 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 Eric zenburn-like css by selecting it

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> I made a version of the FAQ without the javascript folding: >> >> http://orgmode.org/tmp/worg/org-faq-nojs.html >> http://orgmode.org/tmp/worg/org-faq.html > > Thanks. Nitpicking: I'd prefer paragrap

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Matt Lundin writes: >> My suggestion would be to go with Jason's css (combined with Eric's >> expandable table of contents) then have Eric's css and the old-worg >> css available as alternative css. > > I like Jason's stylesheet, and have a couple of observations: > > 1) h3 headers are indented,

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Jason Dunsmore writes: > "Eric Schulte" writes: > >>>> >>>> By the way, having the javascript section-folding enabled on only some >>>> pages is confusing and doesn't make for the best browsing experience. >>>> Now that the

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
"Eric Schulte" writes: >> >> One last change I would suggest, is that rather than use inline css for >> the highlighted source code, we use a css stylesheet by setting the >> >> (setq org-export-htmlize-output-type 'css) >> >> Then use a single .css style sheet as done with the "@import(emacs.

  1   2   >