Joe Riel wrote:
> Jan Böcker wrote:
> > On 28.04.2010 20:30, Joe Riel wrote:
> >
> >> The hyperlink syntax allows specifying a line number, however,
> >> that doesn't do anything (other than force the document to
> >> be opened inside of emacs) with a non-text file (say a pdf).
> >>
> >> Is th
Jan Böcker wrote:
> Actually, it's half bugfix half new feature:
Right (although we can quibble about the exact proportion :-)), and to
the extent that it is a new feature, some more documentation would need
to be added if the patch is otherwise acceptable.
Nick
__
Joe Riel wrote:
> That is fine, though I'll apply the patch. There does appear to
> be another bug, or my misunderstanding. That is, even
> without the link,
>
> [[file:/home/joe/sample.pdf]]
>
> does not work properly. That is, clicking on it (mouse 1)
> opens the pdf inside emacs rather t
Eraldo Helal wrote:
> I want to get rid of the 'News' and 'Mail' directories in my home and
> put them somewhere else instead:
> '~/News' => '~/mypath/News'
> '~/Mail' => '~/mypath/Mail'
>
> Question: Which variables do I have to change so that gnus won't have
> troubles with moving those direct
Sébastien Vauban wrote:
> (setq org-tag-faces
> '(("home" . (:background "#D4EAFF" :italic t))
> ("work" . (:italic t :background "#F9E816"
>
> Though, only the color spec above is taken into account. Tags are not in
> italics like for all the others:
>
> (org
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
> Hi Nick,
>
> > Nick Dokos wrote:
> >> S=C3=A9bastien Vauban org> wrote:
> >>
> >>> (setq org-tag-faces
> >>> '(("home" . (:background "#D4
Matt Chastagnier wrote:
> I've just started with org-mode and have done several tutorials. But I'm
> stuck with this problem for 3 hours :
>
>
> I have :
>
> | item| quantity |
> |-+--|
> | laptop |4 |
> | desktop |7 |
> |-+--|
> | Total |
Leo wrote:
> On 2010-05-09 12:43 +0100, Carsten Dominik wrote:
> > what do you think about C-M-f, C-M-b, C-M-n, C-M-p as alternative
> > bindings? These seem to make *a lot* of sense, because, as many here
> > have pointed out, they are so much better repeatable (Keep C-M- down,
> > press the cha
David Lee wrote:
> After insert schedule and deadline by C-c C-s, C-c C-d, I switch
> buffer by ido-mode command ido-switch-buffer.
>
> Emacs will give out a message:
> Error in post-command-hook: (void-variable org-ans1)
>
> And ido-switch-buffer doesn't work.
>
> My environment: Emacs 23.1,
David Lee wrote:
> On 05/12/2010 11:46 PM, Nick Dokos wrote:
> > David Lee wrote:
> >
> >
> >> After insert schedule and deadline by C-c C-s, C-c C-d, I switch
> >> buffer by ido-mode command ido-switch-buffer.
> >>
> >> Emacs will g
Markus Heller wrote:
> ...
> Just curious, how can I get the day of the week in there as a string?
>
%a - abbreviated
%A - full name
If you do
C-h f format-time-string
you'll get the complete list of formatting chars.
Nick
___
Emacs-orgmode
Dan Davison wrote:
> If I'm viewing the manual with Sebastian's org-info javascript info
> emulation, and I'm on node 13 of the manual, what key do I press to get
> to 13.1?
>
> I wish I were better with info. My understanding is that I would use
> space or ] in emacs.
>
In emacs info, advanc
Carsten Dominik wrote:
>
> That might be interesting. I just got a mail from John, he will set
> up patchwork for us, which seems to be an automated issue-tracking
> system based on patches on a mailing list. This looks good to me
> because it keeps thinks on the mailing list which has worked
Dan Davison wrote:
> Could someone tell me how to find out which commit corresponds to a
> certain release (e.g. 6.36c)?
>
Do ``git fetch --tags'', then ``git tag'' to see the list of tags:
...
release_6.35i
release_6.36
release_6.36c
test_5.21_tagging
Then ``git show release_6.36c'':
,---
Carsten Dominik wrote:
> Arrgh, typo, I *am* considering! :-)
> On May 22, 2010, at 8:24 AM, Carsten Dominik wrote:
>
> > Hi,
> >
> > since a number of you have voiced a strong preference for Org-mode
> > to be hosted on GitHub, I am not considering such a step.
> >
I may not have seen the who
Thomas S. Dye wrote:
> Thanks Bernt,
>
> So, "broken custom settings" appear to be the cause of the unexpected
> behavior. Two questions:
>
> 1) Do programmers have a name for this situation, where custom
> settings seemed to work perfectly for a long time but then failed
> noticeably with the
John Hendy wrote:
>
> I've inspected the generated .tex file and this shows up where expected in
> both picture instances:
>
> \begin{figure}[htb]
> \centering
> \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf}
> \caption{text here}
> \end{figure}
>
Figures (and tables) are f
Nick Dokos wrote:
> Figures (and tables) are floating environments: latex will place them
> at or after the place where they are mentioned in the latex file, at
> the first place where it finds space, consistent with the spec ([htb]
> above).
>
Not quite right: depending on th
Thomas S. Dye wrote:
> ("work"
>:base-directory "~/org/temp/"
>:base-extension "org"
>:publishing-directory "~/org/temp/publish-work/"
>:publishing-function org-publish-org-to-latex
>:select-tags ("@WORK")
>:title "Work Notes"
>:inclu
Thomas S. Dye wrote:
> On May 26, 2010, at 11:37 AM, Nick Dokos wrote:
> ...
> perhaps? But I'm shooting from the hip here, so take it with the
> appropriate
> grain of salt.
>
>
> Hi Nick,
>
> The documentation for org-publish-projects-alis
Thomas S. Dye wrote:
> Aloha all,
>
> On the bus this morning I was able to find out a bit more about
> problems with html export.
>
> Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git
> bisect says:
>
> 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit
> com
Yuri de Wit wrote:
> Hi Stefan,
>
> Thanks for the directions.
>
> I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has th=
> e
> org lisp files and the org-mode Makefile is generating elc files in
> /usr/local/... Would Aquamacs automatically pick them up from there or do I
Henri-Paul Indiogine wrote:
> Hi Sebastian!
>
> 2010/6/4 Sebastian Rose :
> > M-x customize-variable RET org-link-mailto-program RET
> >
> > and set it to
> >
> > `compose-mail'
>
> Actually, this variable was set to compose-mail. This will give me
> that error message.
>
>
Try
Henri-Paul Indiogine wrote:
> Hi Nick & Sebastian!
>
> Nick Dokos writes:
> > (setq org-link-mailto-program '(compose-mail "%a" "%s"))
>
> Thanks, this works. However, probably because I use the latest Ubuntu
> Emacs snapshot (v.
Daniel Martins wrote:
> Sorry,
>
> but I did not understand. Which of the 4 variables should be set?
>
> I have the same intention as Eraldo.
>
I haven't tried it but I would guess this one:
Show Value Org Sort Agenda Notime Is Late
Non-nil means items without time are considered late. M
Carsten Dominik wrote:
> I have not been able to reach repo.or.cz for more than a day now. Is
> it just me?
>
No. I pulled yesterday some time but I just tried again and I could
not.
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to se
Water Lin wrote:
> I don't know why the word "touch" in my configuration. And I also don't
> know if I use it under Linux.
>
> I check my org mode configuration file, but I can't find any word like
> "touch" in my org-sites.el file.
>
> So, what's the function of this "touch" program?
>
It u
Daniel E. Doherty wrote:
>
> Carsten,
>
> When I tried this last Saturday, I was reluctant to reply since the git
> server appeared to be down and your message made me think I did not have
> the latest git version. I tried it again today, and still no joy. I am
> using org-mode version 6.36a
Uwe Brauer wrote:
> > On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi
> > wrote:
>>>
>>> why don't you use:
>
>> sorry I meant:
>> | Res1| Res2| Total|
>> |-|-|--|
>> | 3 | 4 | |
>> | 4 | 5 | |
>> #+TBLFM:$3=$1+S2
>
John Hendy wrote:
> Tried this and it works well -- the output is definitely much better! One
> oddity -- the EPS
> generated is black and white whereas the typical output was in color... silly
> option I'm missing?
>
"monochrome" is default:
,
| set terminal postscript eps enhanced 20
|
Eric Schulte wrote:
> Hi Tom,
>
> "Thomas S. Dye" writes:
>
> > Aloha all,
> >
> > Exporting this small file to html here doesn't put a caption on the
> > figure.
> >
> > * No caption
> >
> > #+CAPTION: Histogram of adze weights on a logarithmic scale
> > #+LABEL: fig:wt-log
> >
> > [[file:~/P
Eric Schulte wrote:
> "Thomas S. Dye" writes:
>
> [...]
> > Removing the blank line doesn't work for me either.
> >
> > Org-mode version 6.36trans (release_6.36.291.gaf90f)
> >
>
> Hmm, I just tried the above again using the HEAD (same org-version
> output as you have above) of the org-mode gi
Sebastian Hofer wrote:
> At Tue, 22 Jun 2010 11:51:30 +0200,
> Giovanni Ridolfi wrote:
> >
> > Sebastian Hofer writes:
> >
> > > I'm working on a customized latex-export-class for a CV.
> > nice!
> > > I noticed that if you skip a level in the outline structure
> > > (cf. example below) it is
Stefano Zacchiroli wrote:
> On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote:
> >>>(I've only now noticed that the FAQ it not part of the installed
> >>>org-mode documentation, at least not in my distribution package: any
> >>>reason for that?)
> >>
> >>I think it's not included be
Matt Price wrote:
> I'm now using emacs for almost everything and of course that's great,
> except that it is essentially a single-threaded OS that currently
> HANGS with some frequency (100% CPU usgte that will continue for hours
> if you let it go. I think this probably has something to do wi
Stefano Zacchiroli wrote:
> On Tue, Jun 22, 2010 at 10:35:11AM -0400, Nick Dokos wrote:
> > Next time you are online, just git clone the Worg repository to your
> > machine. Then periodically, git pull. Problem solved.
>
> Sure, the problem will be solved for *me* (in f
Bernt Hansen wrote:
>
> One thing I'm missing is I have a function that changes my TODO state to
> NEXT on clock in except when I'm creating a new remember-mode task.
>
> I need a similar way to tell if I'm in a capture-mode buffer to prevent
> changing the todo state to NEXT on clock-in.
>
>
Samuel Wales wrote:
> Link?
>
> On 2010-06-25, Carsten Dominik wrote:
> > 1. John's patchwork patch tracker
http://patchwork.newartisans.com/project/org-mode/list/
> > 2. David's issue tracking file
http://orgmode.org/worg/org-issues.php
HTH,
Nick
__
Matt Price wrote:
> yet another question as i continue to set things up.
>
> how would I create a custom agenda view that accomplishes this:
> (todo items marked "ACTION" OR "WAITING" AND tagged "email")?
> I don't think I see how to do this in the manual
> (http://orgmode.org/org.html#Custom-
Sébastien Vauban wrote:
> > (setq gnus-use-cache nil)
>
> I've updated it to `t'.
>
> ...
>
> Rest stayed as it was.
>
> I've read the couple of mails I was linking to. I've restarted Emacs (and
> Gnus) a couple of times.
>
> No change.
>
> It still takes around 5 mins to find the mail in m
Sébastien Vauban wrote:
> >> I really don't understand the problem.
> >
> > Profile the gnus code as it processes the two requests? The differences
> > should
> > be telling.
>
> Could you just give me a hint (function name or so) or a place to look for
> some info on how to do that?
>
I 've
Matt Lundin wrote:
> When I run make clean && make && make install I find that the language
> directory is not installed. Does the langs directory require a manual
> installation?
>
It's part of the git repository, so it should be present after you do a
git pull.
> Also, with make install, th
Buck Brody wrote:
> I am trying to get mobileorg setup and receive the following message from
> org-mobile-push
>
> "No executable found to compute checksums"
>
> Any ideas?
>
> Windows 7
> Org Version 6.36c
> GNU Emacs 23.2.1
>
[Apologies to Buck for the double send: I forgot to cc: the li
Tassilo Horn wrote:
> I use this setup in the org file:
>
> #+STARTUP: beamer
> #+LaTeX_CLASS: beamer
> #+TITLE: MOLA Opponent Review
> #+AUTHOR: Tassilo Horn
> #+EMAIL: h...@uni-koblenz.de
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
Matt Lundin wrote:
> >
> >> When I run make clean && make && make install I find that the language
> >> directory is not installed. Does the langs directory require a manual
> >> installation?
> >>
> >
> > It's part of the git repository, so it should be present after you do a
> > git pull.
>
>
Eric Schulte wrote:
> --=-=-=
>
> with attachment ;)
>
> >
> > I hardly believe this worked since it is the product of naive Makefile
> > pattern matching (which has never worked for me in the past), however it
> > appears to be compiling on my system.
> >
> > If someone who actually uses "make
Buck Brody wrote:
> Could you give me an example of what you mean when you say "customize the
> variable to be the path name"?
>
M-x customize
Type `org-mobile-checksum-binary' in the Search box and click on the Search
button.
Move the cursor to the headline and press to expand it (if nece
Puneeth wrote:
> Hi,
>
> On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote:
> [..]
> > I tried putting this in my emacs, but it didn't work:
> > (require 'org-protocol.el)
> > (require 'org-publish)
> > (require 'org-jekyll)
>
> I haven't used Jekyll, but should it be just org-protocol and no
Uri Avalos wrote:
> The following latex options produce the right format (an article scaled up to
> 20pts using the "arev" font):
>
> #+LaTeX_CLASS: article
> #+LaTeX_CLASS_OPTIONS: [12pt]
> #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc}
> \usepackage[20pt]{extsiz
Buck Brody wrote:
> Nick, thanks for your help. Unfortunately, when I try to save my
> customization (~/other/sha1sum.exe), I get the following message:
>
> Symbol's value as variable is void: ~/other/sha1sum\.exe
>
I have no idea why that would be: the type of the variable is string, so
wh
Carsten Dominik wrote:
>
> :-) Actually, in this specific area I had been thinking to
> removing or at least deprecating shell and elisp links,
> because the Org-babel way is much better and clearer to have
> that code in a block, rather than hiding it in the invisible
> part of of a link.
>
amscopub-m...@yahoo.com wrote:
> Thanks very much for the tip.
>
> The relevant variables I needed to change were
> org-export-latex-default-packages-alist and
> org-format-latex-header. It's working fine now.
>
> BTW, where did you find the latex fragment? I'm assuming in the tmp
> directory of
Sébastien Vauban wrote:
> Nick Dokos wrote:
> > Carsten Dominik wrote:
> >>
> >> :-) Actually, in this specific area I had been thinking to removing or at
> >> least deprecating shell and elisp links, because the Org-babel way is much
> >> be
Stephen Lienhard wrote:
>
> Hello,
>
> When I mark a ToDo item as Done, I would like to log the date only and not
> the time.
>
> For ex:
>
> ** DONE Update presentation
>CLOSED: [2010-07-08]
>
> Instead of:
>
> ** DONE Update presentation
>CLOSED: [2010-07-08 Thu 17:57]
>
>
> I
Torsten Wagner wrote:
> Just by reading and without the possibility to test it. Why you multiply the
> hour with 36 instead of 3600 to get seconds?
>
> > ...
> ># this next command yields hours from UTC, + or -, times 100
^
There's
Angel Popov wrote:
> Hi,
> I am following example on radio tables but it looks that it does not work.
> I copied
>
> % BEGIN RECEIVE ORGLST to-buy
> % END RECEIVE ORGLST to-buy
> \begin{comment}
> #+ORGLIST: SEND to-buy orgtbl-to-latex
> - a new house
> - a new com
Nick Dokos wrote:
>
> AFAIK, you *cannot* do something similar with lists (which is what
> you seem to have tried with your modifications to the example), but lists
> are much easier to deal with directly in LaTeX.
>
I stand corrected: as Nicolas Goaziou points out elsewhere
Nicolas Goaziou wrote:
> > Afaict, the only thing missing is the handy C-c C-c keybinding - or
> > am I wrong about this too?
>
> You're right. There is no keybinding for that. Though, as a little
> relief, with proper completion, M-x olsl TAB RET is enough.
>
I expect Carsten will have incorp
Nicolas Goaziou wrote:
> Hello,
> >>>>> Nick Dokos writes:
>
> > Afaict, the only thing missing is the handy C-c C-c keybinding - or
> > am I wrong about this too?
>
> You're right. There is no keybinding for that. Though, as a little
> r
Buck Brody wrote:
> I am just getting started with LaTeX. I can't seem to figure out how
> to add a footer to my document.
>
I don't think that orgmode provides built-in support for this, but it
does provide mechanisms so that you can do it by hand. The most flexible
header/footer package that
Bernt Hansen wrote:
> Erik Butz writes:
>
> > Hi all,
> >
> > I have a somewhat stupid problem, but didn't find a solution in the
> > manual or the list archive.
> > I want to use the \nbsp macro to generate a '~' symbol for Latex, but
> > I don't seem to get it to work correctly in my case.
>
Bernt Hansen wrote:
> Erik Butz writes:
>
> > unfortunately, after doing a 'git pull' and recompiling \nbsp{}m^2
> > still results in 200~\{\}m$^2$ for me.
>
> It works for me.
>
Works for me too.
Nick
___
Emacs-orgmode mailing list
Please use `
Marcelo de Moraes Serpa wrote:
> Is there a way to integrate org-mode APPT's (emacs APPT system) to
> show the reminders using growl or another OSX-like GUI feature? Has
> anyone ever done it before?
>
If you can get to the feature through the command line, it should be
easy. Look in the FAQ, s
Eric Schulte wrote:
> ...
> If you are going to do any serious work with lisp, I would emphatically
> recommend using paredit-mode, and becoming friends with the Sexp
> movement functions
> ++
> | C-M-f | runs the command paredit-forward |
> |---
Eric Schulte wrote:
> > I presume that paredit is useful because it's a minor mode, so you can
> > enable it on an org-mode buffer (e.g. using babel).
>
> No, even for emacs-lisp code blocks I use C-c ' to edit the code in
> emacs-lisp mode. I do have "[" and "]" globally bound to
> `insert-par
Friedrich Delgado wrote:
> Hi!
>
> I'd appreciate if the subject line and body of those patchwork mails
> could be a little more informative, since I can't really be bothered
> to click on those urls in order to figure out what's going on.
>
I'm really trying to be nice here and not be an offi
Sébastien Vauban wrote:
> Hi Tassilo,
>
> Tassilo Horn wrote:
> > Sébastien Vauban writes:
> >
> >> I've followed Nick's procedure, hoping to get even more details:
> >>
> >> --8<---cut here---start->8---
> >> Function Name Call Count Elapse
Tassilo Horn wrote:
> Sébastien Vauban
> writes:
>
> Hi Sébastien,
>
> > When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5
> > mins on line 487:
> >
> > --8<---cut here---start->8---
> > ;; Use `head' function.
> > ((fboundp he
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
> By carefully reading the article just sent by Erik (in another thread) about
> Edebug, becoming aware of the cursor movements under stepping, I now can say
> without error what *really* eats the time.
>
> I effectively saw every parameter evaluated, ev
John Hendy wrote:
> On Tue, Jul 20, 2010 at 9:55 AM, Piter_ wrote:
>
> Hi all
> I try to export my org file into Latex book by adding:
> #+LaTeX_CLASS: book
> bu I get:
> org-export-latex-set-initial-vars: No definition for class `book ' in
> `org-export-latex-classes'
>
Dave Mason wrote:
> I'm trying to get the new org-capture set up. I did as the docs suggest
> and imported my remember templates - then I removed the remember
> elements from my .emacs except for making the C-cr keystroke point to
> capture.
>
> However, now when I M-x org-capture - I get "Inval
Dave Mason wrote:
> On Tue, Jul 20, 2010 at 2:30 PM, Dave Mason wrote:
> > On Tue, Jul 20, 2010 at 2:13 PM, Nick Dokos wrote:
> >> Dave Mason wrote:
> >>
> >>> I'm trying to get the new org-capture set up. I did as the docs suggest
> >>>
John Hendy wrote:
>
> I had a problem with floating tables/figures a ways back, found
> here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg25566.html
>
> The solution, which was simply inserting #+ATTR_LATEX: placement=[H], worked
> perfectly.
>
> I just ran into it again, however. m
Nick Dokos wrote:
> John Hendy wrote:
>
> > Just to be sure I created an blank org file with only this:
> >
> > * test
> >
> > #+CAPTION: test table
> > #+ATTR_LaTeX: placement=[H]
> > | 1 | 2 | 3 | 4 |
> > |--
Austin Frank wrote:
> I have a document that always throws an error when I call
> org-babel-execute-buffer. I'd guess that there's one particular block
> that is to blame, but I can't tell which block babel is in at the point
> when the error is thrown.
>
> The error is:
>
> #v+
> Debugger ent
David Maus wrote:
> ...
> Alas: I couldn't figure out how to enable NOV cache for my nnimap
> group. Setting `nnimap-nov-is-evil' to nil didn't help.
>
[Warning: I know very little about gnus, perhaps just enough
to be dangerous and you probably already know all this, but just
in case... The
Marcelo de Moraes Serpa wrote:
> I've got a plenty of very big org files (~50KB). When it reaches
> ~30KB, org struggles to handle it -- it becomes very slow to navigate
> through the file, the response time is far from smooth.
>
> release_7.01g-20-gdd484 and GNU Emacs 23.2.1 (x86_64-apple-darw
Xin Shi wrote:
> Hello Experts,
>
> When I export the org file to LaTeX, I want no title or date in the first
> page. Namely, I want
> these lines to be commented out:
>
> %\title{XX}
> %\date{X}
> %\maketitle
>
> So far, I only found
> #+OPTIONS: author:nil can make:
>
> %\author
Nathaniel Flath wrote:
> Hello all,
>
> One thing that had been bugging me was the inability to have an
> ordered list of the form:
>
> a. Item 1
> b. Item 2
> c. Item 3
>
> The following patch enables this, with lists going from a-z and A-Z.
> Let me know if there are any issues with it.
>
Water Lin wrote:
>
> I want to change the text color in my Org file.
>
> I tried to use M-x customize-group RET org-faces RET to adjust text
> color settings.
>
> By using this way, I can adjust color of headline leve 1 & 2 &3 and
> something else. But I just don't know how to change plain tex
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
Eric Schulte wrote:
> Hi,
>
> I've recently seen similar requests on this list.
>
> The attached patch provides a first pass at this support implementing
> both in-buffer coloring given the following syntax, and html export (I
> don't know the correct LaTeX syntax, but it shouldn't be hard to e
Noorul Islam wrote:
> On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter
> wrote:
>
> 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 "Timelin
Carsten Dominik wrote:
> Some of the original arguments, that these names would stick
> more easily and that it would make it easy for a hacker to
> find the command name for rebinding, these do not fly, I think.
> I don't think anyone calls Org commands with M-x, and if a
> hacker needs to find
Carsten Dominik wrote:
>
> On Aug 9, 2010, at 9:50 PM, David Maus wrote:
>
> > These two things recently hit my inbox:
> >
> > Timestamp calculations in Emacs with org-mode
> > http://www.hollenback.net/index.php/EmacsOrgTimestamps
> > (via emacswiki.org)
> >
> > Manual de Org
> > http://gnu.ma
Carsten Dominik wrote:
> > ,
...
> > | I am smc here at manticore dot es.
...
> > `
>
> No name here either, right?
>
No name, but there is an email address.
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Bastien wrote:
> > For example, I have a modified file org-whatever.el. What commands
> > must I run?
>
> Please follow the instructions on Worg and let us know what is not
> crystal-clear -- that will help improve the doc if necessary.
>
I think Dmitry is asking for the git commands and I'm
Ivanov Dmitry wrote:
> Yes, Nick, I was asking about the git commands. Thanks. It seems, that
> creating a topic branch is more complicated, then simply editing the
> local master copy, creating a diff file and sending it to the mailing
> list. I think it should be used only in complicated cases.
Carsten Dominik wrote:
>
> On Aug 12, 2010, at 3:30 AM, Charles Cave wrote:
>
> > I'm exploring the many features of org-capture and I see the
> > documentation about a function for finding the location for refiling.
>
> What exactly are you referring to?
>
> >
> > I would like to see some sa
Eric S Fraga wrote:
> Hello all,
>
> Back from a short holiday and trying to catch up on work... and so I
> may have missed something in the org mailing list (although I've
> searched...).
>
> I have a large file which includes many babel code blocks (mostly
> maxima) that I wish to have evalua
Erik Iverson wrote:
> >
> > Am I missing something?
>
> org-babel-confirm-evaluate is a function.
> org-confirm-babel-evaluate is a variable.
>
I got that much, but I was expecting the return value of the function to
make a difference...
>
> evaluation-confirmed is the result of evaluating th
[Somewhat off-topic for this list, so it might be better to follow up
on gnu.emacs.help or some such.]
Ivanov Dmitry wrote:
> When I am editing a text in Emacs - not only in org-mode - when I
> select a region and press to remove it, it's being placed into
> the clipboard and when I want to pas
Rares Pop wrote:
> From what I found so far there are no macros involved here.
>
> I'll perform the upgrade to the latest version and see how if it's fixed.
>
It *was* a bug: it was fixed by this commit:
,
|
| commit be232c4c212283ca6311cfe35c0bae7719146e55
| Author: Carsten Dominik
| D
Marcelo de Moraes Serpa wrote:
> Hey guys, I'm still having this issue. I've tried downloading emacs
> again from emacsformacosx.com, but the problem is still there.
>
> Any ideas?
>
> Thanks,
>
> Marcelo.
>
> On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa
> wrote:
> > Hi Bastien, I
Marcelo de Moraes Serpa wrote:
> >(it would be better if you reloaded the
> >appropriate .el files - org.el in this case - and *then* took the
> >backtrace.)
>
> I am not an elisp expert, nor know the internals of orgmode, so sorry
> about that.
>
No apology needed: it was meant as a (useful?)
Skip Collins wrote:
> On Wed, Aug 18, 2010 at 10:43 AM, Bastien wrote:
> > I grasp the general idea but a more concrete use-case would help here
> > again... thanks!
>
> Perhaps I am trying to use agenda in a way that was never intended, to
> export printable lists in tabular form. Using agend
Blanchette, Marco wrote:
> Hmm... Thanks Dan.
>
> Do we have a different version of org-mode? I just pasted your code in emacs
> and try to execute it with M-x org-babel-execute-buffer RET without success.
>
> The emacs-lisp code works but the python and the R crashes with the
> following error
Austin Frank wrote:
> I have a document that always throws an error when I call
> org-babel-execute-buffer. I'd guess that there's one particular block
> that is to blame, but I can't tell which block babel is in at the point
> when the error is thrown.
>
> The error is:
>
> #v+
> Debugger en
Jan Böcker wrote:
> On 08/19/2010 07:55 AM, Gert van Oss wrote:
> > dear list,
> >
> > I know this is in the FAQ-[1] but I can't get it working. I've started
> > with a new setup not edited by hand. Can someone point me in the right
> > direction to get this working when I do: C-c-a?
> >
> > (c
Gert van Oss wrote:
>
> Taking out the first two lines mentioned below helped to solve my problem..
>
> #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) DONE(d) CANCELLED(c)
> DEFERRED(f)
> #+TAGS: HOME(h) OFFICE(o) EMAIL(e) PHONE(p) READ(r) REFILE(f) SQLITE(s) AS(a)
>
I'm not sure why the
301 - 400 of 4156 matches
Mail list logo