Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-05 Thread Erik Iverson
On 08/05/2010 03:34 AM, Martin Pohlack wrote: Hi, On 05.08.2010 04:19, Erik Iverson wrote: In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mode. This also happened when re-running an org-babel s

Re: [Orgmode] Re: How do you use call and lob in org-babel?

2010-08-05 Thread Eric Schulte
Dan Davison writes: > Hi I.S., > > Inquisitive Scientist writes: > >> Dear Experts, >> >> I am confused about how to use lob and call in org-babel. First I >> define a simple function like square: >> #+srcname: square(x) >> #+begin_src python >> return x*x >> #+end_src >> >> A line like >> : #+l

Re: [Orgmode] Re: question about chaining function calls in org-babel

2010-08-05 Thread Eric Schulte
Dan Davison writes: [...] > > | mean | > || > | #ERROR | > #+TBLFM: @2$1='(sbe "python-mean" (x (sbe "tbl-example-data" (seed 4) (size > 16 > > I *believe* that there is no expectation for this to work, because sbe > is an elisp function (well, a macro), and not a source block. In

[Orgmode] persistent frame for agenda

2010-08-05 Thread Buck Brody
Does anyone have any ideas on how I could keep my agenda frame from moving when new frames are opened? For instance, when I tag something in my agenda, it usually will alter the position of the current agenda frame. It restores after the tagging is completed, but I'd like the agenda to remain und

[Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Dan Davison
Sebastian Rose writes: > Dan Davison writes: >> amscopub-m...@yahoo.com writes: >> >>> Is there a way to control the resolution of PNG LaTeX formulas when you >>> export to HTML? >>> >>> You can control the font size directly in the header but there doesn't seem >>> to be a way to use org-mode

[Orgmode] Re: MobileOrg for Android...issues

2010-08-05 Thread Holger Wenzel
> I do have my own WebDav server (Apache mod) but I'm a "security guy" so I > only allow https. Bad http, bad. :) Even in your own private network? My setup was to have the webdav server only visible in my home wlan and then sync the phone against that. Holger

[Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Sebastian Rose
Dan Davison writes: > Can you point me to an example that shows how to make source code in > latex look (almost) as nice as html? That is supposed to work with the `listings' package. I havent tried that yet. I still use my old LaTeX headers and write verbatim LaTeX code. I'd like to switch t

[Orgmode] text color + highlight

2010-08-05 Thread Vinh Nguyen
Dear list, I was wondering if there is an easy way to markup the color of the text for html output (and highlight as well). When I prepare meeting minutes I'd like to color some things and highlight certain things. Right now, I am using emphasizing a major portion of the text. It would be great

Re: [Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Sebastian Rose
Dan Davison writes: > amscopub-m...@yahoo.com writes: > >> Is there a way to control the resolution of PNG LaTeX formulas when you >> export to HTML? >> >> You can control the font size directly in the header but there doesn't seem >> to be a way to use org-mode to control the resolution... >> >

[Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Dan Davison
amscopub-m...@yahoo.com writes: > Is there a way to control the resolution of PNG LaTeX formulas when you > export to HTML? > > You can control the font size directly in the header but there doesn't seem > to be a way to use org-mode to control the resolution... > > BTW, I'm not exporting to LaT

[Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Dan Davison
Bastien writes: > amscopub-m...@yahoo.com writes: > >> Is there a way to control the resolution of PNG LaTeX formulas when >> you export to HTML? > > I've implemented this. > > You can define the :html-resolution in `org-format-latex-options'. > > Please test and report any problem. Bastien --

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-05 Thread Marcelo de Moraes Serpa
Hi Bastien, I've posted the backtrace, it should be in the thread, a few messages earlier. Thanks, Marcelo. On Sat, Jul 31, 2010 at 4:11 AM, Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > >> I updated to org-mode Org-mode version 7.01trans >> (release_7.01g.20.gdd484), and

[Orgmode] Export: Using LaTeX "\timestamp" and or customising title header

2010-08-05 Thread 'Mash
Afternoon, I have started experimenting with publishing outlines to PDF, and have been trying to sort out basic styling, mainly because the default export looks terrible. I disabled the title header as I want my first outline to be the first thing at the top of the page. The problem is that I

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Bastien
Nick Dokos writes: > amscopub-m...@yahoo.com wrote: > >> Thanks for the reply. >> >> What version of org-mode is that defined in? I'm using 7.01g. >> > > I presume it's not in any released version. You'll probably have > to pull the latest from the git repository to get it. Yes, indeed. Sorr

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-05 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > Just to give you feedback, here's a cite from the answer of my > postmaster about the bad experiences with Courier: > >"Had a search and it appears that courier doesn't support this. The >best solution would be to upgrade our mail server to use do

[Orgmode] Re: How do you use call and lob in org-babel?

2010-08-05 Thread Dan Davison
Hi I.S., Inquisitive Scientist writes: > Dear Experts, > > I am confused about how to use lob and call in org-babel. First I > define a simple function like square: > #+srcname: square(x) > #+begin_src python > return x*x > #+end_src > > A line like > : #+lob: square(x=2) > does not seem to prod

[Orgmode] bug report: timeline agenda in an indirect buffer

2010-08-05 Thread Ilya Shlyakhter
Right now making a timeline agenda of an indirect buffer causes a crash. I think it's because buffer-file-name is null for such buffers, so in the call (org-prepare-agenda (concat "Timeline " (file-name-nondirectory buffer-file-name))) the file-name-nondirectory call

[Orgmode] Re: [babel] lob evaluation : a bug ?

2010-08-05 Thread Dan Davison
d.tchin writes: > Hi, > > I try to evaluate function already defined in library-of-babel. > But whatever the function I try to evaluate I have the following > error output get from buffer *Messages* : > Hi d.tchin, Failure of lob and call on C-c C-c has been fixed (ec034ba) since the release o

[Orgmode] debugging sbe calls

2010-08-05 Thread Inquisitive Scientist
Dear Experts, I *love* org-babel. In trying to switch a bunch of things to using it, I have run into the problem that if I get the syntax slightly wrong, either nothing happens (no output) or I just get something like "ERROR". Is there a way to understand what is causing the error? So far, I have

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread amscopub-mail
Thanks for the reply. What version of org-mode is that defined in? I'm using 7.01g. When I bring up org-format-latex-options, it doesn't define that variable in the documentation. Setting the variable doesn't seem to do anything. The PNG files are always 72 x 72 ppi. I tried setting it to th

Re: [Orgmode] Re: MobileOrg for Android...issues

2010-08-05 Thread Matthew Jones
I really like pywebdav, it's what I use on my VPS when utilizing MobileOrg. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Thu, Aug 5, 2010 at 3:11 AM, Holger Wenzel wrote: > Hi C64Wiz, > > > Also, I selected to store the .org files on my SD card. Is there a > > way I can *manually* copy

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Nick Dokos
amscopub-m...@yahoo.com wrote: > Thanks for the reply. > > What version of org-mode is that defined in? I'm using 7.01g. > I presume it's not in any released version. You'll probably have to pull the latest from the git repository to get it. HTH, Nick > When I bring up org-format-latex-optio

Re: [Orgmode] Re: MobileOrg for Android...issues

2010-08-05 Thread C64 Whiz
I do have my own WebDav server (Apache mod) but I'm a "security guy" so I only allow https. Bad http, bad. :) At this point, I really just want to view 1 org file, my contacts, as I don't want my contacts sync'd or stored on Google. It sounds like for now I'll need to just export my contacts.org

Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-05 Thread Martin Pohlack
Hi, On 05.08.2010 04:19, Erik Iverson wrote: Hello, I am using the latest org pulled from git. In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mode. This also happened when re-running an org-ba

[Orgmode] Insert TODO or plain heading depending on context

2010-08-05 Thread Nathan Neff
Sorry for a rudimentary question, but someone almost certainly has done this before: I'd like define a function that would: a) Create a new heading if the cursor is on a heading or the body of a heading. or b) Create a new TODO heading if the cursor is on a TODO heading or the body of a TODO headi

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-05 Thread Rainer Stengele
Hi Juri, TAB works like ,-> FOLDED -> CHILDREN -> SUBTREE --. '---' what I want is something like FOLDED (headline level n) -> CHILDREN (headline level n+1) -> CHILDREN (headline level n+2) -> ... SUBTREE and maybe the other direction also .. Best, Rainer

[Orgmode] %i indentation in capture templates

2010-08-05 Thread Thomas Jack
I have the following capture template: ("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox") "* TODO %?\n%i\n%a") Yet, with "foo\nbar\nbaz" in the region, this expands to: ... *** TODO foo bar baz ... The manual says of %i that "The entire text w

[Orgmode] org-clock-current-task?

2010-08-05 Thread Michael Gilbert
Hi - Did org-clock-current-task actually end up in orgmode in February? I see mention of it on the list, but I'm not seeing it in the application. — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgm

Re: [Orgmode] camel.el, for CamelCase links

2010-08-05 Thread Sebastian Rose
Michael Gilbert writes: > On Aug 3,2010, at 9:27 AM, Bastien wrote: > >> "David O'Toole" writes: >> >>> http://github.com/dto/folio/blob/master/camel.el >>> Someone asked about this recently, i have some partially working code. >> >> I'm not a big fan of CamelCase links because it encourages th

Re[2]: [Orgmode] programming for org-mode

2010-08-05 Thread Ivanov Dmitry
Hi, Eric. I decided to draw schemes for functions in your module org-collector.el. And started from org-read-prop. Please, check my pdf file - my questions are marked with green. If there are no attachments allowed in the mailing list, you can get it here: http://live-wtr.ru/org/org-collector.p

[Orgmode] How do you use call and lob in org-babel?

2010-08-05 Thread Inquisitive Scientist
Dear Experts, I am confused about how to use lob and call in org-babel. First I define a simple function like square: #+srcname: square(x) #+begin_src python return x*x #+end_src A line like : #+lob: square(x=2) does not seem to produce any result either in the buffer or on export: #+lob: square(

[Orgmode] [babel] lob evaluation : a bug ?

2010-08-05 Thread d . tchin
Hi, I try to evaluate function already defined in library-of-babel. But whatever the function I try to evaluate I have the following error output get from buffer *Messages* : setf: Wrong type argument: consp, nil For example I use the following : #+tblname: R-plot-example-data | 1 | 2 | | 2 |

[Orgmode] Re: MobileOrg for Android...issues

2010-08-05 Thread Holger Wenzel
Hi C64Wiz, > Also, I selected to store the .org files on my SD card. Is there a > way I can *manually* copy org files to the SD card (just need a > location really) so that I can at least read/reference them? I don't > have a need to edit/capture at this point, but would like to at least > view t

[Orgmode] called-interactively-p : org-capture

2010-08-05 Thread Richard Riley
I upgraded to latest git version and modified my setup to use org-capture. Even using the default templates and keybindings in the docs I get the following backtrace when trying to create a new todo item based on org-capture-templates , | Debugger entered--Lisp error: (error "Capture templat

[Orgmode] Re: how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-05 Thread Rainer Stengele
Fernando, thank you. Excellent! Couldn't find that in the org manual. Maybe its worth including it? Rainer Am 04.08.2010 22:52, schrieb Fernando Naufel do Amaral: > Use show-children with a prefix argument. > > From the docs: > > show-children is an interactive compiled Lisp function in `o

Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-05 Thread Erik Iverson
On 08/05/2010 03:34 AM, Martin Pohlack wrote: Hi, On 05.08.2010 04:19, Erik Iverson wrote: Hello, I am using the latest org pulled from git. In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mod