Re: [O] Quick comment on the website

2013-02-02 Thread Dieter Wilhelm
Bastien writes: > Hi Aubrey, > > Aubrey Raech writes: > >> The website for org-mode (http://orgmode.org/) is fantastic. It's well >> laid out, helpful, and beautiful to look at. Whoever's in charge of >> maintaining it is doing a great job! > > Thanks Aubrey! I've actually waited long for someo

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-02-02 Thread David Engster
Eric S. Fraga writes: > David Engster writes: > >> Sven Bretfeld writes: >>> Hi David and all >>> >> >>> I've got it. By try and error I found out that entries like these in an >>> org-file cause the problem: >>> >>> %%(diary-anniversary 6 8 1969) Christian is %d years old >> >> Ah OK. Thanks for

Re: [O] org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)="

2013-02-02 Thread David Engster
David Engster writes: > 'giles' writes: >> David Engster writes: >>> Could you please do M-x toggle-debug-on-error before running the sync >>> and post the resulting backtrace here? > >> >> Slightly different behaviour this time: first seven events synced fine, >> number 8 blew up the same way. >>

Re: [O] org-caldav feedback

2013-02-02 Thread David Engster
Torsten Wagner writes: > Tested and you are right. Adding a timestamp in the body doesn't get > lost during sync. Actually, I guess the problem is a combination of > export and import to org-mode. During the export, the timestamp gets > read in correctly, however, it get stripped from the Summary

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-02 Thread Bernt Hansen
Martin Beck writes: > Bernt Hansen norang.ca> writes: > >> > I tried to create a block agenda with several blocks based >> > on the (agenda )command, but then I also have the time >> > grid several times.. >> >> > >> You should be able to turn the grid off. > > > Hi Bernt, > thanks a lot

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-02 Thread Bernt Hansen
"Sebastien Vauban" writes: > Bernt, > >> Bernt Hansen wrote: >>> The thing I couldn't get to work was automatically starting column view >>> in my block agenda. I can still manually do that with C-c C-x C-c >> >> What about this? >> >> (add-to-list 'org-agenda-custom-commands >>

[O] org-copy-subtree

2013-02-02 Thread 42 147
I want to copy the text in the subtree, but not the headline. Right now I use the following hack: (org-narrow-to-subtree) (beginning-of-buffer) (next-line 1) (setq minPoint (point)) (copy-region-as-kill minPoint (point-max)) (widen) However, org-copy-subtree would do exactly what I ne

Re: [O] org-copy-subtree

2013-02-02 Thread Suvayu Ali
On Sat, Feb 02, 2013 at 03:05:37PM -0500, 42 147 wrote: > I want to copy the text in the subtree, but not the headline. Right now I > use the following hack: > > (org-narrow-to-subtree) > (beginning-of-buffer) > (next-line 1) > (setq minPoint (point)) > (copy-region-as-kill minPoint (poi

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-02-02 Thread Eric S Fraga
David Engster writes: > OK, I took a shot at dealing with sexp entries. It's a complicated > issue, since s-expressions can be in Org entries or by themselves. I > updated the Readme with a section on how they are handled now. Please > let me know how it works out for you. If you don't want/need

[O] html-export - limit size of pic to page-size?

2013-02-02 Thread Thorsten Jolitz
Hi List, when exporting plantuml code blocks to .png files, the resulting pictures can be tiny or really huge, depending on the class hierarchy modeled. Is it possible to restrict the size of the graphic to the html page-size, no matter how big the resulting .png file actually is? -- cheers,

Re: [O] org-tree-slide: some small changes

2013-02-02 Thread Eric S Fraga
Takaaki, a couple of further suggestions: - you change the faces org-level-2 and org-level-3. This makes sense. However, you use custom-set-faces which overwrites the user's own customisations permanently! I think this is bad practice (I couldn't figure out why my faces had changed in ot

[O] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Benjamin Slade
I have some orgmode beamer files from late 2011 that I want to edit and re-use. However, orgmode's behaviour seems to have changed since then with respect to handling of math commands like \neg, \phi, \psi etc. Now it seems to automatically put in surrounding $...$s, which mucks up the output of my

[O] Sending BibTeX entries from Zotero to Org-mode via Fireforg

2013-02-02 Thread Marko Dimjašević
Hi folks, I just installed Zotero (a Firefox plugin for organizing your research sources) and I thought it could be used with Org-mode. For example, I'd like to send BibTeX entries from Zotero to Org-mode via Fireforg. At http://orgmode.org/worg/org-devel.html I can see that Fireforg is listed, b

Re: [O] html-export - limit size of pic to page-size?

2013-02-02 Thread Eric S Fraga
Thorsten Jolitz writes: > Hi List, > > when exporting plantuml code blocks to .png files, the resulting > pictures can be tiny or really huge, depending on the class hierarchy > modeled. > > Is it possible to restrict the size of the graphic to the html > page-size, no matter how big the result

Re: [O] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Eric S Fraga
Benjamin Slade writes: > I have some orgmode beamer files from late 2011 that I want to edit and > re-use. However, orgmode's behaviour seems to have changed since then > with respect to handling of math commands like \neg, \phi, \psi etc. Now > it seems to automatically put in surrounding $...$s

Re: [O] org-tree-slide: some small changes

2013-02-02 Thread Takaaki ISHIKAWA
Dear Eric, Thank you for your kind suggestions. 1. Title without []s. Yes! That's right. I'll change it. 2. Custom header. Yes! Face control is the next feature that I currently plan. I'm trying to resize font so that I can use org-tree-slide in a high resolution display like HD(1080p)

Re: [O] suppress new(ish) behaviour of math in export to latex-beamer

2013-02-02 Thread Benjamin Slade
Hmm... now that I look more closely at it, perhaps it's something that is changed on the LaTeX side rather than the org side. On Sat, 02 Feb 2013, Eric S Fraga wrote: > Benjamin Slade writes: > >> I have some orgmode beamer files from late 2011 that I want to edit and >> re-use. However, orgmod