John Hendy wrote:
> Nick -- that was suggested to me when I posted about this topic a bit
> back as well. [1] That does work, but there's a catch. It applies the
> rule to every post that exists. If Samuel is just starting out, it's
> actually awesome (would have been for me). But... I had about
Samuel Wales wrote:
> In Firefox and emacs-w3m, I only get:
>
> Reader Comments
> (*) Allow
> ( ) Don't allow
> Backlinks
> ( ) Allow
> (*) Don't allow
>
> And strangely do not get what you get. I tried reducing fonts in
> Firefox also; the same thing showed up.
>
> I wonder if we are using
Richard Riley wrote:
>
> Has something dramatic changed with how org loads files?
>
> My org-directory setting is ~/org-files.
>
> When I start up my agenda this morning after a git pull I get
>
> insert-file-contents-literally: not a regular file:
> /home/shamrock/org-files
>
>
I just pul
Chao LU wrote:
> Dear all,
>
> I'm trying to define a variable, to let org-mode know different path to use
> when I'm under different system (Windows or Mac), but got trouble to get it
> work. Here is the Code:
>
>
> (defconst lch-win32-p (eq system-type 'windows-nt) "Are we on Windows?")
[This doesn't seem to have made it out to the list for some reason,
so trying again.]
Russell Adams wrote:
> ...
> This is great, but pops up an emacs session. If I run emacs in --batch
> mode, it won't load my init file and so loses some of my export
> customizations...
>
You can load your
Erik Iverson wrote:
> Stephen,
>
> There may be a better answer, but I see in the
> doc-string for org-export-html-style, that:
>
> As the value of this option simply gets inserted into the HTML
> header, you can \"misuse\" it to add arbitrary text to the header.
> See also the variable `org-e
Eric Schulte wrote:
> Thanks for doing most of the debugging on this.
>
> After much banging of my head, I stumbled onto this very nice page of
> common problems with compiled Macros in Emacs Lisp [1], it looks like
> this sort of thing has happened before. :)
>
> I realized I was guilty of one
Charles C. Berry wrote:
>
> Correction in line below. CCB
>
> On Sat, 20 Nov 2010, Charles C. Berry wrote:
>
> > I think :session without passing a string used to start a session, but
> > now it does not. I think this is a bug. Details:
> >
I ran into this too: see the footnote in
http://
Suvayu Ali wrote:
> Hi,
>
> I recently was in a situation where I had tables like these,
>
>
> || smear param | \chi^2/DoF | \chi^2/DoF |
> | Sl | caloE perp | perp before | perp after |
> |+-+-+|
> | 3 | 3.008 | 8/13| 8.3/13 |
>
Eric S Fraga wrote:
> Rainer Stengele writes:
>
> > Hi all,
> >
> > I am struggling more and more with slowness in my agenda view. Moving
> > from line to line with n and p is slow. Pressing the n key for 2
> > seconds will result in the cursor not following every keypress but
> > jumping dow
Rainer Stengele wrote:
> What I did:
> open the agenda view
>
> M-x elp-instrument-package org several "n"s - delays are there - same on linux (V23.2.1) and windows emacs
> M-x elp-results
>
>
> org-agenda-next-line 79
> 4.004141 0.0506
Rainer Stengele wrote:
> Nick, elp-reset-all does not work.
Some more detail would be helpful: in what way does it not work?
If I do
M-x elp-reset-all
M-x elp-results
I get a blank slate. Then I can press 10 "n", and do M-x elp-results
and get
org-agenda-list
Rainer Stengele wrote:
> Am 27.11.2010 20:23, schrieb Nick Dokos:
> > ...
> > Can you do M-x elp-instrument-function next-line and
> > get another profile?
> >
> ok, I did, getting
>
> org-agenda-next-line
Eric S Fraga wrote:
> I generate results for a number (looks like 99 times from the results)
Looks like 129 times from the results below.
> of 'n' moves through my agenda, including going through a few days from
> today forwards. I get the following:
>
> ,
> | org-agenda-later
Rainer Stengele wrote:
> Am 28.11.2010 01:30, schrieb Nick Dokos:
> > Rainer Stengele wrote:
> >
> >> Am 27.11.2010 20:23, schrieb Nick Dokos:
> >>> ...
> >>> Can you do M-x elp-instrument-function next-line and
> >>> get another
Rainer Stengele wrote:
> I tried with pressing "n" step by step 10 times, so no leaning on the "n" key:
>
> org-agenda-next-line 10
> 0.313999 0.0314
> next-line 10
> 0.3139
Eric S Fraga wrote:
> Okay, here are mine for 11 presses of the n command:
>
> --8<---cut here---start->8---
> org-agenda-next-line 11 0.063334 0.0057576363
> next-line11 0.033 0.003
>
Eric S Fraga wrote:
> Nick Dokos writes:
>
> [...]
>
> > Eric, do you encounter this problem on Emacs/Windows XP as well? Has
> > anybody encountered this problem on anything *but* Emacs/Windows XP?
>
> All my systems run Linux (Debian testing+unstable mix
Rainer Stengele wrote:
>
> scrolling with "n" and "p" runs smoothly now! Sigh! That means the
> slowness is connected to my .emacs and org settings!? I'am afraid I
> have to go through all the settings and find the culprit.
>
Great! That's real progress: in one fell swoop, you have eliminated
Eric Schulte wrote:
> Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a
> paper introducing Org-mode's code block functionality. We plan to
> submit this paper to the Journal of Statistical Software. As both
> Org-mode and the code block functionality are largely products
Bernd Weiss wrote:
> Am 03.12.2010 03:41, schrieb S=C3=A9bastien Vauban:
>
> [...]
>
> >> I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)
> >
> > That sounds weird to me: version 7.3 and a 7.01 tag!?
>
> Hi S=C3=A9bastien,
>
> That's what I get when I run "Show Version":
>
>
ishi soichi wrote:
> Ah, I need more help, though...
>
> I have tried this code. I made it as simple as possible to clarify my
> question.
>
> (defun add-word ()
> (interactive)
> '(org-table-put (@2 $2 "word!")))
>
> and execute in a buffer having a table already. It did not work at all
Ethan Ligon wrote:
> I'm working with a small spreadsheet, and would like to know how to
> manage date calculations within the spreadsheet. For example,
>
> * How to do date calculations in a spreadsheet?
> |--+--|
> | Date | Days elapsed |
> |---
Alan E. Davis wrote:
>
> I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the
> last stored item. Perfect.
I presume the first `C-c' above is a typo and that the bindind is `C-c
c', as the second instance indicates. Rebinding C-c to a command would
be a disaster, but ev
[Resending to the list: I got bitten by my old server verification nemesis.
Hope this makes it. Apologies to Herb for the duplicates.]
Herbert Sitz wrote:
> I'm trying to call a function in an Emacs server to export a file to PDF usin
g
> the following command:
>
> "c:\program files (x86)\emac
[Resending to the list, after fixing a mail problem. I badly wanted to
correct my mistake, but my mail to the list kept disappearing.
Apologies to Alan for the multiple copies.]
Nick Dokos wrote:
> Alan E. Davis wrote:
>
> > I have org-capture assigned to C-c, so C-u C-
Andrew J. Korty wrote:
> Bernt Hansen wrote:
>
> > (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp)
>
> Using org-insert-heading-hook is more elegant than my way, but I only
> want timestamps on TODO entries, so I use
>
I think you should be able to use org-entry-get
Thomas S. Dye wrote:
> Aloha all,
>
> I get subject error when exporting this subtree to LaTeX:
>
> * Export problem
>
> #+begin_src emacs-lisp :results wrap :exports both
>"code block results"
> #+end_src
>
> #+begin_src emacs-lisp :var lst=a-list :results list
>(reverse lst)
> #+end
Thomas S. Dye wrote:
> So, Seb and I have two things that others can't reproduce: the error
> in the OP, and the version string for the latest Org-mode.
>
Looks that way :-)
BTW, can you get a backtrace for the OP?
Nick
___
Emacs-orgmode mailing li
Bernt Hansen wrote:
> "Thomas S. Dye" writes:
>
> > So, Seb and I have two things that others can't reproduce: the error
> > in the OP, and the version string for the latest Org-mode.
> >
> >>>
> >>> I'm using Org-mode version 7.3 (release_7.4.2.g32f816.dirty)
> >>>
> >>
> >>
> >> FWIW, I canno
[Double argh: I forgot to copy the list...]
Thomas S. Dye wrote:
> Aloha Seb,
>
> Thanks for looking into this. I pulled as you suggested and now get
> consistent version strings. I'm pleased that we share a solution to
> that inconsistency. Thanks!
>
> The other problem persists. I put th
Thomas S. Dye wrote:
> ...
> The other problem persists. I put the example in its own buffer and
> was able to export the entire buffer without problem.
>
> Are you able to export a subtree? I get an error if I try to export
> just the subtree.
>
> The problem appears to be related to exporti
Jeff Horn wrote:
> Going to worg at 19:50 EST produced an "internal server error" from
> two machines on my network.
>
Same thing here.
Nick
> The "is it just me" site says it is, in fact, just me, but it only
> tests the domain, not any subdirectories.
>
> Jeff
>
_
Julien Danjou wrote:
> On Tue, Dec 14 2010, Giovanni Ridolfi wrote:
>
> > I think that you can put some extra, useful, information, that can go
> > in the Changelog, as lines not beginning with "*".
> >
> > But if you write very unformal/personal comments like:
> > 'I may have done this badly
Anthony Lander wrote:
> In today's git pull, org-open-at-point (C-x o, to follow a link)
> doesn't work. I get the following error message:
>
> org-open-at-point: Symbol's value as variable is void:
> org-inhibit-
> highlight-removal
>
> I reverted to my last pull on Dec 6, and it works
Memnon Anon wrote:
> Markus Heller writes:
>
> > Tassilo Horn writes:
> >> Markus Heller writes:
> >>> cancel the posting.
> >> ,[ (info "(message)Canceling News") ]
> ...
> > Man I really have to learn how to use the manpages/info thingy ...
>
> Info is so convenient, but I use it a tad
Torsten Wagner wrote:
> Thinking of tags, I wonder why we use
> [Orgmode] since all mails coming from emacs-orgmode(a)gnu.org which is
> a strong indicator already.
At least for me, the subject appears in my mail-reading pane so I can
see the tag, but the sender that appears is the original send
Sébastien Vauban wrote:
>
> Though, I don't see any potential explanation therefore. Could you help me
> spotting the problem?
>
It looks as if something that org-mode calls is taking all the time,
but it is not org itself. So the next thing is to look at what org-mode
calls and try to profile
Andrew J. Korty wrote:
> Not sure I agree with splitting the list, but the [Orgmode] tag is
> definitely superfluous. Who has a mail client that can't filter on
> the List-Id field?
>
It may be superfluous for some (all?) mail clients, but it is not
supefluous for *me*. Some duplication/supefl
Dave Abrahams wrote:
> `C-c c C'
>Customize the variable `org-capture-templates'.
>
> I don't know where that keybinding is supposed to come from, but as
> far as I can tell, it isn't set anywhere. In fact, if we take the
> manual's suggested `C-c c' binding for org-capture, the `C' a
Noorul Islam K M wrote:
> Paul Sexton writes:
>
> > Yes.
> > "Wrong type argument: commandp, list-calendar-holidays"
> >
> >
>
> I think the following patch will fix the issue for you.
>
> Log
> [[[
>
> Make org-agenda-holidays compatible with older versions of emacs.
>
> * lisp/org-agenda.
Tassilo Horn wrote:
> Nick Dokos writes:
>
> Hi Nick,
>
> > I don't think the patch is necessary: as Tassilo points out,
> > list-calendar-holidays should exist in emacs versions before 23.1, it
> > is obsoleted in 23.1 and replaced by calendar-list-holid
Jeff Horn wrote:
> The recursion happens with the function 'file-truename' according to
> my message buffer. Maybe it's something in my config, afterall?
>
C-h f file-truename says
,
| file-truename is a compiled Lisp function in `files.el'.
|
| (file-truename FILENAME)
|
| Return the tr
Jeff Horn wrote:
> I enabled debug-on-quit and tried looking at the backtrace while the
> agenda was hanging. Somewhere along the way, many lines before the
> error occurs, "~/org" is *correctly* translated as
> "/Users/jeffreyhorn/Dropbox/org". The error is occurring immediately
> after org "pre
Samuel Wales wrote:
> Perhaps activate-mark is an emacs 23 function. Emacs 22, latest org.
>
That is indeed the reason: I cribbed activate-mark and the variable
select-active-regions from the 23.2 simple.el into an emacs-22.3 session
and the export worked - adding them to your .emacs should pr
Jeff Horn wrote:
> Copy to list.
>
> On Thu, Dec 30, 2010 at 7:57 PM, Jeffrey Horn wrote:
> > Carsten Dominik writes:
> >
> >>> How would I match all TODOs that are untagged?
> >>
> >> For example with
> >>
> >> -{.}/!
> >
> > That indeed does the trick. Thanks, Carsten. A few questions, if yo
Ian Barton wrote:
> On 01/01/11 09:58, Ian Barton wrote:
> > On 01/01/11 05:36, Jambunathan K wrote:
> >>
> >>> Inspecting the Makefile, I see that I probably want to make the info
> >>> documentation and have that installed automatically, I just don't want
> >>> to byte-compile the lisp.
> >>
>
Štěpán Němec wrote:
> FWIW, I do. Having [Org] (or anything, really) prepended to the subjects
> of _all_ mails coming from a list that is already uniquely identifiable
> (e.g. by its address) has no information value altogether (unlike
> [Babel], [PATCH] etc.) and only takes up the much precious
[Forgot to reply-all - sorry about that. Apologies to Robert for
the duplicate email.]
Robert Pluim wrote:
> Nick Dokos writes:
>
> > Štěpán Němec wrote:
> >
> >> FWIW, I do. Having [Org] (or anything, really) prepended to the subjects
> >> of _all_ mail
Štěpán Němec wrote:
> ... I still find any kind of such
> server-side mangling Evil (see also Robert Pluim's reply, most of which
> I could just sign myself), but from Nick Dokos' reply I see that for
> people putting all incoming mail into one single place and not a
Rainer M Krug wrote:
>
> Hi
>
> I want to use a Capture Template to record changes to files under
> version control. Everything works as expected, but I would like to
> include the current revision in the template.
>
> Therefore I tried the following:
>
> * %T %? at %a by Rainer M Krug, email
Carsten Dominik wrote:
> > [fn:1] Is there an easier way to get the filename of the file I was
> > visiting when I initiated the capture? If not, should there be?
> > Perhaps
> > a %f escape?
>
> Hi Nick,
>
> you can use
>
> (buffer-file-name (org-capture-get :original-buffer))
>
> and we
Rainer M Krug wrote:
> But now I thought - OK - now I can add the state of the file, returned
> by vc-state (this is working i a nother document in the org-document).
> So I added:
>
> %(vc-state (buffer-file-name (org-capture-get :original-buffer)))
>
> but I get the error
>
> Capture abort:
Rainer M Krug wrote:
> Hi
>
> I am not sure if it is a bug, or a configuration issue, but %n (user
> name (taken from `user-full-name')) is not working - it is not expanded
> and displayed as %n
>
> Emacs : GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
> of 2010-07-05 on ecolmod
Marcelo de Moraes Serpa wrote:
> Is no one interested in such feature?
>
Just an fyi:
I don't know whether it's generally the case, but I received your
original mail (with date Thu, 6 Jan 2011 09:07:57 -0600) at the same
time as I received your follow-up (with date Fri, 7 Jan 2011 09:03:46
-06
Nick Dokos wrote:
> Marcelo de Moraes Serpa wrote:
>
> > Is no one interested in such feature?
> >
>
> Just an fyi:
>
> I don't know whether it's generally the case, but I received your
> original mail (with date Thu, 6 Jan 2011 09:07:57 -0600) a
Jeff Horn wrote:
> Hmm.. This wasn't picked up by patchwork. Please ignore. I'll try
> sending using =git send-email= instead.
>
That's because the attachment was not typed correctly: it should
probably be text/plain instead of application/octet-stream (a useless,
zero-information default).
I'
Suvayu Ali wrote:
> Hi Kiwon,
>
> On Wed, 12 Jan 2011 12:23:48 +0900
> Kiwon Um wrote:
>
> > Dear org users,
> >
> > The recent function for showing current time in agenda view is quite
> > cool. I have a question about it. When the agenda view is being shown,
> > is there any way to refresh
niels giesen wrote:
> Hi all,
>
> I would like `default-directory' in `org-agenda-mode' to be the
> value of `org-directory'. This is because I tend to start my
> working day by opening the Agenda view, and then decide to open
> some org file (which I all have inside `org-directory' and that
> m
Matt Lundin wrote:
> > So, how many of you here also use Vim? :)
>
> For quick editing (e.g., config files), I use vi(m). For anything else,
> I use emacs. Both are fantastic tools.
>
For quick editing of config files, I use "sudo ed" - from an Emacs shell :-)
Nick
__
Leo Alekseyev wrote:
> If I try to explicitly set the variable org-file-apps, so that its
> value is (("\\.jnt\\'" . "C:\\Program Files\\Windows
> Journal\\Journal.exe %s")
> ("\\.pdf\\'" . "C:\\Program Files (x86)\\Adobe\\Acrobat
> 10.0\\Acrobat\\Acrobat.exe %s")
> (auto-mode . emacs)
> ("\\.
Xin Shi wrote:
>
> Shr\"odinger will give the o with two dots on top. Notice that the " is a
> double quotation mark.
>
> However, when org translate that into LaTeX, it will become two single
> quotation mark! \'' (it's very hard to see the difference, but the pdf
> version will
> see th
Nick Dokos wrote:
> Alternatively, you can use UTF-8 in your org file and write Schr=C3=B6dinger
> explicitly. This will survive the LaTeX export intact and the
> \usepackage[utf8]{inputenc} in the LaTeX file will do the right thing
> with it.[fn:2]
>
> [fn:2] I'm n
Xin Shi wrote:
> Hello all,
>
> Thanks for your response!
>
> I can go with the UTF-8 method. The only problem for me now is I don't know
> how to input the =F6 from Emacs.
>
> I've tried the C-x 8 RET, but don't know the name or hex. Any suggestions?
>
I've no idea what the hex codes are: w
Jason Dunsmore wrote:
> ...
> That's okay with me. I just uploaded the latest stylesheet with Eric's
> collapsed TOC integrated in:
> http://orgmode.org/tmp/worg.css
>
> You can see it in action at:
> http://orgmode.org/tmp/worg/
>
I haven't been able to see Eric's TOC in action yet (w/Firefo
Nathan Neff wrote:
>
> I apologize if this is a very simple question, but I'm using the
> latest org-mode and
> just switched to a Debian based distro.
>
> I'm able to run make && sudo make install in the org-mode source directory,
> but
> when I go to Emacs, I don't see the Org-mode documenta
Jason Dunsmore wrote:
> The front page doesn't have a TOC. You can see it here:
> http://orgmode.org/tmp/worg/org-dependencies.html
>
OK - I can see it on this page.
Thanks,
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send replie
Ido Magal wrote:
>
> 1. Is it possible to avoid the confirmations on every file load?
>
Yes: check out the variable safe-local-variable-values (and the related
safe-local-eval-forms) for the general emacs-level nagging mechanism and
the variable org-confirm-babel-evaluate for the babel-specifi
Jason Dunsmore wrote:
> > I don't have a strong opinion about this: splitting the FAQ into
> > org-faq-*.org comes to my mind, but it's a big task. org-info-js,
> > while not optimal for *every* page on Worg, was doing a good job
> > on the FAQ.
>
> Sometimes I come across one of those huge j
Mehmet Atif Ergun wrote:
> No other problem but this error message... And everything seems to
> work fine regardless of this message.
> How can I find out what is causing this error on each startup?
>
emacs --debug-init
> I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs
> 2
Andreas Leha wrote:
> I found a severe bug that actually eats my text, i.e. *destroys* my
> org-mode file.
>
> Or am I missing something here?
>
> Just try that:
>
> * Test
>
> Execute this once:
> #+BEGIN_src R :session test :results output silent :exports none
> devnull <- library("
Matt Lundin wrote:
> So the new, "flat" FAQ is up and running. And, of course, all are
> welcome to suggest or contribute further refinements.
>
Blue (or purple or similar color) text on black background is unreadable -
at least to my eyes.
Thanks,
Nick
_
Matt Lundin wrote:
> Nick Dokos writes:
>
> > Matt Lundin wrote:
> >
> >> So the new, "flat" FAQ is up and running. And, of course, all are
> >> welcome to suggest or contribute further refinements.
> >>
> >
> > Blue
Ian Barton wrote:
> ...
> Since I am still on page one of the "Complete Idiots Guide to elisp", I
> plan to do this in Python, which has some nice libraries for creating
> ics files.
>
On a loosely-related note, I find myself in the unfortunate position of
being the target of Outlook-generate
Robert P. Goldman wrote:
...
> > > Robert Goldman sift.info> writes:
> > >
> > >> Andrew Stribblehill wrote:
> > >>> org-mode files are plain text. M-% to do a replacement: once you've
> > >>> entered your search term and its replacement, hit ! to replace all
> > >>> without question.
> > >>
> >
Desmond Rivet wrote:
> Hi all,
>
> I'm attempting to use the hack listed on worg titled : "Remove time grid
> lines that are in an appointment". I'm having a bit of trouble. I'm
> using emacs 23.1.
>
> I add this to my .emacs file:
>
>...
Try adding this:
(load-library "cl-macs")
before y
Qi Qi wrote:
> Thanks, Nick. I will see if backtrace could give it any clues.
>
> C-g doesn't work after my emacs hangs. When I type C-x C-w in the
> agenda view, and selet an option to export then it hangs there. I can
> see the cpu jumps high for long.
>
> It's strange. Because I did exactl
Keith Lancaster wrote:
> I updated to 6.32 this morning and am now unable to clock in on
> tasks. At first, there was an issue with an org file having a dangling
> clock-
> in. When I attempted to log in to a task, it alerted me to the
> dangling task. No matter how I answered (cancel, etc), Ema
Richard Riley wrote:
>
> Not being much of an elisp programmer and just returning to try and
> integrate with org-learn a little :-
>
> This
>
> ("vocab"?v "* Learn TODO %(format '%s' rgr/orig-word)
> :VOCAB:\n:PROPERTIES:\n:orig:\t%(format '%s'
> rgr/orig-
Phil Rooke wrote:
> Keith Lancaster writes:
>
> > I updated to 6.32 this morning and am now unable to clock in on
> > tasks. ...
>
> I too upgraded this morning and am also having problems clocking in
> (using "I" on a task in the daily agenda). My symptoms are different,
> Emacs doesn't cras
W.Bentley MacLeod wrote:
> FAQ on how to include all org files in a directory is incorrect (view 85).
> Correct code is:
> (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org"))
>
If you are talking about this entry:
How can include all org files in a directory in my agenda?
Keith Lancaster wrote:
> That did it! The patch fixes the problem - it now handles all the
> dangling clocks and then clocks in correctly. Thanks!
>
> Keith
>
> On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote:
>
> > Phil Rooke wrote:
> >
> >> Keith
Carsten Dominik wrote:
> >
> >(setq org-agenda-files "~/my/special/path/org/")
>
> Does that really work? I believe it should be
>
>(setq org-agenda-files '("~/my/special/path/org/"))
>
> i.e. each member of this list can be a file or a
> directory. If it is a directory, the org file
andrea Crotti wrote:
> Carsten Dominik gmail.com> writes:
> > On Oct 28, 2009, at 3:16 PM, andrea Crotti wrote:
> > ...
> > > In the latex version they're not exported for some reasons...
> >
> > That is correct, we have not implemented keeping all line breaks in
> > LaTeX.
> > Too hard, unfo
Xin Shi wrote:
> Hello Experts,
>
> Are there any way to write just a plain [0], instead of interpreting it as a
> footnote when
> publishing in to HTML?
>
> I've tried the ~[0]~, and ~[~0~]~, but not luck.
>
I don't know how to do it on an instance-by-instance basis, but
on a per-file basis
Bastien wrote:
> Carsten Dominik writes:
>
> >> In the latex version they're not exported for some reasons...
> >
> > That is correct, we have not implemented keeping all line breaks in
> > LaTeX.
>
> I've searched around a bit, and to my big surprise, I cannot find a
> LaTeX package preservin
Marcelo de Moraes Serpa wrote:
> Hello list,
>
> Org uses a timestamp format like the following across all its functionality:
>
> [2009-10-29 Thu 17:14]
>
> I would like to be able to ouput this string whenever I'd like to a buffer,
> with the current timestamp, this is useful for example to
Russell Adams wrote:
> The function I posted does the same as C-u C-c ! , just with a
> single key press.
>
Yes - and it also avoids the distraction of popping up the calendar.
Thanks,
Nick
___
Emacs-orgmode mailing list
Remember: use `Reply All'
andrea Crotti wrote:
>
> I tried this because I have more base directories.
> (setq org-directories '("~/org" "~/uni"))
> (setq org-agenda-files ())
> (dolist ((d org-directories))
> (setq org-agenda-files
> (append org-agenda-files (find-lisp-find-files d "\.org$"
>
>
> But it set
Carsten Dominik wrote:
>
> On Nov 1, 2009, at 12:38 PM, Matt Lundin wrote:
>
> > Tassilo Horn writes:
> >
> >> Hi all,
> >>
> >> I'd like to create a people page on Worg, but unfortunately, I cannot
> >> clone it. I already have a user at repo.or.cz. Here's the error
> >> message:
> >>
> >>
Adam Spiers wrote:
> org-annotation-helper.el uses caddr but does not require the cl
> package; this results in
>
> *ERROR*: Symbol's function definition is void: caddr
>
> when bzg/org-annotate-helper is invoked.
>
>
Isn't org-annotation-helper.el obsolete? I thought org-protocol.el has
s
Bernt Hansen wrote:
>
> From the agenda (C-c a a c i a RET RET)
>
> I get the following error
>
> Debugger entered--Lisp error: (void-function diary-date-display-form)
> (diary-date-display-form)
...
>
> Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
> of 2008-11-09 on
Marcelo de Moraes Serpa wrote:
> Now, I could setup the env almost entirely: I can pull from my webdev
> via scp from within emacs, I can sync from mobileorg without
> problems. The issue happens when I run org-mobile-push. It fails and
> shows the following message:
>
> "org-mobile-create-sumo-
Noorul Islam wrote:
> On Thu, Nov 19, 2009 at 3:44 AM, Richard Moreland wrote:
> > Hi again Marcelo,
> >
> > I haven't yet implemented this feature, but it is a good idea. I will
> > consider how to best implement this for a future release.
> >
>
> I remember reading this
>
> http://orgmode.
Marcelo de Moraes Serpa wrote:
> Hmm, simple enough.
>
> sudo apt-get install davfs2
> sudo dpkg-reconfigure davfs2
> - asnwer yes to the question where it asks to generate a GUID
> sudo mount.davfs 'https://mydisk/username' /path/to/mountpoint
> input your mydisk.se username and passwd.
>
> DO
Friedrich Delgado Friedrichs wrote:
> Hiho!
>
> I can't use the '/' command from the agenda.
>
> Here's a backtrace:
>
> Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
> insert("Query:" nil "\n")
> (save-window-excursion (if expert (set-buffer ...) (delete-oth
Raffi R wrote:
> Dear orgmode,
>
> This is a terribly odd problem, and I'm not sure how it was prompted
> or how to trace it.
>
> When I C-c C-c to save a task to my todo.org from Remember-mode, I am
> prompted with the following error:
>
> "org-remember-handler: Symbol's value as variable is
Water Lin wrote:
>
> I can use my org to build a project and publish file under Windows XP
> using EmacsW32. Here is the link of EmacsW32:
> --
> http://www.ourcomments.org/Emacs/EmacsW32.html
>
> But while I try to publish the file under Ubuntu, the org provides me a
> error message:
>
Carsten Dominik wrote:
> this is in response to the discussions about beamer
> export from Org-mode. Yesterday I had a long train ride
> during which I scanned the beamer documentation (smoking
> hot stuff!).
Indeed - Till Tantau has a gift for documentation (among other
gifts). I'd recommend t
Salvatore Enrico Indiogine wrote:
> I found online the reference card for org-mode version 6.33f in pdf
> format. I tried to print it in US letter format. Unfortunately the
> left margin of the text is cut off by a couple of mm.
>
> Has anyone else encountered this problem?
>
Did you get it
101 - 200 of 4156 matches
Mail list logo