[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Tom gmail.com> writes: > when the computer is idle for, say, 5 seconds. I meant 5 minutes, of course. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emac

Re: [Orgmode] Org cause Emacs to hang

2011-02-27 Thread Bastien
John Hendy writes: > Perhaps add one line at a time and see which one is the culprit? Yes. I suspect removing this line will help: #+STARTUP: indent Marvin, can you confirm? -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to sen

Re: [Orgmode] Startup page

2011-02-27 Thread Bastien
My Emacs startup screen presents two windows: a classic scratch buffer, and the list of today's appointments from .diary. This fits my needs well. I'm not sure it is worth trying to set up a complicated startup buffer. Depends on your need, of course, but you'll found out that it's always too rig

Re: [Orgmode] Stuck projects and unbacked priorities

2011-02-27 Thread Bastien
Hi Marc-Olivier, thanks for very clear explanations about the problem you're trying to fix, and thanks for the code. I'm not using the GTD-methodology myself, so I cannot really see whether it meets a general need in the GTD world or not. Your email and your code are good candidates for Worg, wh

[Orgmode] Splitting mailing list

2011-02-27 Thread Julien Danjou
Hi, There's really a lot of trafic here, and it's more and more diffcult to me to follow development related threads in all the usage realted threads. How about splitting the mailing list in a user and a development list? -- Julien Danjou ❱ http://julien.danjou.info pgpy1t4BXGuu1.pgp Descript

[Orgmode] Re: [bug] [ANN] Lists changes pushed to master

2011-02-27 Thread Nicolas
Hello, This bug has been fixed in master branch, but I forgot to tell it to the ML. Thanks again, Eric. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-27 Thread Bastien
Hi Gregory, "Sullivan, Gregory (US SSA)" writes: > It would be quite useful if I could use currentfile in place of > "path/to/file" in the various Target patterns. That is, it would be > nice to write something like: This is already implemented in Org's git version. See the email you're reply

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Bastien
Hi Julien, Julien Danjou writes: > How about splitting the mailing list in a user and a development list? I am in favor of using a [DEV] tag and stick to one single list. The path from users to developers (and to core Org developers) is a continuum, keeping this continuum on one list is a good

Re: [Orgmode] [PATCH] org-macs: store evaluated version of pom

2011-02-27 Thread Bastien
Hi Julien, Julien Danjou writes: > Yes it is. This patch just fix one problem. Without it, what is set > with pom is evaluated multiple times: > > (org-with-point-at (function-that-return-some-marker) > (do-stuff)) > > (function-that-return-some-marker) will be called several times, which > ca

Re: [Orgmode] Re: org-table formulas with missing values

2011-02-27 Thread Bastien
Hi Thorsten, Thorsten writes: > Ok, trial and error suggests that missing values in numeric columns can > be represented as 0 in formulas, in string columns as "". Is there > something like NaN in calc/org-table? I don't know what is NaN. Can you give an example of what you're trying to achie

[Orgmode] [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Vladimir Alexiev
When I try to tangle the simple file shown below, I get this error: "Wrong type argument: sequencep, hline". Org-mode version 7.4 (release_7.4.44.g49d9c.dirty) I have the default values of these args (checked through gebugging) According to the help: * :hlines: `no' (default) Strips horizontal

[Orgmode] Re: Startup page

2011-02-27 Thread Christian Mandel
Am 27.02.2011 11:15, schrieb Bastien: > [...] > > I'm not sure it is worth trying to set up a complicated startup buffer. > Depends on your need, of course, but you'll found out that it's always > too rigid: it assumes your buffer can tell you what you want, instead of > *you* telling him what to

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Julien Danjou
On Sun, Feb 27 2011, Bastien wrote: > I am in favor of using a [DEV] tag and stick to one single list. This is not something automatic, so this is not something everyone will do. I won't think about it most of time and will forget, so… > The path from users to developers (and to core Org develop

[Orgmode] org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
I keep perl regexps in a table, and some of them start with "(". I'd like these to be left alone (returned unmodified as a string). (info "(org)var") doesn't mention special processing of table cells, but the doc of org-babel-read says: Convert the string value of CELL to a number if appropriate.

[Orgmode] Re: Splitting mailing list

2011-02-27 Thread Gour
On Sun, 27 Feb 2011 15:09:04 +0100 Julien Danjou wrote: > This is not something I'd propose on a low trafic list, but the number > of mails here is getting bigger and bigger, and it's hard for me as a > developer (and not as a maintainer like you) to just follow the stream > of subject I am inter

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Matthew Sauer
Even though I am not much into development I enjoy reading them as they are teaching me about how this works and hopefully I can move to doing DEV further down the road. Even if we had two lists I would just add a filter tag like I do now and sort them all into the same tag (well, maybe, maybe not

[Orgmode] Bug: ical export of diary style sexps omits category and description [7.4]

2011-02-27 Thread MT
t how it should be, is it? Here's an example: test.org: * Org style <2011-02-26 Sat> An event. * Diary style <%%(diary-anniversary 01 01 2000)> New year The two entries created in test.ics: BEGIN:VEVENT UID: TS-c7a29e46-3025-42a5-bce1-4f9712a2cd82 DTSTART;VALUE=DATE:20

Re: [Orgmode] [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: > When I try to tangle the simple file shown below, I get this error: > "Wrong type argument: sequencep, hline". > Org-mode version 7.4 (release_7.4.44.g49d9c.dirty) > > I have the default values of these args (checked through gebugging) > According to the help: > * :hl

Re: [Orgmode] org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: > I keep perl regexps in a table, and some of them start with "(". > I'd like these to be left alone (returned unmodified as a string). > > (info "(org)var") doesn't mention special processing of table cells, > but the doc of org-babel-read says: > > Convert the string va

[Orgmode] Re: Splitting mailing list

2011-02-27 Thread Chris Thompson
Julien Danjou danjou.info> writes: > > Hi, > > There's really a lot of trafic here, and it's more and more diffcult to > me to follow development related threads in all the usage realted > threads. > > How about splitting the mailing list in a user and a development list? > I would prefer a

Re: [Orgmode] Re: org-clock-idle-time resolving dialogues seem to stack up for each passed idle time period

2011-02-27 Thread David Maus
Hi Rainer, At Mon, 24 Jan 2011 14:41:15 +0100, Rainer Stengele wrote: > > > > this still bugs me. After leaving idle my emacs for some time longer > > than the configured idle time I have to apply answers to the idle-time > > dialogue several times. I cannot simply press "j" to jump to the open cl

[Orgmode] Re: convert orgmode to docx --- using odt export

2011-02-27 Thread Robert Goldman
Question: is this only usable in a stand-alone emacs, or can we load the exporter into our normal orgmode configuration? I suspect from reading that a merge will be difficult that we must use this outside our standard environment, but just wanted to be sure Thanks, r ___

Re: [Orgmode] Re: Splitting mailing list

2011-02-27 Thread Julien Danjou
On Sun, Feb 27 2011, Chris Thompson wrote: > It appears that a solid majority of the posts in the current mailing list are > Babel-related, and this is a very distinct subset of functionality that could > easily and cleanly be split into its own list. Plus, it makes sense... not > every > Org use

Re: [Orgmode] Org cause Emacs to hang

2011-02-27 Thread Marvin Doyley
Hi Bastien, remove #+STARTUP: indent solved the problem. Thanks M On Sun, Feb 27, 2011 at 4:38 AM, Bastien wrote: > John Hendy writes: > > > Perhaps add one line at a time and see which one is the culprit? > > Yes. I suspect removing this line will help: > > #+STARTUP: indent > > Marvin, ca

Re: [Orgmode] $0 replaced with ampersand (&) when invoking `org-edit-special'

2011-02-27 Thread David Maus
At Fri, 11 Feb 2011 10:52:29 +0100, Bastien wrote: > > Hi Niels, > > niels giesen writes: > > > According to [ (info "(org) Formula syntax for Calc") ], $0 > > references the current cell. Pressing C-c C-c on the #+TBLFM line > > below does indeed work, but C-c ' (`org-edit-special') changes the >

Re: [Orgmode] Export issue of URL when the text begins with a date‏

2011-02-27 Thread David Maus
At Mon, 31 Jan 2011 19:45:29 +0100, Bastien wrote: > > David Maus writes: > > > Attached patch factors out the link handling part of > > `org-export-as-html' in a separat function which takes the processed > > line and the exporting options as arguments and returns the possibly > > modified line.

[Orgmode] Re: Org cause Emacs to hang

2011-02-27 Thread Nicolas
Hello, Marvin Doyley writes: > remove #+STARTUP: indent solved the problem. > > Thanks > M Could you try the following branch, by any chance, and tell me if that fixes your problem, even with that line? git://github.com/ngz/org-mode-lists.git indent-patch-no-timer Regards, -- Nicolas __

[Orgmode] Re: Stuck projects and unbacked priorities

2011-02-27 Thread Marc-Oliver Ihm
Am 27.02.2011 11:28, schrieb Bastien: Hi Marc-Olivier, thanks for very clear explanations about the problem you're trying to fix, and thanks for the code. I'm not using the GTD-methodology myself, so I cannot really see whether it meets a general need in the GTD world or not. Your email and yo

Re: [Orgmode] [babel] Bug? :cache yes ignored when :noweb yes

2011-02-27 Thread Eric Schulte
Andreas Leha writes: > Hi Eric, > > thanks for testing this. It works for me when executing as well. But > not when exporting. Does that work for you? > > I have tested this on two computers with the latest git version. > Oh, I see, sorry I missed that in your original email. I've just pushe

[Orgmode] Re: convert orgmode to docx --- using odt export

2011-02-27 Thread Jambunathan K
Robert Goldman writes: > Question: is this only usable in a stand-alone emacs, or can we load > the exporter into our normal orgmode configuration? Odt exporter should work like any other regular exporter for orgmode. If something is not OK please report a bug.. > I suspect from reading that a

[Orgmode] Re: [annoyance] Inserted headlines are immediately folded

2011-02-27 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: > >> Before, when inserting such a node, it stayed expanded, which my preferred >> way of viewing the file. > > Can you tell when was "before"? I would say "two weeks ago" or so. This is a recent change in behavior. Best regards, Seb --

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I'd find automatic regeneration useful. Another way: * [#A] make failed refile reload the cache automatically You usually want the existing choices for selecting a headline. You don't need to regenerate those. Just the target locations. So ideally you would just immediately select it,

Re: [Orgmode] Unable to select source code blocks

2011-02-27 Thread Eric Schulte
Giorgio Valoti writes: > Il giorno 26/feb/2011, alle ore 17:05, Eric Schulte ha scritto: > >> […] >> >> You could also try executing the function directly by calling >> `eval-expression' M-: (org-babel-src-block-names) within the Org-mode >> buffer. > > I get the same results. > as I understan

[Orgmode] Re: Closing #+results: with #+end declaration?

2011-02-27 Thread Eric Schulte
Bastien writes: > Hi Eric, > > "Eric Schulte" writes: > >> #+begin_src sh :results list >> echo "eric schulte" >> echo "dan davison" >> echo "seb vauban" >> #+end_src >> >> #+results: >> - ("eric" "schulte") >> - ("dan" "davison") >> - ("seb" "vauban") > > reading this, I wonder if we shou

[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > I've just pushed up a change which should fix this issue i.e., the code > block below now evaluates without error. Just for my (= our) information, which combination was special here and had to be fixed in the code? >> input file: >> >> #+STARTUP: showevery

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Samuel Wales gmail.com> writes: > > I'd find automatic regeneration useful. > > Another way: > > * [#A] make failed refile reload the cache automatically > You usually want the existing choices for selecting a > headline. You don't need to regenerate those. Just the > target location

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I think my suggestion works for refile goto. However, if you add headlines all the time, you will need your suggestion with ido. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) ==

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
(And yes, refile goto is superb.) -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper. _

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Sébastien Vauban
Hi Samuel, Samuel Wales wrote: > (And yes, refile goto is superb.) Just FYI, remember it can be accessed by `C-u C-u C-c C-w' (not written in the description of `org-refile-goto-last-stored' -- maybe because it's using another way to do the jump than the `16' argument, that is, in this case, it m

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Alan L Tyree
On Sun, 27 Feb 2011 12:43:59 +0100 Bastien wrote: > Hi Julien, > > Julien Danjou writes: > > > How about splitting the mailing list in a user and a development > > list? > > I am in favor of using a [DEV] tag and stick to one single list. > > The path from users to developers (and to core Or

Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> I've just pushed up a change which should fix this issue i.e., the code >> block below now evaluates without error. > > Just for my (= our) information, which combination was special here and had to > be fixed in the code? > The hl

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Jeff Horn
If the lists were split, I likely would have never submitted my first patch. I've learned more about programming and computing from the org-mode list than any other list. I'm in favor of the status quo. I make heavy use of mail tags. I almost always delete [PATCH] mails immediately, and pay specia

[Orgmode] Re: [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree

2011-02-27 Thread Eric Schulte
Hi Rainer, I tried to reproduce this problem, but it seems to have worked as expected on my system, specifically when exporting the "Her it does not work" subtree, I get the following in the resulting .tex file. #+begin_src latex \section*{Her it does not work} \label{sec-1} \subsection*{R

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Jeff Horn
On Sun, Feb 27, 2011 at 4:20 PM, Jeff Horn wrote: > If the lists were split, I likely would have never submitted my first > patch. I've learned more about programming and computing from the > org-mode list than any other list. I'm in favor of the status quo. I fired off the e-mail before reading

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread Jeff Horn
The author of the following site uses org-mode to maintain his website: http://almostobsolete.net/ His style sheet makes the website feel like it is in org-mode, particularly how links are "fontified". That stylesheet served as the basis for my website style for a while. On Sat, Feb 26, 2011

Re: [Orgmode] [babel] Possible bug: (mis)handling tuples for :return value in Python [7.4 (release_7.4.153.ga0b8)]

2011-02-27 Thread Eric Schulte
Scott May writes: > I do not think that =org-babel-read= is correctly handling Python > tuples that are returned from source blocks. > > If I execute the following source block: > #+begin_src python :results value > return (1,2) > #+end_src > > I get the following error message: > : Symbol's fu

Re: [Orgmode] [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
I noticed this last week and can reproduce it. I was just preparing a bug report on this very problem, and my test file is similar to yours. Minimal org setup. Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-02-10 on

Re: [Orgmode] Possible Calc support for Org-Babel?

2011-02-27 Thread Eric Schulte
Eric S Fraga writes: > "Eric Schulte" writes: > >> Christopher Allan Webber writes: >> >>> (failed to wide-reply initially) >>> >>> I just had use for this for some quick calculations I wanted to add to >>> one of my files, but... >>> >>> Any idea why variables inside of parentheses don't work,

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I just do this. (defun alpha-org-goto () (interactive) (let (org-refile-target-verify-function) (alpha-org-goto-1))) (defun alpha-org-goto-1 () (org-mark-ring-push) (message "org mark ring pushed") (org-refile 4)) ___ Emacs-orgmode mailing

Re: [Orgmode] [babel] [PATCH]

2011-02-27 Thread Eric Schulte
Hi Martyn, Thanks for this patch and for the very nice test file, I've just applied it along with a related patch in org-exp-blocks.el. Even with the patch applied I am still seeing undesirable behavior when exporting the test file. I believe this is due to upstream processing of the blocks by t

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Samuel Wales
The thing that is most difficult for me is the fact that I almost never can read the entire subject header. Often I get to read only the first word. Tags will make that worse. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> I've just pushed up a change which should fix this issue i.e., the code >>> block below now evaluates without error. >> >> Just for my (= our) information, which combination was special here and had >> to >> b

[Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Nicolas
Hello, Jeff Horn writes: > I noticed this last week and can reproduce it. I was just preparing a > bug report on this very problem, and my test file is similar to yours. > > Minimal org setup. > Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) > GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, N

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Andrew J. Korty
Alan L Tyree wrote: > I'm purely a user, but I would not be in favour of splitting the list. > I find it interesting to have an insight into what the developers are > doing, where org is headed. Use of a DEV tag would be good. I don't understand. If you like to read the development posts, why

[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Vladimir Alexiev
> The hline was assumed to be a list (as normal rows are) by the indexing > code, so I just inserted a quick check to ensure that hlines are left > alone. So Eric, you're handing this arg as per documentation (info) * :hlines: `no' (default) Strips horizontal lines from the input table. But you

[Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
> would be onerous to have to wrap every cell > of a table in double quotes... I tried doing this as a workaround, but it is not since the quotes are passed to perl, and that's not what I want > it would be a breaking change for > anyone who is currently relying on the ability Right, that's why

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread ishi soichi
Wow, it looks neat. I will give a shot. Thanks! soichi 2011/2/28 Jeff Horn > The author of the following site uses org-mode to maintain his website: > >http://almostobsolete.net/ > > His style sheet makes the website feel like it is in org-mode, > particularly how links are "fontified". Th

[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Bernt Hansen
Matthew Sauer writes: > Whenever I use Remember to shoot a note to a specific location I > press C-1 and get the following error: > M-[ 1 ; 5 q is undefined > > I changed my .emacs to make the default refiling and C-1 C-c C-c is > now the template location specified.  At times I would still like

Re: [Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: >> would be onerous to have to wrap every cell >> of a table in double quotes... > > I tried doing this as a workaround, but it is not > since the quotes are passed to perl, and that's not what I want > >> it would be a breaking change for >> anyone who is currently rely

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Thomas S. Dye
On Feb 27, 2011, at 12:47 PM, Nicolas wrote: Hello, Jeff Horn writes: I noticed this last week and can reproduce it. I was just preparing a bug report on this very problem, and my test file is similar to yours. Minimal org setup. Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Alan L Tyree
On Sun, 27 Feb 2011 17:53:44 -0500 "Andrew J. Korty" wrote: > Alan L Tyree wrote: > > > I'm purely a user, but I would not be in favour of splitting the > > list. I find it interesting to have an insight into what the > > developers are doing, where org is headed. Use of a DEV tag would > > be

Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: >> The hline was assumed to be a list (as normal rows are) by the indexing >> code, so I just inserted a quick check to ensure that hlines are left >> alone. > > So Eric, you're handing this arg as per documentation (info) > * :hlines: `no' (default) > Strips horizontal

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Matthew Sauer
I think that if it was kept as a single list the use of tags could allow (as long as people respect the tags) to filter and read only the types of threads they want to use. If we split the lists I would tag both with the same tag in my gmail box and read them all together, so it wouldn't really ap

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Kieran Healy
>>> I cannot reproduce this. Could you try to upgrade to a more recent >>> version, just in case? >>> >>> Regards, >>> >>> -- >>> Nicolas >>> I'm using the most recent git checkout, on GNU Emacs 23.2.94.1 (x86_64-apple-darwin10.6.0, Carbon Version 1.6.0 AppKit 1038.35) of 2011-02-22. Also,

[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Matthew Sauer
Yes, I was using remember as when I first started using orgmode I didn't have capture because emacs 23.2 in cygwin came with a series 6 version of org. Now that I have upgraded to the main development version I realized I can switch to capture, which I have and I LOVE much better, it has solved ma

[Orgmode] Re: org-babel-read should have option NOT to interpret as elisp

2011-02-27 Thread Vladimir Alexiev
> What syntax would you suggest to indicate that a variable is to be > passed without the possibility of elisp evaluation I think this should be done with a header arg, since they have very flexible setup scheme: see (info "(org)Using header arguments") "values of header arguments can be set

[Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
Hi. I would like to specify the widths and heights of images inserted in org-file, which will be exported as html. There are several images in the original org-file, and each of those needs to be shown differently. So I tried putting #+ATTR_HTML: alt="..." width="100px" [[imageURL]] But it does

[Orgmode] Re: [BUG] org-babel-tangle causes

2011-02-27 Thread Vladimir Alexiev
I found a simple WORKAROUND. Kindly put this in the documentation of :colnames, at the end of the nil value: Please note that such "table disassembly" does not work with var indexing. As a simple workaround, put the #+tblname AFTER the hline (not before the table). For example: #+STARTUP: sh

[Orgmode] Re: a question about fontification and org-emphasis-alist

2011-02-27 Thread Vladimir Alexiev
> C-h v org--emphasis But how do you know how many dashes to put? I'd use apropos-variable (show variables matching pattern: WORDS or regexp). I bind that to C-h C-v and use it often. All apropos* functions are very useful, learn them ___ Emacs-orgmo

RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-27 Thread Sullivan, Gregory (US SSA)
The way I understood your patch is that I can use (currentfile) as _the_ target expression in a capture template. What I was requesting was to use 'capturefile' _within_ a file+headline target expressions. Let me re-include a motivating example - as your citation didn't include it: (setq org-

[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Bernt Hansen
Hi Matthew, If it's a keyboard mapping issue I believe C-1 is equivalent to C-u 1 Does that work better for you? -Bernt Matthew Sauer writes: > Yes, I was using remember as when I first started using orgmode I > didn't have capture because emacs 23.2 in cygwin came with a series 6 > version of

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Nick Dokos
Andrew J. Korty wrote: > Alan L Tyree wrote: > > > I'm purely a user, but I would not be in favour of splitting the list. > > I find it interesting to have an insight into what the developers are > > doing, where org is headed. Use of a DEV tag would be good. > > I don't understand. If you l

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
> I'm using the most recent git checkout, on GNU Emacs 23.2.94.1 > (x86_64-apple-darwin10.6.0, Carbon Version 1.6.0 AppKit 1038.35) of > 2011-02-22. > > Also, it might be relevant that exporting the same test file to HTML gives > this: > >> >> Lorem ipsum dolor sit amet >> >> Lorem ipsum dolor

[Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Jeff Horn
Just pulled. The following org src: #+begin_src org #+TITLE: Test LaTeX Exporter and Lists #+AUTHOR:Jeffrey Horn #+EMAIL: jrhorn...@gmail.com #+DATE: 2011-02-27 Sun #+DESCRIPTION: Whenever a plain list is used in org and exported to LaTeX, an "\end{LIST}" declaration appears in th

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Kieran Healy
On Feb 27, 2011, at 9:43 PM, Jeff Horn wrote: >> I'm using the most recent git checkout, on GNU Emacs 23.2.94.1 >> (x86_64-apple-darwin10.6.0, Carbon Version 1.6.0 AppKit 1038.35) of >> 2011-02-22. >> >> Also, it might be relevant that exporting the same test file to HTML gives >> this: >> >>

[Orgmode] org export not working

2011-02-27 Thread John Rakestraw
Hi, list -- Just finished grading exams, writing student comments in org-mode. I've attempted to export the comments to pdf so that I can print and distribute to the class, and when I export I get this error message: --8<---cut here---start->8--- Symbol's funct

Re: [Orgmode] org export not working

2011-02-27 Thread Anthony Lander
Hi John, On 11-Feb-27, at 10:48 PM, John Rakestraw wrote: Hi, list -- Just finished grading exams, writing student comments in org-mode. I've attempted to export the comments to pdf so that I can print and distribute to the class, and when I export I get this error message: --8<-

[Orgmode] Org-Babel and R - no latex output

2011-02-27 Thread Ben Ward
Hi, I recently installed emacs, org-mode fresh on a new install of Arch Linux. Before I had it working on Ubuntu. I've installed everything as before and used the same .emacs file I had, but if I use org to write out some R script and export to pdf via latex, then I get an empty pdf document, wit

Re: [Orgmode] Re: [BUG] org-babel-tangle causes

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: > I found a simple WORKAROUND. > Kindly put this in the documentation of :colnames, > at the end of the nil value: > > Please note that such "table disassembly" does not work with var > indexing. As a simple workaround, put the #+tblname AFTER the hline > (not before th

[Orgmode] Org Babel and R issue with pdf latex export

2011-02-27 Thread Ben Ward
Hi, I recently installed emacs, org-mode fresh on a new install of Arch Linux. Before I had it working on Ubuntu. I've installed everything as before and used the same .emacs file I had, but if I use org to write out some R script and export to pdf via latex, then I get an empty pdf document, wit

Re: [Orgmode] org export not working

2011-02-27 Thread John Rakestraw
Hi, Anthony -- On Sun, 27 Feb 2011, Anthony Lander wrote: > You might consider temporarily rolling back your org-mode. The > function was defined in org-list.el a few weeks ago (my latest pull). D'oh. Why didn't I think of that? It worked. Thanks. -- John Rakestraw ___

[Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-27 Thread Dan Davison
Ben Ward writes: > Hi, > > I recently installed emacs, org-mode fresh on a new install of Arch > Linux. Before I had it working on Ubuntu. > > I've installed everything as before and used the same .emacs file I had, > but if I use org to write out some R script and export to pdf via latex, > then

[Orgmode] [OT] My Email to Mr. Steve Jobs

2011-02-27 Thread Stefan Strohmeier
Dear Emacs-Users, a couple of weeks ago I wrote an Email to Mr. Steve Jobs. A few days later I got a very personal answer. I think it is worth sharing my Email to Mr. Steve Jobs. Feedback is welcomed. Thanks! Stefan Strohmeier Lichtenau 2011 Member of the church of Emacs Here is my mail: An:

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
Hi soichi, On Mon, Feb 28, 2011 at 06:26, ishi soichi wrote: > So I tried putting > #+ATTR_HTML: alt="..." width="100px" > [[imageURL]] > But it does not do anything. > Changing > Could anyone help me out? With Org from git (2–3 days old) on Emacs 24, given this text in my Org file: , | #

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
My org is 7.01 and Emacs23.2 #+ATTR_HTML: alt="apples image" title="How many?" align="right" width="100px" [[images/apples6.jpeg]] produced this. soichi 2011/2/28 Aankhen > Hi soichi, > > On Mon, Feb 28, 2011 at 06:26, ishi soichi wrote: > > So I tried putting > > #+ATTR_HTML: alt="..."

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: > My org is 7.01 and Emacs23.2 > #+ATTR_HTML: alt="apples image" title="How many?" align="right" > width="100px" > [[images/apples6.jpeg]] > produced this. > width="100px"> Try changing that to ‘[[./images/apples6.jpeg]]’ (add ./ to the beginning

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: > My org is 7.01 and Emacs23.2 You might also want to try a newer version. If you don’t want to use the development version, you should probably at least upgrade to 7.4 (the most recent release). See for mor

[Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-27 Thread Ben Ward
On Sun, 2011-02-27 at 21:35 -0800, Dan Davison wrote: > Ben Ward writes: > > > Hi, > > > > I recently installed emacs, org-mode fresh on a new install of Arch > > Linux. Before I had it working on Ubuntu. > > > > I've installed everything as before and used the same .emacs file I had, > > but if