Hi Loris,
"Loris Bennett" writes:
> Thanks, Achim, that worked. But what exactly does it do?
let me try -- I'm confident Achim will correct me if I'm wrong
or incomplete.
`make autoloads' creates two files in your lisp/ directory:
- org-install.el
- org-version.el
The first one declares the
In case anyone might be interested in this, here is what I think is a
minimal example. As I said, I am fine with it for my purposes, but
since the behaviour seems inconsistent (from my possibly limited
perspective) I thought I ought to at least specify as clearly as
possible what is going on:
Fir
Dear all,
this is to advertize two small modifications wrt source blocks
processing.
1) Please use ":results drawer" instead of ":results wrap" to insert
results like this:
#+BEGIN_SRC emacs-lisp :results drawer
(message "a")
#+END_SRC
#+RESULTS:
:RESULTS:
a
:END:
2)
Bastien writes:
> Okay. I've pushed a slightly edited version of your patch, please
> check the ChangeLog here:
>
> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=1086895
Thanks!
--
Jarmo (one happy gnus user)
Hi Bastien,
Bastien wrote:
> this is to advertize two small modifications wrt source blocks
> processing.
>
> 1) Please use ":results drawer" instead of ":results wrap" to insert
>results like this:
>
>#+BEGIN_SRC emacs-lisp :results drawer
>(message "a")
>#+END_SRC
>
>#+RE
Hello,
I have the impression that the following code did work (i.e., wasn't seen in
the agenda) some time ago:
--8<---cut here---start->8---
* Some explanation...
#+begin_src org
,SCHEDULED: <2012-02-13 Mon +1w/12d>
#+end_src
--8<---cut here---
When I used %l in org-agenda-prefix-format, my agenda failed with:
Debugger entered--Lisp error: (args-out-of-range 0 0)
get-text-property(0 extra-space nil)
(concat level "" (get-text-property 0 (quote extra-space) level))
(if (equal level "") "" (concat level "" (get-text-property 0 (quot
Hi Daniel,
Daniel Clemente writes:
> When I used %l in org-agenda-prefix-format, my agenda failed with:
>
> Debugger entered--Lisp error: (args-out-of-range 0 0)
> get-text-property(0 extra-space nil)
> (concat level "" (get-text-property 0 (quote extra-space) level))
> (if (equal level ""
Eden Cardim writes:
> Links are the basis for decent planning, I spend half of my day in
> planning mode where I write links for everything I'm gonna do while
> I'm in "cranking mode". When I switch over to cranking mode, I just
> open whatever the task is linking to (like source code, an email,
Windows 7 HP 64
Emacs 24.2.1 i686-pc.cygwin, GTK+ Version 2.24.11 of 2012-08-27 on fiona
Org - release 7.9.1 - 364 -g8365b7
I recently installed cygwin 1.7.16 and pulled recent org mode changes
from git.
Towards the end of compiling there was the following message
In org-copy org.el:1092
Bastien writes:
> Hi Loris,
>
> "Loris Bennett" writes:
>
>> I have updated from 7.8.something to 7.9.1 and evaluating the following
>> source block:
>>
>> ,--
>> | #+header: :cache no :eval query
>> | #+name: sacct-
> "Alan" == Alan Schmitt writes:
Alan> Do you have a reliable system to link to emails? I've been
Alan> working on this and I'm not too satisfied yet.
Not sure what you mean by reliable. I use offlineimap to sync my mail
to a local dovecot which I access by tunneling gnus to it. This
Bastien writes:
> "Dominik, Carsten" writes:
>> The documentation should be kept as compact as possible, I think without an
>> example, just describe the functionality. Maybe Jarmo can write a little
>> tutorial for Worg and document it there more extensively?
>
> Jarmo, would you be okay rewor
Hi Jarmo,
Jarmo Hurri writes:
>> Jarmo, would you be okay reworking the patch with these directions?
>
> Will do that.
Thanks!
(If you don't mind, please use the equivalent code I sent yesterday.)
> I assume that by "Elisp manuals" you mean org.texi?
I mean the GNU Elisp manuals in genera
Eden Cardim writes:
>> "Alan" == Alan Schmitt writes:
> Alan> Do you have a reliable system to link to emails? I've been
> Alan> working on this and I'm not too satisfied yet.
>
> Not sure what you mean by reliable. I use offlineimap to sync my mail
> to a local dovecot which I acces
Bastien writes:
> I suggest using this code:
>
> ...
>
> Less dense and elegant, of course, but more explicit. Users will be
> able to check the docstring of org-lookup-first/last, which I think is
> good for functions that we advertize in the manual.
>
> Jarmo, would you be okay if I commit thi
> "Alan" == Alan Schmitt writes:
Alan> Sorry I wasn't clear. I have the same setup. My question is:
Alan> how do you get a link from org to gnus that still works even
Alan> if messages are moved around. I tried nnregistry but it
Alan> stopped working after I upgraded to Emacs 2
Hi Jarmo,
Jarmo Hurri writes:
> I have nothing against the idea. However, I get only errors when I try
> to apply your functions in my examples. I can track down the source of
> the problems later (not today, though).
There was a typo, I attach the correct patch.
> But how about combining your
Hi Charles,
Charles writes:
> I recently installed cygwin 1.7.16 and pulled recent org mode changes from
> git.
>
> Towards the end of compiling there was the following message
>
> In org-copy org.el:10923:15 Warning: org-refile called with 4 arguments
> but only accepts 0 - 3.
That's beca
Alan Schmitt writes:
> Eden Cardim writes:
>
>>> "Alan" == Alan Schmitt writes:
>> Alan> Do you have a reliable system to link to emails? I've been
>> Alan> working on this and I'm not too satisfied yet.
>>
>> Not sure what you mean by reliable. I use offlineimap to sync my mail
>>
|haha |
| 1 | 2 | haha|haha |
I am using org-20120926 from ELP A.
Export to LaTeX still does not honor column alignment.
And I noticed something strange.
If I remove the header line, export to LaTeX still produces everything,
but exported html does not contain the
Alan Schmitt wrote:
> Eden Cardim writes:
>
> >> "Alan" == Alan Schmitt writes:
> > Alan> Do you have a reliable system to link to emails? I've been
> > Alan> working on this and I'm not too satisfied yet.
> >
> > Not sure what you mean by reliable. I use offlineimap to sync my mai
Thanks a lot to you and Robert for the tips.
Alan
Hi Sébastien,
"Sebastien Vauban"
writes:
>> 2) Support for ":results org" has been removed.
>
> Why don't we have anymore "#+begin/end_org" blocks while we still have
> "#+begin_html" and "#+begin_LaTeX" blocks? Org as the language seemed normal
> to insert blocks in Org-syntax.
The only adv
Hi Sébastien,
"Sebastien Vauban" writes:
> Now, it does not work anymore as it did. I now have things such as:
>
> "/ Headline 1/Longer headline 2/Very long headline 3"
>
> in my mode line, instead of:
>
> "Headline 1 / Longer headline 2 / Very long headline 3"
Fixed, thanks.
--
Bastien
On 25.9.2012, at 14:48, Bastien wrote:
>
>
> "Sebastien Vauban"
> writes:
>
>> Could we imagine the displayed outline path to be separated by " / " instead
>> of by "/", that is:
>
> From current master, try this out:
>
> (org-display-outline-path nil t " - ")
Hi everyone,
I just change
Hi Sébastien,
"Sebastien Vauban"
writes:
> I have the impression that the following code did work (i.e., wasn't seen in
> the agenda) some time ago:
I'd be curious to know when...
> * Some explanation...
>
> #+begin_src org
> ,SCHEDULED: <2012-02-13 Mon +1w/12d>
> #+end_src
>
> Now, it is pa
Hello,
"Sebastien Vauban"
writes:
> Why don't we have anymore "#+begin/end_org" blocks while we still have
> "#+begin_html" and "#+begin_LaTeX" blocks? Org as the language seemed normal
> to insert blocks in Org-syntax.
#+begin_latex (like #+begin_html, #+begin_ascii, #+begin_md...) are
"exp
Hi Seb,
"Sebastien Vauban"
writes:
> Hi Bastien,
>
> Bastien wrote:
>> this is to advertize two small modifications wrt source blocks
>> processing.
>>
>> 1) Please use ":results drawer" instead of ":results wrap" to insert
>>results like this:
>>
>>#+BEGIN_SRC emacs-lisp :results draw
Hi Achim,
Achim Gratz writes:
> Although it should be possible to produce the package description
> vectors manually at the moment, I would like to avoid that.
I went "bold" (wikipedia style) and made the change.
See the commits related to mk/server.mk.
I think this is good enough for now, bu
aha|haha |
> | 1 | 2 | haha| haha |
>
> I am using org-20120926 from ELP A.
> Export to LaTeX still does not honor column alignment.
As I told you, the new exporter handles this.
The new exporter is *not* in latest Org ELPA package.
>
Hi Sébastien,
wxhgmqzgw...@spammotel.com writes:
>> Information contained in source blocks are now skipped when building the
>> agenda.
>
> It does not work with my pull of 12:20 (Paris time).
Please provide a reproducible recipe.
Thanks,
--
Bastien
Bastien writes:
> There was a typo, I attach the correct patch.
Thanks!
[A lot of good info snipped.]
While you're waiting for my assignment papers, I will look into this and
try to make everybody happy.
Have fun.
--
Jarmo
Carsten Dominik writes:
> I just changed the definitions of org-display-outline-path
> and org-format-outline-path, so the call above would have to
> be modified to
>
> (org-display-outline-path nil t " / " t)
Great, thanks!
--
Bastien
wxhgmqzgw...@spammotel.com writes:
> It's almost OK: only the comma is not automatically inserted as line
> prefix[1].
Yes, this has always been like this AFAICT.
--
Bastien
Hi Bastien
On Sun, Sep 23, 2012 at 12:05 PM, Bastien wrote:
> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3
>
> `org-link-to-org-use-id' has been moved to org-id.el, and its default
> value is now nil.
The attached patch is to align the doc string to the changed default.
Loris Bennett writes:
>> Can you try to bisect and find the bad commit (or a set of
>> suspicious ones)?
>
> 552b0edb254a104e441e28f3a942dc6005e97f87 is the first bad commit
> commit 552b0edb254a104e441e28f3a942dc6005e97f87
> Author: Bastien Guerry
> Date: Sat Mar 17 15:44:41 2012 +0100
This i
Bastien writes:
> I went "bold" (wikipedia style) and made the change.
>
> See the commits related to mk/server.mk.
Have you pushed it? Coz' I don't see it just yet…
> I think this is good enough for now, but if you have a better
> solution, let me know. I'll ask Jason to install Emacs 24.2
> if
Aloha Sanjib Sikder,
It looks like BibTeX hasn't processed your document.
See the variable org-latex-to-pdf-process. By default I believe it just
calls pdflatex several times. You can either insert a call to bibtex,
or use a script, like this:
(setq org-latex-to-pdf-process '("texi2dvi --pdf --
Achim Gratz wrote:
> Loris Bennett writes:
> >> Can you try to bisect and find the bad commit (or a set of
> >> suspicious ones)?
> >
> > 552b0edb254a104e441e28f3a942dc6005e97f87 is the first bad commit
> > commit 552b0edb254a104e441e28f3a942dc6005e97f87
> > Author: Bastien Guerry
> > Date: S
Hello,
Alexander Vorobiev writes:
> The next problem I have is babel-related. I create results of
> execution of my source blocks in org format so they are enclosed in
> #+BEGIN_ORG ... #END_ORG which gets translated by the new exporter
> into \begin{org} \end{org} - which makes pdflatex unhappy
Achim Gratz writes:
> Loris Bennett writes:
>>> Can you try to bisect and find the bad commit (or a set of
>>> suspicious ones)?
>>
>> 552b0edb254a104e441e28f3a942dc6005e97f87 is the first bad commit
>> commit 552b0edb254a104e441e28f3a942dc6005e97f87
>> Author: Bastien Guerry
>> Date: Sat Mar
Is it possible to define a custom agenda view with tag filtering, but
in a date tree as in the weekly agenda? I know I can just filter by
tag with "/" in the agenda mode, but I'd rather define a filtered view
for a couple of tags. is this possible? I realaly like seeing my
action items arranged b
Loris Bennett writes:
> OK. I don't really get what is going on here, as this is my first
> attempt at bisecting. The bad commit does seem to be among those
> skipped:
I've done a diff around those commits and there seems nothing related to
your problem. So I'm afraid you've marked another comm
Hi Thomas,
A (very) quick answer...
Thomas S. Dye wrote:
> Sebastien Vauban writes:
>> Bastien wrote:
>>> this is to advertize two small modifications wrt source blocks
>>> processing.
>>>
>>> 1) Please use ":results drawer" instead of ":results wrap" to insert
>>>results like this:
>>>
>>>
> - "drawer" is not the same as the old "org" option (as the results gets
> inserted into a drawer, not into a block).
>
And the difference here between an org block and a drawer is that the
contents of the drawer can not be exported?
--
Eric Schulte
http://cs.unm.edu/~eschulte
Hi Achim,
Achim Gratz writes:
> Bastien writes:
>> I went "bold" (wikipedia style) and made the change.
>>
>> See the commits related to mk/server.mk.
>
> Have you pushed it? Coz' I don't see it just yet…
Yes -- see the commits here:
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=
Hi Michael,
Michael Brand writes:
> On Sun, Sep 23, 2012 at 12:05 PM, Bastien wrote:
>> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3
>>
>> `org-link-to-org-use-id' has been moved to org-id.el, and its default
>> value is now nil.
>
> The attached patch is to align the do
Hi Matt,
Matt Price writes:
> Is it possible to define a custom agenda view with tag filtering, but
> in a date tree as in the weekly agenda?
AFAIU yes: C-h v org-agenda-tag-filter-preset RET
--
Bastien
Hi org-mode users + developers,
this no bug report any more but feature request:
* Gregor Zattler [25. Sep. 2012]:
> Is this somehow possible with only one prompt:
>
> - to be prompted for the date of the event or the date and time /
> time range of the appointment.
> - the event/appointment t
Hi Gregor,
Gregor Zattler writes:
> It's not possible to expand a) no time information if none was
> given at the prompt or to expand a given time range because the
> %T expando family expands unconditionally and not to time ranges.
%t and friends take the first element of the time range,
but %
Ho Johan,
Johan Sandblom writes:
> Since a year or so I am using org-mode ever more intensively. Among other
> things, I use it to track my training in pediatric medicine. I keep a sort
> of combined diary and planner of events, courses and work schedules in a
> file called arbete.org, which tra
Nicolas,
"Org has its own definition for a paragraph, which, apparently, doesn't
match yours.
A paragraph ends either at a blank line, at the end of the buffer, or at
the start of another non-paragraph element. In particular, indentation
is unrelated to paragraph boundaries."
If your defin
Hi,
Henning Weiss wrote:
> On Wed, Sep 19, 2012 at 12:53 AM, wrote:
> Henning Weiss wrote:
>
>>> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote:
>
>>> If i Push the org-files under Windows with MobileOrg the different
>>> org-files are not synced, but with MobileOrgNG they are. If i push
>
On 9/26/2012 10:27 AM, Bastien wrote:
Hi Charles,
Charles writes:
I recently installed cygwin 1.7.16 and pulled recent org mode changes from
git.
Towards the end of compiling there was the following message
In org-copy org.el:10923:15 Warning: org-refile called with 4 arguments
but on
Unfortunately, I am still experiencing the problem with
release_7.9.1-382-g1a1d06-git. Is there any information I can provide to
help?
Hello Trevor,
On 26 September 2012 19:18, Trevor Vartanoff wrote:
>
> Nicolas,
>
>
> "Org has its own definition for a paragraph, which, apparently, doesn't
> match yours.
>
> A paragraph ends either at a blank line, at the end of the buffer, or at
> the start of another non-paragraph element. In
Jonathan,
I should have been more clear on what I meant by "basic", quite idiotic
of me and sorry for the confusion.
If you write ten words on ten lines, you can't shift things around
anymore until you've put everything into an Official Orgmode Endorsed
Structure of some kind. Sometimes I do
HI,
(setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch
%f"))
I have incorporated above line in my .emacs file. Now the C-c C-e p is not
showing the error "Undefined citation" but the problem is still there. In
place of refrences, I am getting questions marks.
Thanks for y
HI,
Just now I have found that now I am not even getting the pdf. I am pasting
the error messages below.
/usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu
One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ...
/usr/bin/texi2dvi: BIBINPUTS='.:/home/sanjib/Ubuntu
One/EmacsFilesUO/OrgFilesUO/PhD_I
On Wed, Sep 26 2012, Alan Schmitt wrote:
> Eden Cardim writes:
>
>>> "Alan" == Alan Schmitt writes:
>> Alan> Do you have a reliable system to link to emails? I've been
>> Alan> working on this and I'm not too satisfied yet.
>>
>> Not sure what you mean by reliable. I use offlineimap
Hello Sanjib,
Sanjib Sikder writes:
> HI,
>
> Just now I have found that now I am not even getting the pdf. I am pasting the
> error messages below.
>
> /usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu
> One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ...
> /usr/bin/texi2dvi: BIBINPUTS='.
HI Yagnesh,
I have tried with
(setq org-latex-to-pdf-process
'("pdflatex -interaction nonstopmode %b"
"/usr/bin/bibtex %b"
"pdflatex -interaction nonstopmode %b"
"pdflatex -interaction nonstopmode %b"))
and the problem seems solved.
I can see there are two instance
At Mon, 17 Sep 2012 12:03:58 -0700,
David Rogers wrote:
>
> Hi
>
> I'm gradually getting accustomed to org-mode; thanks to all those whose
> work makes this great software keep getting even better.
>
> I've been trying to figure out how to integrate org-mode into my
> gadgets and my situation, a
Hello Sanjib,
Sanjib Sikder writes:
> HI Yagnesh,
>
> I have tried with
>
> (setq org-latex-to-pdf-process
> '("pdflatex -interaction nonstopmode %b"
> "/usr/bin/bibtex %b"
> "pdflatex -interaction nonstopmode %b"
> "pdflatex -interaction nonstopmode %b"))
>
> and the problem seems solved.
>
>
Yagnesh Raghava Yakkala wrote:
> Seems problem with texi2dvi, unable to handle spaces in the path
> ("Ubuntu One" has space).I haven't followed the discussion. I am not
> sure why you have texi2dvi in the processes list.
texi2dvi is supposed to take care of things like how many times one
has to
My problem is: my agenda is very long and very cluttered.
I'd like to visually emphasize all lines
A) with priority A or deadline today
B) priority B and scheduled today or before today
I'm using org-mode 7.8.11 with Emacs 24.1.1 and I want to change the colors
used to display agenda lines, so
Bastien writes:
>#+BEGIN_SRC emacs-lisp :results drawer
>(message "a")
>#+END_SRC
>
>#+RESULTS:
>:RESULTS:
>a
>:END:
What's the purpose of the #+RESULTS, why not just specify ":results
:DRAWERNAME:"?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb
Bastien writes:
>> Have you pushed it? Coz' I don't see it just yet…
>
> Yes -- see the commits here:
Thanks. Gitk apparently refused to update its display even though I'd
already updated the remotes. I haven't tested it yet, but the
files are up already.
BTW, can you check the CSS for the Org
Hi Bastien
On Wed, Sep 26, 2012 at 11:50 PM, Bastien wrote:
> | Original value was nil
> `
Now I see this additional line that is added just when the value is
different to the original default. Finally it happened with 24.1.
Michael
Achim Gratz writes:
> Loris Bennett writes:
>> OK. I don't really get what is going on here, as this is my first
>> attempt at bisecting. The bad commit does seem to be among those
>> skipped:
>
> I've done a diff around those commits and there seems nothing related to
> your problem. So I'm a
Nick Dokos writes:
> The message ID is preserved even if I move messages to other
> folders. So as long as your search engine searches by message ID, you
> should be all set, except that you might have to resync the database of
> your search engine, if it uses one.
I guess this is the crux of my
M wrote:
>
> My problem is: my agenda is very long and very cluttered.
> I'd like to visually emphasize all lines
> A) with priority A or deadline today
> B) priority B and scheduled today or before today
>
>
> I'm using org-mode 7.8.11 with Emacs 24.1.1 and I want to change the colors
> used
I am writing a research paper using orgmode. The org file contains the
text of the paper and R source code for generating a graph and some
tables. The paper is still incomplete.
When I try to export the file to pdf via latex, I face a strange
problem. When I export the file first time after openin
74 matches
Mail list logo