Re: [O] sitemap seems to cache old #+TITLE

2011-03-18 Thread iemacs
Hi Louis, After modifying #+TITLE, you should press C-c C-c to tell orgmode the title part has been changed. On Fri, Mar 18, 2011 at 12:58 PM, lbml...@hethcote.com wrote: At one point in the recent past I had a file org.org with #+TITLE: LBM TCH KB Org Eventually I changed it to be

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-18 Thread Nicolas
Hello, Ben b...@maleloria.org writes: Oh actually you went the 'line' way -- and not the column. Considering, I actually think you're right. I got used to the ReST way (1 item + sub-items = 1 column) but I think your way seems more natural. I went that way because it was easier to

[O] Future Worg publishing failure :)

2011-03-18 Thread Nick Dokos
org-glossary.org contains the following text at one point: ... The number of days is 14. Current org code takes the 14. as an item in a numbered list. When exporting to HTML, this causes an error in org-html-export-list-line - hence the subject line. It's not a problem right now but it will be

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-18 Thread Christian Egli
Bastien b...@altern.org writes: I'm myself using TJ for some reports and I've had to hack things around when we had this compatibility problem. I almost forgot to ask: What where the problems you had to hack around? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually

[O] [Patch] For the Manual: using org-crypt

2011-03-18 Thread Ian Barton
Apologies in advance this isn't a real patch:) This is the entry for the manual describing org-crypt.el. I was going to put it in http://orgmode.org/manual/Miscellaneous.html#Miscellaneous However, since I am not a Tex user, I rapidly came to the conclusion that if I tried to patch org.texi, I

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-18 Thread Eric S Fraga
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] Maybe this is (partly?) due to the overlay I added: #+begin_src emacs-lisp (overlay-put (make-overlay beg1 block-end) 'face 'org-block-background)) #+end_src This could indeed be one

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-18 Thread Ben
I went that way because it was easier to implement. Though, there is code somewhere to transpose tables (in Library of Babel, I think). So you can type list items as columns instead, change the list into a table, and transpose it. Voilà. Brilliant! Thank you again Nicolas! -- Ben

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Bastien
Hi Julien, Julien Danjou jul...@danjou.info writes: It may has been introduced by one of my latest commit. for such deep code rewriting, I would suggest to let it live on a public branch first (in the official org-mode.git) so that other developers and some power users can test it before you

Re: [O] Future Worg publishing failure :)

2011-03-18 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Current org code takes the 14. as an item in a numbered list. When exporting to HTML, this causes an error in org-html-export-list-line - hence the subject line. It's not a problem right now but it will be when orgmode.org gets the updated

Re: [O] Update Emacs development sources to 7.5 ?

2011-03-18 Thread Bastien
Hi Oscar, Óscar Fuentes o...@wanadoo.es writes: Are there plans for updating the org-mode sources contained in the Emacs bzr repository? Yes. I plan to release Org 7.5.1 (bug fixes and small improvements) over the weekend, and that version will go in Emacs. Can I help to speed up the

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Julien Danjou
On Thu, Mar 17 2011, Nick Dokos wrote: I can reproduce it just by setting org-agenda-include-diary to t (Org-mode version 7.5 (release_7.5.60.g706a.dirty)) Well, I can't. :( x is the St.Patrick's Day entry: #( Diary: St. Patrick's Day 0 2 (org-category #5=diary tags nil org-highest-priority

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Julien Danjou
On Thu, Mar 17 2011, Dan Griswold wrote: Mine is somewhat fixed. The first time I try org-agenda-list I get: org-format-agenda-item: Args out of range: -1, 0 but if I try it a second time, right away, it works. This is a silly mistake I made yesterday, it's fixed, sorry for the noice. --

[O] [PATCH] Tiny docstring fix in org-footnote.el

2011-03-18 Thread Puneeth Chaganti
Hi, A tiny docstring fix in org-footnote.el -- Puneeth From 1c3631d8fb991dd744f4472eb01cf1cf9488532d Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti puncha...@gmail.com Date: Fri, 18 Mar 2011 16:49:20 +0530 Subject: [PATCH 1/2] org-footnote.el: Tiny docstring typo. --- lisp/org-footnote.el |

[O] [PATCH] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-18 Thread Puneeth Chaganti
Hi, Attached is a patch that allows having lists, tables, blockquotes and other org blocks in footnotes. Source code blocks still don't work. -- Puneeth From 33eb1aaca6b5f5b862207d8edec3c0e9599b7464 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti puncha...@gmail.com Date: Fri, 18 Mar 2011

[O] [BUG] LaTeX export + footnotes with lists

