Re: [PATCH] Add support for month trees

2019-11-26 Thread Jason Dunsmore
:tree-type) > (`week ...) > ...) > > + (if (eq time-grouping 'day) > > + (org-datetree--find-create > > +"^\\*+[ \t]+%d-%02d-\\([0123][0-9]\\) \\w+$" > > +year month day) > > Please use `when' (or `unless') instead

[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

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

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 jsch...@gmail.com wrote: Hi orgmode.org overlords, I just tried to pull from the main org-mode git repository. I encountered the following

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 tjol...@googlemail.com 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 be...@norang.ca wrote: Jason Dunsmore jasondunsm...@gmail.com 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

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 gmcni...@gmail.com 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 builds have

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, It

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, or

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

[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: gnus:inbox#a1b422bc2355834c81a44135af25e4392cf42...@domain.com How can I make it export like a normal link? It's okay if the

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

[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

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 martyn.j...@btinternet.com 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

[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

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

2011-11-09 Thread Jason Dunsmore
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Jason Dunsmore jasondunsm...@gmail.com 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 entering state

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

2011-11-09 Thread Jason Dunsmore
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jason, On Wed, Nov 9, 2011 at 15:56, Jason Dunsmore jasondunsm...@gmail.com 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 timestamp

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

2011-10-10 Thread Jason Dunsmore
Chris Wallace chris.wall...@cimr.cam.ac.uk 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

Re: [O] broken links

2011-10-10 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Andrea, Andrea Crotti andrea.crott...@gmail.com 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

Re: [O] Registration for Worg commit access

2011-10-06 Thread Jason Dunsmore
Martyn Jago martyn.j...@btinternet.com 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 kjambunat...@gmail.com 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

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] [bug] Inconsistent tag alignment in org-indent-mode

2011-08-31 Thread Jason Dunsmore
Michael Brand michael.ch.br...@gmail.com 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,

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

2011-08-31 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: I noticed that lines with leading asterisks inside of source and example blocks are interpreted

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

2011-08-30 Thread Jason Dunsmore
Nathan Neff nathan.n...@gmail.com 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.

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

Re: [O] git repository over http?

2011-08-23 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com 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 transfer, whereas

Re: [O] indenting nested TODOs in agenda views

2011-08-22 Thread Jason Dunsmore
Olivier Schwander olivier.schwan...@chadok.info 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

Re: [O] git repository over http?

2011-08-19 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com 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

[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

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

2011-08-16 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com 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

Re: [O] Schedule event

2011-08-07 Thread Jason Dunsmore
Carsten Dominik domi...@uva.nl 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

Re: [O] Schedule event

2011-08-06 Thread Jason Dunsmore
Sebastien Vauban wxhgmqzgw...@spammotel.com 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

Re: [O] Schedule event

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

[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

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

2011-08-03 Thread Jason Dunsmore
suvayu ali fatkasuvayu+li...@gmail.com writes: On Wed, Aug 3, 2011 at 8:47 PM, skip scp0...@gmail.com 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

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

2011-07-22 Thread Jason Dunsmore
Carsten Dominik carsten.domi...@gmail.com 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

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org 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

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

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore ja...@dunsmor.com 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. The current

[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 S-insertchar to yank anyway I checked out the

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

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org writes: Jason Dunsmore ja...@dunsmor.com 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 over the previous one. That seems to work

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

2011-07-19 Thread Jason Dunsmore
Bastien b...@altern.org writes: Jason Dunsmore ja...@dunsmor.com 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 refile targets

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

2011-07-18 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com 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: org

[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

Re: [O] Web bookmarks in ORG?

2011-07-11 Thread Jason Dunsmore
Angel de Vicente ang...@iac.es 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

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

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

2011-06-16 Thread Jason Dunsmore
Carsten Dominik carsten.domi...@gmail.com 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. Hi

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

2011-06-14 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com 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] Day Planner link broken

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

Re: [O] typo

2011-05-10 Thread Jason Dunsmore
Cor Ninaber cornina...@gmail.com 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

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

2011-05-04 Thread Jason Dunsmore
Sullivan, Gregory (US SSA) gregory.sulli...@baesystems.com 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

[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

Re: [O] ToC in org-faq

2011-04-01 Thread Jason Dunsmore
Nick Dokos nicholas.do...@hp.com 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

Re: [O] broken link at orgmode.org

2011-03-31 Thread Jason Dunsmore
Rustom Mody rustompm...@gmail.com 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/

[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] T-shirt idea

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

Re: [O] Worg updating?

2011-03-17 Thread Jason Dunsmore
Erik Iverson er...@ccbr.umn.edu writes: On 03/17/2011 05:34 PM, Nick Dokos wrote: Thomas S. Dyet...@tsdye.com 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 b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: This patch fixed that export error, but I'm still seeing the problems with exporting #+TITLE: in an h1 heading described at: http://article.gmane.org/gmane.emacs.orgmode/39100 You mean

Re: [O] Another HTML Export Question

2011-03-15 Thread Jason Dunsmore
Scott Randby sran...@gmail.com 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--- p class=\author\Author: %a

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

2011-03-15 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com 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 h1title/h1 ? If :html-preamble isn't set, I see

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

2011-03-10 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Bastien b...@altern.org 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

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

2011-03-09 Thread Jason Dunsmore
Bastien b...@altern.org 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 title.

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

2011-03-09 Thread Jason Dunsmore
Bastien b...@altern.org 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] 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

Re: [O] Worg 403 Forbidden

2011-03-02 Thread Jason Dunsmore
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Bastien, Bastien wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

Re: [O] Worg 404 Not Found

2011-02-28 Thread Jason Dunsmore
Sébastien Vauban wxhgmqzgw...@spammotel.com 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

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo ckoshik...@gmail.com 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

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore emacs-orgm...@dunsmor.com writes: Cássio Koshikumo ckoshik...@gmail.com 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

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr writes: Matt Lundin m...@imapmail.org 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

Re: [Orgmode] Worg publishing broken?

2011-02-16 Thread Jason Dunsmore
Carsten Dominik carsten.domi...@gmail.com 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: [Orgmode] [PATCH] Preserve trailing blank lines

2011-02-15 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr 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 |

Re: [Orgmode] Choosing css for Worg

2011-02-03 Thread Jason Dunsmore
Jambunathan K kjambunat...@gmail.com 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

[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 e.fr...@ucl.ac.uk 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=

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

2011-01-26 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr writes: Jason Dunsmore ja...@dunsmor.com 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 be...@in-ulm.de 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.) *

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn jrhorn...@gmail.com writes: 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Erik Iverson er...@ccbr.umn.edu writes: Jeff Horn wrote: 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn jrhorn...@gmail.com writes: 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

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

2011-01-20 Thread Jason Dunsmore
Matt Lundin m...@imapmail.org writes: Bastien bastien.gue...@wikimedia.fr 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Matt Lundin m...@imapmail.org writes: Jason Dunsmore emacs-orgm...@dunsmor.com 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 a bit unwieldy

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
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 at the top of the scroll bar can all already do this). I'm not an expert

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com writes: Achim Gratz strom...@nexgo.de writes: Eric Schulte schulte.e...@gmail.com 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Achim Gratz strom...@nexgo.de writes: Jason Dunsmore emacs-orgm...@dunsmor.com 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've just now

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr writes: 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 Eric zenburn-like css by

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Matt Lundin m...@imapmail.org writes: Bastien bastien.gue...@wikimedia.fr writes: 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr writes: Thanks all for the work on worg.css -- I'm excited to see this happen! I'm putting Sebastian explicitely into the loop: I remember Sebastian worked on org.css (and maybe worg.css?) to make sure the spacing between HTML headings was okay for

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Nick Dokos nicholas.do...@hp.com writes: Jason Dunsmore emacs-orgm...@dunsmor.com wrote: ... That's okay with me. I just uploaded the latest stylesheet with Eric's collapsed TOC integrated in: http://orgmode.org/tmp/worg.css You can see it in action at: http://orgmode.org/tmp/worg

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com writes: I'm partial to the emacs.css bundled with my submission over the current code fontification, but that's just me. I put your pre style in place: http://orgmode.org/tmp/worg.css ___ Emacs-orgmode mailing

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com 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 TOC will be collapsed by default, perhaps it's no longer needed? Yes the javascript is

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: Bastien bastien.gue...@wikimedia.fr writes: 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Eric Schulte schulte.e...@gmail.com 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

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Jason Dunsmore
Jason Dunsmore emacs-orgm...@dunsmor.com writes: Eric Schulte schulte.e...@gmail.com 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 TOC will be collapsed by default, perhaps

  1   2   >