Eric Schulte writes:
> "Dieter Wilhelm, H." writes:
>
>> Dear (),
>>
>> I've got a rather long argument list and it doesn't look good to
>> supply all the arguments in one line, could somebody please implement
>> #+header arguments for #+call like in the following example?
>>
>> #+header: :var N
Hi Nicolas,
Hi Nick,
At Wed, 24 Jul 2013 13:09:05 +0200,
Nicolas Goaziou wrote:
>
> Hello,
>
> Nick Dokos writes:
>
> > Maybe the thing to do is to delete '=' from org-link-escape-chars and
> > see what problems arise.
>
> AFAICT, `url-encode-url' is subtler than that. It encodes characters
>
Hi list
does any one know of a way to auto insert/change the date in each sections
header when the section is edited?IE have a date in the header showing last
edited date.
Is this technically possible?
best
Z
Hi Myles,
On 7/21/13 12:31 PM, Myles English wrote:
>
> From the documentation (C-h f insert-file-contents), it says that it
> "returns list of absolute file name and number of characters" but
> doesn't move the marker forwards, unlike insert does. So, I guess you
> would have to then move the m
Torsten Wagner writes:
> Hi Rick, Hi Sebastien,
>
> thanks for your inputs.
> Well I guess Sebastien is half-right. The different settings make at least
> it even more tricky to see what is going on.
> Here is a table with the settings as I found them on my system (which I did
> not change)
>
> #
Andreas Leha writes:
> Andreas Leha writes:
>
>> Andreas Leha writes:
>>
>>> Hi Eric,
>>>
>>>
>>> Eric Schulte writes:
>>>
Andreas Leha writes:
> Hi Eric,
>
>
> Eric Schulte writes:
>
>> Hi Andreas,
>>
>> This should be easy to turn on or off using t
asenal writes:
> Hi Guys I'm trying to do literature programming with org mode.
> My problem is How can I safely quote "#+XXX" inside a Babel-block?
> I found org-mode mismatch the outter "#+begin_src" with the first
> "#+end_src" inside the block hence gives me a wrong parse.
>
> Here's an exa
"Dieter Wilhelm, H." writes:
> Dear (),
>
> I've got a rather long argument list and it doesn't look good to
> supply all the arguments in one line, could somebody please implement
> #+header arguments for #+call like in the following example?
>
> #+header: :var NO=(org-entry-get nil "Report_Dir"
Dear Dieter Wilhelm,
I do not know a way to change the standard properties for a #+CALL
construct.
However, we recently discussed a problems with tables and source code calls.
Sebastien pointed to the following variables.
org-babel-default-header-args
((:session . "none") (:results . "replace"
John Kitchin writes:
>
> This works if the unzipped directory images exists. In my case that won't be
> true.
>
> What I am doing is creating a script that runs a python script,
> captures any images created by matplotlib, creates an org-file, then
> creates a zip-file that contains the org-fi
Nicolas Goaziou writes:
> I'm clearly no Agenda specialist. I thought a DEADLINE would end
> a repeated event already. If it's not the case, does it make sense to
> implement it too?
I consider DEADLINE, in our context, to mean "when my finished work will
be needed", and therefore "when to start
Hello,
Bastien writes:
> Nicolas Goaziou writes:
>
>> I will have a look at it, but this is not clear to me either. I still
>> have to understand what should be escaped, and when.
>
> All right, no hurry! And thanks a lot in advance,
I cannot reproduce the bug anymore. Can you?
Regards,
--
Michael Brand writes:
> When implementing this, consider also whether the END_DATE should be
> an agenda entry on its own and of which kind, warning period etc. I
> tried to make an example that shows this issue.
Adding to this, as mentioned previously, I interpret the iCal standard
to really pe
> -- Forwarded message --
> From: Nick Dokos
> To: emacs-orgmode@gnu.org
> Cc:
> Date: Wed, 24 Jul 2013 04:50:36 -0400
> Subject: Re: [O] links to files in a zip archive and inline images in zip
> archive
> John Kitchin writes:
>
> > I am trying to make an org-mode zip archive. Th
Hi Nicolas
On Wed, Jul 24, 2013 at 10:38 AM, Nicolas Goaziou wrote:
> I'm clearly no Agenda specialist. I thought a DEADLINE would end
> a repeated event already.
No, DONE shifts it to the repeat date and like this it will never end.
> If it's not the case, does it make sense to implement it to
Hello,
"Sebastien Vauban"
writes:
> Up to quite recently, I could select ("region") code blocks or multiple
> consecutive paragraphs by pressing which ran `forward-paragraph'.
>
> Now that is mapped to `org-forward-element':
>
> - I can't select any code block anymore via (well line by line
Hello,
Up to quite recently, I could select ("region") code blocks or multiple
consecutive paragraphs by pressing which ran `forward-paragraph'.
Now that is mapped to `org-forward-element':
- I can't select any code block anymore via (well line by line with
).
- I can't select consecutive
On Wed, Jul 24, 2013 at 01:47:21PM +0200, Dieter Wilhelm, H. wrote:
>
> the keywords
>
> #+keywords
> #+description
>
> appear in PDF properties when query them under acrobat reader either
> under windows or linux, but strangely not the following
>
> #+title
> #+author
>
> I'm using pdfTeX-1.4
thx bastian, you suggested this:
I sometimes use this crude method:
M-< C-M-% ^C-qC-jC-qC-j+ RET C-qC-j RET
i cant seem to get it working, i always get a "replace 0 occurrences" message.
to be clear i do the following:
i press M-< (mark set?)
then C-M-% (query reolace)
then enter : ^C-qC-jC-q
That is strange. It works for me and has being working for a long
time. For reference, my org-mode version is 8.06 and Emacs version is
24.3.50.2.
Maybe it is something related to you configuration. Try to start Emacs
with a different and minimum configuration including setting
org-tag-faces and
Hello,
With a *minimal config file* and
Org-mode version 8.0.6 (release_8.0.6-357-gf00d75 @
d:/Users/sva/Public/Repositories/org-mode/lisp/)
there is a Lisp error generated when trying to split a block of code into two
pieces through `C-c C-v C-d' (org-babel-demarcate-block).
ECM:
--8<-
Dear (),
I've got a rather long argument list and it doesn't look good to
supply all the arguments in one line, could somebody please implement
#+header arguments for #+call like in the following example?
#+header: :var NO=(org-entry-get nil "Report_Dir")
#+header: :var DIR=(org-attach-dir)
#+cal
Dear (),
the keywords
#+keywords
#+description
appear in PDF properties when query them under acrobat reader either
under windows or linux, but strangely not the following
#+title
#+author
I'm using pdfTeX-1.40.3 and Org mode 8.0.6
Am I missing something?
By the way, the linux version seems
Hello,
Nick Dokos writes:
> Maybe the thing to do is to delete '=' from org-link-escape-chars and
> see what problems arise.
AFAICT, `url-encode-url' is subtler than that. It encodes characters
whenever they are really forbidden, which is not the case of
`org-link-escape'. Hence my initial ques
thx again for the answer but it dosent see to work here:
https://paste.xinu.at/KlvP/
this is what i have in my config:
(setq org-tag-faces '(
("mru" :inherit org-done :box nil :underline t :height 1.2)
("Fav" :foreground "blue" :box nil :underline t :height
1.2)
Am 24.07.2013 11:16, schrieb Nicolas Goaziou:
Robert Eckl writes:
Ok, using visible-mode i see the link with %3D, i can replace it,
then all works fine. If iinsert a new link from clipboard, i get %3D.
Then, as I said, `org-link-escape' (called from `org-insert-link', aka
C-c C-l) is buggy.
Nicolas Goaziou writes:
> My guess is that your URL is encoded in the original buffer already. Try
> to use M-x visible-mode to see what is the real URL. If you see
> "http://example.de/?idprop%3D222";, it probably means that
> `org-link-escape' is a bit too zealous (BTW why don't this function r
Robert Eckl writes:
> Ok, using visible-mode i see the link with %3D, i can replace it,
> then all works fine. If iinsert a new link from clipboard, i get %3D.
Then, as I said, `org-link-escape' (called from `org-insert-link', aka
C-c C-l) is buggy.
I think we should replace every occurence of
John Kitchin writes:
> I am trying to make an org-mode zip archive. The idea is basically to
> zip up the org-file, and the images it might refer to. What I would
> really like is to be able to open the zip-file in emacs, and have the
> images shown inline like they are when the archive is expand
Hi Rick, Hi Sebastien,
thanks for your inputs.
Well I guess Sebastien is half-right. The different settings make at least
it even more tricky to see what is going on.
Here is a table with the settings as I found them on my system (which I did
not change)
#+BEGIN_ORG
| org-babel-default-header-ar
Am 24.07.2013 09:34, schrieb Nicolas Goaziou:
Hello,
Robert Eckl writes:
The issue seems to be introduced with
Org-mode version 8.0.6 (release_8.0.6-4-g21dd83
org-element: Do not url-decode parsed links
The description sounds like the issue, no?
IIUC, this is different from your issue.
Hello,
Toke Høiland-Jørgensen writes:
> Handling it in the agenda can be done by an exclusion function. I
> currently have this in my org-agenda-skip-function-global (along with
> another function to skip items after their END_DATE):
>
> (defun thj/skip-excluded ()
> "Skip agenda items on date
Hello,
Robert Eckl writes:
> The issue seems to be introduced with
> Org-mode version 8.0.6 (release_8.0.6-4-g21dd83
> org-element: Do not url-decode parsed links
> The description sounds like the issue, no?
IIUC, this is different from your issue. You write a URL that is not
encoded, and,
Hello,
Vikas Rawal writes:
>> > How is one expected to add front-matter for latex export in ver 8.0?
>>
>> You disable default table of contents and use TOC keyword (see manual)
>> to put it wherever you want. E.g.,
>>
>> #+OPTIONS: toc:nil
>>
>> #+BEGIN_ABSTRACT
>> [Abstract here]
>>
Hello,
asenal writes:
> My problem is How can I safely quote "#+XXX" inside a Babel-block?
> I found org-mode mismatch the outter "#+begin_src" with the first
> "#+end_src" inside the block hence gives me a wrong parse.
>
> Here's an example:
> #+headers: :var varlist=top_iv
> #+begin_src pyth
35 matches
Mail list logo