2011-03-18 Thread Puneeth Chaganti
Hi, Footnotes with lists don't seem to export properly to LaTeX. The string ORG-LIST-END-MARKER is appended to the list, when it is exported. -- Puneeth

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nicolas
Hello, Bastien b...@altern.org writes: Current org code takes the 14. as an item in a numbered list. When exporting to HTML, this causes an error in org-html-export-list-line - hence the subject line. It's not a problem right now but it will be when orgmode.org gets the updated version. I

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-18 Thread Julian Burgos
Hi Eric, I have a small function to insert the opening and ending of an R code block bound to a key, so I always edit the code between a #+begin_src R and #+end_src R. I still get a considerable slowdown, even with an empty document with a single line of code. Julian On Fri, Mar 18, 2011 at

[O] Re: [BUG] LaTeX export + footnotes with lists

2011-03-18 Thread Nicolas
Hello, Puneeth Chaganti puncha...@gmail.com writes: Footnotes with lists don't seem to export properly to LaTeX. The string ORG-LIST-END-MARKER is appended to the list, when it is exported. I will look into it, but I would appreciate if you could give me an example to work on in the

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Nick Dokos
Julien Danjou jul...@danjou.info wrote: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thu, Mar 17 2011, Nick Dokos wrote: I can reproduce it just by setting org-agenda-include-diary to t (Org-mode version 7.5

Re: [O] OrgCamp in India -- Interested?

2011-03-18 Thread Madhu Rao
Puneeth Chaganti punchagan at gmail.com writes: Would any of you be interested in such a meet-up? What would be a good place and time for such a meet-up? +1. I am in Bangalore!

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Nick Dokos
Not sure why my reply was addressed the way it was: left Julien out, replied directly to Tassilo and the ML. There is something funky going on with my mailer. Apologies for the confusion, Nick

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Julien Danjou
On Fri, Mar 18 2011, Nick Dokos wrote: That was of course before you took out the concat in 9216453a388 - after that change, there is no problem: it was doing (concat nil) == What's weird is that that concat has not been introduced by my recent patches. It clearly seems wrong, but I don't see

[O] Re: [BUG] LaTeX export + footnotes with lists

2011-03-18 Thread Puneeth Chaganti
Hi Nicolas, On Fri, Mar 18, 2011 at 6:27 PM, Nicolas n.goaz...@gmail.com wrote: Hello, Puneeth Chaganti puncha...@gmail.com writes: Footnotes with lists don't seem to export properly to LaTeX.  The string ORG-LIST-END-MARKER is appended to the list, when it is exported. I will look into

[O] C-0 C-c | throws emacs into infinite loop

2011-03-18 Thread Le Wang
The doc-string of `org-table-convert-region' doesn't specifically address 0 as SEPARATOR, but 0 is an integer. It shouldn't hang in any case. When I C-g out of the loop, my undo limit was exceeded because the line filled with hundreds of thousands of empty cells. I think the correct behavior is

Re: [O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nick Dokos
Nicolas n.goaz...@gmail.com wrote: Hello, Bastien b...@altern.org writes: Current org code takes the 14. as an item in a numbered list. When exporting to HTML, this causes an error in org-html-export-list-line - hence the subject line. It's not a problem right now but it will be when

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Julien Danjou
Julien Danjou jul...@danjou.info wrote: On Fri, Mar 18 2011, Nick Dokos wrote: That was of course before you took out the concat in 9216453a388 - after that change, there is no problem: it was doing (concat nil) == What's weird is that that concat has not been introduced by my recent

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Bastien
Julien Danjou jul...@danjou.info, Nick Dokos nicholas.do...@hp.com writes: Anyhow, if everything is ok now, that's perfect. :) Yup :) Yeah, thanks for fixing this! -- Bastien

[O] gnowsys-mode update?

2011-03-18 Thread Martin Weigele
Hi all, I've run into some texts about gnowsys as a major mode extending org, e.g. - http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-514/paper12.pdf - http://lab.gnowledge.org/documentation which seems to be about linking org-mode to semantic web ideas like OWL. But it

[O] Completing with anything (was: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org)

2011-03-18 Thread Julien Danjou
On Sat, Feb 12 2011, Stefan Monnier wrote: For more complex cases, there is also the issue of what to do when some parts of the completion are case-sensitive and other parts aren't (e.g. completion of case-sensitive envvars in case-insensitive file names), although this is less important for

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Not sure why my reply was addressed the way it was: left Julien out, replied directly to Tassilo and the ML. There is something funky going on with my mailer. I have the same problem, and the funky part is that it happens only with Julien's email

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Nick Dokos
Bastien b...@altern.org wrote: Nick Dokos nicholas.do...@hp.com writes: Not sure why my reply was addressed the way it was: left Julien out, replied directly to Tassilo and the ML. There is something funky going on with my mailer. I have the same problem, and the funky part is that it

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nicolas
Hello, Nick Dokos nicholas.do...@hp.com writes: The only solution I could think of is somewhere in the patchwork server (Auto-fill shouldn't insert new items). Are you saying that the patchwork server introduced this? Or that the patchwork server should solve it? In the case I stumbled

Re: [O] Worg updating?

2011-03-18 Thread Thomas S. Dye
Thanks Jason, Worg is magical. All the best, Tom On Mar 17, 2011, at 4:54 PM, Jason Dunsmore wrote: 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

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nick Dokos
Nicolas n.goaz...@gmail.com wrote: Hello, Nick Dokos nicholas.do...@hp.com writes: The only solution I could think of is somewhere in the patchwork server (Auto-fill shouldn't insert new items). Are you saying that the patchwork server introduced this? Or that the patchwork

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nick Dokos
I have the same problem with replying/all that I had before when trying to reply to Julien. Apologies again: I'll try to figure it out before sending mail again. Nick

[O] Re: [BUG] LaTeX export + footnotes with lists

2011-03-18 Thread Nicolas
Puneeth Chaganti puncha...@gmail.com writes: Thanks for looking into this. I have attached a simple example file. Hope that helps, It does ! I have pushed a fix in master that should fix the problem. This is due to the marker I use for list end ORG-LIST-END-MARKER: it must be on a line on its

Re: [O] Re: Problem with agenda and diary

2011-03-18 Thread Julien Danjou
On Fri, Mar 18 2011, Bastien wrote: I have the same problem, and the funky part is that it happens only with Julien's email address -- as Julien is also hacking Gnus, I suspect some backdoor he introduced in gnus-summary-wide-reply ;) Not at all, that's the direct effect of a header called

Re: [O] Bug: Column view fails to display ITEM row [7.5 (release_7.5.87.gb227)]

2011-03-18 Thread Julien Danjou
On Fri, Mar 18 2011, Christian Egli wrote: I ran a git bisect to find the guilty commit and it turns out that there is a problem with commit c84d77a7a035a142bf114c5e6758c32a20f3fd68. Ah, good catch. I tried to be smart, but turn out it was a bad idea. I just pushed a fix. Thanks for the

[O] Extracting information with Agenda functions

2011-03-18 Thread Matthew Sauer
I am trying to create a dynamic block on a page that will contain the information and/or functionality of C-c a t The agenda todo list. I have that setup to pull all unscheduled todo's. Does anyone know if it possible to replicate the agenda inside a dynamic block on a page or a way that I could

[O] Re: [BUG] LaTeX export + footnotes with lists

2011-03-18 Thread Puneeth Chaganti
On Fri, Mar 18, 2011 at 9:29 PM, Nicolas n.goaz...@gmail.com wrote: Puneeth Chaganti puncha...@gmail.com writes: Thanks for looking into this. I have attached a simple example file. Hope that helps, It does ! I have pushed a fix in master that should fix the problem. This is due to the

[O] Bug: org-footnote-renumber-fn:N breaks if a footnote is the first thing on a line [7.5 (release_7.5.77.g74268)]

2011-03-18 Thread Tassilo Horn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] [PATCH] Wash output of org-encrypt-entry

2011-03-18 Thread Óscar Fuentes
With a gpg executable with default settings, org-encrypt-entry produces output like this: -BEGIN PGP MESSAGE- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMCBWZVym6QMPVgyTxreTb1AEL3uTO+qCh2lR9/Qxk4nEMpPr9/RwNk95Gb slUra9X+N+qSWghEHvvxY0Ol8Yw9Ko4n7JVhHFs= =E4vw -END PGP MESSAGE- The

[O] Re: [PATCH] Wash output of org-encrypt-entry

2011-03-18 Thread Óscar Fuentes
Óscar Fuentes o...@wanadoo.es writes: [snip] + (setq str (replace-regexp-in-string ^Version:.*$ str)) Ugh... replace-regexp-in-string does not exist on XEmacs. Time for a rewrite. Still, it would good to know if the goal is acceptable.

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nicolas
Nick Dokos nicholas.do...@hp.com writes: However, there is still the problem that an empty item in a numbered list will trigger the error that I posted, so org-html-export-list-line will need to be taught how to deal with an empty list item - correct? Correct. I overlooked that part of the

Re: [O] Custom Agenda View for Projects

2011-03-18 Thread Jason McBrayer
On Thu, Mar 17, 2011 at 6:55 PM, Josh Berry d...@condordes.net wrote: I think org considers child tasks to be dependencies of the parent task -- so if a parent task (such as your PROJ) has children, it won't be displayed in a tags-todo agenda view, because that takes dependencies into

[O] Re: Completing with anything

2011-03-18 Thread Stefan Monnier
For more complex cases, there is also the issue of what to do when some parts of the completion are case-sensitive and other parts aren't (e.g. completion of case-sensitive envvars in case-insensitive file names), although this is less important for completion-at-point than for minibuffer

[O] Making GTD more mangeable with org

2011-03-18 Thread Marcelo de Moraes Serpa
Hi list, So, I have been using org for GTD for quite a long time. I love org, and the more I learn about elisp and about it, the more excited I get about it, and the more I see there's nothing out there that reaches the simplicity and powerfulness of org. However, I started noticing I was

[O] help with sorting agenda views

2011-03-18 Thread Filippo A. Salustri
Hi, I'm getting confused with sorting agenda views.  Hopefully someone can help me out. I have a custom agenda view that, today, looks like this: Friday 18 March 2011 UTMIE: In 13 d.: TODO [#A] Annual Report Matthew:In -1 d.: TODO Edit Matthew's thesis. iMac:

Re: [O] Extracting information with Agenda functions

2011-03-18 Thread Christian Moe
I don't know if there's a way to simply replicate the agenda, but if not, you should be able to achieve what you want with org-collector.el. http://orgmode.org/worg/org-contrib/org-collector.html Yours, Christian On 3/18/11 5:42 PM, Matthew Sauer wrote: I am trying to create a dynamic block

[O] Bug: Recurring items don't always show up in timeline

2011-03-18 Thread Mark S
I posted this before as a question, but since it has been confirmed by others, and shows up under Linux and Windows, I'll now post the details as a bug. The Timeline view *would* be very useful for scheduling months in advance, reviewing history, or printing a year event calendar.

Re: [O] Custom Agenda View for Projects

2011-03-18 Thread Josh Berry
On Fri, Mar 18, 2011 at 10:57, Jason McBrayer jmcb...@carcosa.net wrote: On Thu, Mar 17, 2011 at 6:55 PM, Josh Berry d...@condordes.net wrote: I think org considers child tasks to be dependencies of the parent task -- so if a parent task (such as your PROJ) has children, it won't be displayed

Re: [O] sitemap seems to cache old #+TITLE

2011-03-18 Thread lbmlist
That didn't seem to do it. This is GNU Emacs 23.2.1 on a debian squeeze system. Org-mode is 7.4. I created a short file newb.org which reads in total: -- #+TITLE: A Newb Title * and that's it -- I

[O] [PATCH] Don't indent footnote definitions

2011-03-18 Thread Nicolas Goaziou
* lisp/org.el (org-indent-line-function): footnote definition must stay at column 0 to be recognized as such. Body below can have normal indentation, so it should ignore its definition when computing indentation. --- lisp/org.el | 11 +++ 1 files changed, 7 insertions(+), 4

[O] Re: Bug: Column view fails to display ITEM row [7.5 (release_7.5.87.gb227)]

2011-03-18 Thread Christian Egli
Julien Danjou jul...@danjou.info writes: On Fri, Mar 18 2011, Christian Egli wrote: I ran a git bisect to find the guilty commit and it turns out that there is a problem with commit c84d77a7a035a142bf114c5e6758c32a20f3fd68. I just pushed a fix. Thanks for the report and the bisect! Thanks

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Matt Lundin
Marcelo de Moraes Serpa celose...@gmail.com writes: What I want to do now is setup the links. Is there a way to setup a link to an agenda function? It'd be nice. [[elisp:(org-agenda nil a)][Agenda]] Replace the a with the shortcut of your choice. Best, Matt

Re: [O] sitemap seems to cache old #+TITLE

2011-03-18 Thread Nick Dokos
lbml...@hethcote.com wrote: That didn't seem to do it. This is GNU Emacs 23.2.1 on a debian squeeze system. Org-mode is 7.4. I created a short file newb.org which reads in total: -- #+TITLE: A Newb Title * and that's it

Re: [O] Re: Future Worg publishing failure :)

2011-03-18 Thread Nick Dokos
Nicolas n.goaz...@gmail.com wrote: Nick Dokos nicholas.do...@hp.com writes: However, there is still the problem that an empty item in a numbered list will trigger the error that I posted, so org-html-export-list-line will need to be taught how to deal with an empty list item - correct?

[O] Re: Future Worg publishing failure :)

2011-03-18 Thread Matt Lundin
Nicolas n.goaz...@gmail.com writes: It is true that the patch only solves the problem if it would happen with auto-fill (or fill-paragraph). On the other hand, if the original writer typed it that way, it's an user problem, and I don't think we should add cruft to solve it. FWIW, I wrote the

[O] Re: Merging .org files

2011-03-18 Thread Matt Lundin
Pere Quintana Seguí pquint...@obsebre.es writes: Now I have to learn to better navigate within my much longer org files. Before, I used ido-mode to jump from buffer to buffer, now I guess I have to practise more sparse trees to jump from headline to headline. I use this function to jump

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Marcelo de Moraes Serpa
You guys can't see the screenshot ? Att, Marcelo. On Fri, Mar 18, 2011 at 2:05 PM, Matt Lundin m...@imapmail.org wrote: Marcelo de Moraes Serpa celose...@gmail.com writes: What I want to do now is setup the links. Is there a way to setup a link to an agenda function? It'd be nice.

Re: [O] Bug: Recurring items don't always show up in timeline

2011-03-18 Thread Nick Dokos
Mark S throa...@yahoo.com wrote: I posted this before as a question, but since it has been confirmed by others, and shows up under Linux and Windows, I'll now post the details as a bug. The Timeline view *would* be very useful for scheduling months in advance, reviewing history, or

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Marcelo de Moraes Serpa
Thanks, this works for me :) Anyway, I just wanted to debate over this particular overview file. Not sure if this really worths it, but has been working for me lately. You guys use something similar? On Fri, Mar 18, 2011 at 3:41 PM, Matt Lundin m...@imapmail.org wrote: Marcelo de Moraes Serpa

[O] Wash output of org-encrypt-entry, take 2

2011-03-18 Thread Óscar Fuentes
With a gpg executable with default settings, org-encrypt-entry produces output like this: [2. text/plain] -BEGIN PGP MESSAGE- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMCBWZVym6QMPVgyTxreTb1AEL3uTO+qCh2lR9/Qxk4nEMpPr9/RwNk95Gb slUra9X+N+qSWghEHvvxY0Ol8Yw9Ko4n7JVhHFs= =E4vw -END PGP

[O] [PATCH] Wash output of org-encrypt-entry, take 3

2011-03-18 Thread Óscar Fuentes
Sorry, clicked on Send before the patch was attached. With a gpg executable with default settings, org-encrypt-entry produces output like this: -BEGIN PGP MESSAGE- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMCBWZVym6QMPVgyTxreTb1AEL3uTO+qCh2lR9/Qxk4nEMpPr9/RwNk95Gb

[O] Re: Accessing CATEGORY for custom agenda command

2011-03-18 Thread Matt Lundin
Markus Heller helle...@gmail.com writes: I'm trying to get the following to work: (org-add-agenda-custom-command '(X tags Task ((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp Admin)) (org-agenda-overriding-header Test I want

[O] org-publish not publishing changed files

2011-03-18 Thread Aidan Gauland
Hi, I use org-mode for my website, and I've noticed that when I go to publish the website, none of the files I have just edited are updated in the publishing directory. I have no idea why. Here is the elisp I evaluate to publish my website. (setq org-publish-project-alist

Re: [O] org-publish not publishing changed files

2011-03-18 Thread Nick Dokos
Aidan Gauland aidal...@no8wireless.co.nz wrote: Hi, I use org-mode for my website, and I've noticed that when I go to publish the website, none of the files I have just edited are updated in the publishing directory. I have no idea why. Here is the elisp I evaluate to publish my website.

[O] org-insert-link-global vs. org-insert-link

2011-03-18 Thread bozongo
Hi, I have just, as suggested in http://orgmode.org/manual/Using-links-outside-Org.html, added a new keybinding for org-insert-link-global. However, it seems like in org files this seems to just fall back to org-insert-link. Does that mean that I can safely rebind C-c C-l to

Re: [O] org-publish not publishing changed files

2011-03-18 Thread Suvayu Ali
On Fri, 18 Mar 2011 21:33:04 -0400 Nick Dokos nicholas.do...@hp.com wrote: If you can figure out *why* they got out of sync, that would be a bonus and worth a post here, particularly if you can identify a bug in the code. I think there was a post sometime earlier where the OP faced this issue

Re: [O] sitemap seems to cache old #+TITLE

2011-03-18 Thread lbmlist
On Fri, 18 Mar 2011, Nick Dokos wrote: Do you have a :sitemap-title entry in your config? Better yet, if there are no privacy concernts, why don't you post your publishing configuration? Nick From my .emacs: (setq org-publish-project-alist '((org-notes :base-directory