There is an org-capture-use-agenda-date variable that seems to do what you're
looking for.
bernhard
David Belohrad schrieb am Tue, 20. May 08:09:
Dear All,
when I run org-agenda with 'a' (agenda for current week or day), my
agenda is displayed. Now if I'm on a specific day, I'd like to quick
On 05/19/14 23:21 PM, Daimrod wrote:
> Daimrod writes:
>
>> I have also semi-regular lockup with org-mode. I have opened a bug on
>> debbugs and here is what Stefan told me to try to debug this:
>>
>>> You can try `debug-on-event'.
>>>
>>> There's jit-lock-debug-mode but it doesn't disable inhib
Ken Mankoff writes:
> I've just come across an interesting website generator that I think has
> potential for making Org websites. I have no affiliation with this
> project, but thought it might interest this community. I have an
> interest in an org-based website, but none of the existing ones h
Rasmus writes:
> Nicolas Goaziou writes:
>
>> I think this is a more general issue: should we implement an
>>
>> #+OPTIONS: title:nil
>>
>> feature? I think it makes some sense since we already have date:nil and
>> author:nil. In any case, keywords are not meant to be used for booleans.
>> Thi
David Belohrad writes:
> Dear All,
>
> when I run org-agenda with 'a' (agenda for current week or day), my
> agenda is displayed. Now if I'm on a specific day, I'd like to quickly
> enter a note using org-capture such, that it will automatically enter
> into the captured template a time, which co
Eric Abrahamsen writes:
> On 05/19/14 23:21 PM, Daimrod wrote:
>> Daimrod writes:
>>
>>> I have also semi-regular lockup with org-mode. I have opened a bug on
>>> debbugs and here is what Stefan told me to try to debug this:
>>>
You can try `debug-on-event'.
There's jit-lock-debu
Hi Nick,
Nick Dokos writes:
> "Loris Bennett" writes:
>
>> Hi,
>>
>> I have a code block like this
>>
>> #+NAME: users_per_month
>> #+HEADER: :results append
>> #+BEGIN_SRC sh :dir /root@sadmin:
>> sacct=/cm/shared/apps/slurm/current/bin/sacct
>> for y in {2014..2014}; do
>> for m in {03..0
Rasmus writes:
> That's nicer than a blank title ("#+TITLE: ").
>
> I prefer the earlier ox-behavior where no title would be printed if
> title was missing, rather than using the file-name. The file name is
> never interesting in my work flow. If introducing a title option it
> would be nice if
Am Tue, 20 May 2014 16:37:45 +0800
schrieb Eric Abrahamsen :
> Rasmus writes:
>
> > Nicolas Goaziou writes:
> >
> >> I think this is a more general issue: should we implement an
> >>
> >> #+OPTIONS: title:nil
> >>
> >> feature? I think it makes some sense since we already have
> >> date:nil a
Daimrod writes:
> Eric Abrahamsen writes:
>
>> On 05/19/14 23:21 PM, Daimrod wrote:
>>> Daimrod writes:
>>>
I have also semi-regular lockup with org-mode. I have opened a bug on
debbugs and here is what Stefan told me to try to debug this:
> You can try `debug-on-event'.
Hello,
consider the following code block with point at X:
#+BEGIN_SRC emacs-lisp
(defun test () nil)
X
(defun another-test () nil)
#+END_SRC
Calling org-babel-demarcate-block (C-c C-v C-d normally) will produce
the following:
#+BEGIN_SRC emacs-lisp
(defun test () nil)
#+end_src
X
#+begin_
On 19 May 2014 19:58, Ken Mankoff wrote:
> Jr works by having javascript render the markdown to HTML. That is, you
> write markdown, upload markdown w/o running a generator, and the
> generator runs in the browser of the viewer.
>
> This is efficient for the server (simpler pages) and author (no n
Hi,
I use to have first level Org entries like this:
* name [/] [%]
But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets
are no more reachable using org-links I used for years.
As a result, only [/] OR [%] seems supported.
This simple org file below illustrates the issue.
Is th
Hello,
Having such lines in one Org file (where the DEADLINE line is
commented):
--8<---cut here---start->8---
** TODO Aspirer les filtres de ventilation D350
# DEADLINE: <2014-04-09 Wed .+1m -0d>
Les filtres peuvent être nettoyés avec un aspirateur, pas av
Hi Michael,
Michael Brand writes:
> For me it would be already enough and preferred when the increment
> would be the same as in the two fields above point.
I pushed a change in master for this -- can you please check it works
as expected for you?
Thanks for this suggestion! (A lot easier tha
Hi Sébastien,
Sebastien Vauban
writes:
> Having such lines in one Org file (where the DEADLINE line is
> commented):
>
> ** TODO Aspirer les filtres de ventilation D350
># DEADLINE: <2014-04-09 Wed .+1m -0d>
>
> Les filtres peuvent être nettoyés avec un aspirateur, pas avec de
> l'eau. En
Hi Bastien,
On 2014-05-15 12:07, Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> I need to learn how to do this. In the meantime, I've put the code on
>> github: https://github.com/brabalan/org-review
>
> Since the big secret plan to move contrib/ files to Org ELPA is not
> yet to happ
I recently rebuilt my computer, and after reinstalling emacs and orgmode the
agenda window has a new, undesirable, behavior. After making any change, the
window moves to place the previously edited location at the top of the window.
For instance, if I complete a task on line 5, the window adjust
Hi Nicolas,
Nicolas Goaziou writes:
> I think this is a more general issue: should we implement an
>
> #+OPTIONS: title:nil
>
> feature? I think it makes some sense since we already have date:nil and
> author:nil. In any case, keywords are not meant to be used for booleans.
> This should be an
Hi Dave,
Dave Pawson writes:
> Emacs 24.3.1 (Org mode 8.2.6)
Please report the full Org version with M-x org-version RET
> Scenario: Launch emacs. Open file in org-mode.
> Convert to html once - no problem.
>
> Repeat the conversion. Messages buffer shows
I can't reproduce this. Can you prov
Hi Igor,
Igor Sosa Mayor writes:
> if I define a org-agenda-custom-command in which I have a (so-called?)
> two-letter combination agenda like this:
>
> (setq org-agenda-custom-commands
>'(("x" agenda)
> ("h" . "HOME+Name tags searches") ; description for "h" prefix
>
Hi Steven,
Steven Adrian writes:
> #+TBLFM: @1$1..@1$10=index(10)
Table formulas apply to individual fields, not to a range of fields.
> But the formula above just puts the whole vector in each cell. Can anyone
> tell me how to put the vector values in individual cells?
AFAIU you will need se
Bastien writes:
> No, you need to set variables to the custom commands definitions
> themselves.
I see... thanks for your answer!
Hi Fred,
Fred Hansen writes:
> I recently rebuilt my computer, and after reinstalling emacs and
> orgmode the agenda window has a new, undesirable, behavior. After
> making any change, the window moves to place the previously edited
> location at the top of the window. For instance, if I complet
Hi Alexander,
Alexander Baier writes:
> Thus preserving the case of BEGIN/END_SRC. Is there any reason this is
> always in lower case?
No. From master, C-c C-v C-d now preserves the case, thanks for
reporting this.
--
Bastien
Dave Pawson writes:
> I'll try a smaller one.
Yes, please.
> 'recipe'?
> Sequence was
> open emacs.
> open the xxx.org file
> convert to html once, OK
> convert to html a second time, fails with the above message?
> Is that what you mean?
Yes -- I assume you used `C-c C-e h h' the first and
On 2014-05-20 17:40 Bastien wrote:
> Hi Alexander,
>
> Alexander Baier writes:
>
>> Thus preserving the case of BEGIN/END_SRC. Is there any reason this is
>> always in lower case?
>
> No. From master, C-c C-v C-d now preserves the case, thanks for
> reporting this.
Thanks! Do you know when this
On 20 May 2014 16:43, Bastien wrote:
> Dave Pawson writes:
>
>> I'll try a smaller one.
Fails with
#+STARTUP:showall
#+TITLE: No limit Hold 'Em Poker
* Introduction
Texas Hold'em is a community card poker game, with game play focused
as much on the betting as on the cards being played.
>
Alexander Baier writes:
> Thanks! Do you know when this change will be released?
Yes and no -- it will be release with Org 8.3, which is not far from a
near future, but quite close to a semi-distant future. IOW: we don't
have a date for 8.3, but you can use git to enjoy the fix :)
--
Bastien
Hi Nicolas,
Nicolas Bercher writes:
> But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets
> are no more reachable using org-links I used for years.
> As a result, only [/] OR [%] seems supported.
This is fixed in our "maint" branch, which you can use by installing
Emacs from th
Dave Pawson writes:
> Fails with
> #+STARTUP:showall
> #+TITLE: No limit Hold 'Em Poker
>
>
> * Introduction
>
> Texas Hold'em is a community card poker game, with game play focused
> as much on the betting as on the cards being played.
I can't reproduce this.
> My concern is that I have instal
On 2014-05-20 18:01 Bastien wrote:
> Alexander Baier writes:
>
>> Thanks! Do you know when this change will be released?
>
> Yes and no -- it will be release with Org 8.3, which is not far from a
> near future, but quite close to a semi-distant future. IOW: we don't
> have a date for 8.3, but you
Hi Martin,
"Martin Beck" writes:
> I'd like to create an agenda view which is sorted manually so that I
> can put the things on the agenda in the order like I want to act on
> them and preserve this order even if the agenda is rebuilt or closed
> and created again.
>
> Is that possible already
On 20 May 2014 16:13, Bastien wrote:
> Hi Dave,
>
> Dave Pawson writes:
>
>> Emacs 24.3.1 (Org mode 8.2.6)
>
> Please report the full Org version with M-x org-version RET
Org-mode version 8.2.6 (8.2.6-18-gaaae4a-elpa
>
>> Scenario: Launch emacs. Open file in org-mode.
>> Convert to html once -
Hello Bastien,
Do you think this can be committed to the trunk?
Thanks,
Dima
> On May 15, 2014, at 4:18 AM, Dmitry Gorbik wrote:
>
> This one didn’t work, I modified it like this to make it work:
>
>
>
>
> Dima
>
>> On May 15, 2014, at 3:37 AM, Bastien wrote:
>>
>> Dmitry Gorbik writes
Hi Bastien
On Tue, May 20, 2014 at 4:11 PM, Bastien wrote:
> Michael Brand writes:
>> For me it would be already enough and preferred when the increment
>> would be the same as in the two fields above point.
>
> I pushed a change in master for this --
Thank you for implementing this.
> can you
Addendum to this old thread:
On 2014-05-07 at 22:52, Ken Mankoff wrote:
> FYI Org + Elpy + IPython all play nicely now.
>
> There have been some previous posts about people (me included) having
> trouble using the full IPython stack in Org Mode. Some of those
> problems were limited to when usin
Hi Alexander,
Alexander Baier writes:
> Org 8.3 is also the version
> to be included into Emacs 24.4, isn't it?
No: Emacs 24.4 will include the latest stable release, which
is released from the maint branch and will be 8.2.x.
--
Bastien
Hi Dmitry,
Dmitry Gorbik writes:
> Do you think this can be committed to the trunk?
I'd rather clearly understand what's going on, I don't think
the patch is the final one.
Thanks,
PS: I'm handling past emails when I have some time like now,
so don't worry, the patch does not get lost.
--
Emacs : GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600)
of 2013-03-18 on MARVIN
Package: Org-mode version 8.2.6 (8.2.6-dist @ d:/opt/emacs/site-lisp/org/)
Hello, I have a problem when using `vcount' in table.
As the following table:
#+BEGIN_SRC
| | date |
|---+|
| * | 2014-01-01 |
I am execute the following code block,
(in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'):
#+BEGIN_SRC R :var x='(1 2 3)
x
#+END_SRC
What I expect is:
#+RESULTS:
| 1 | 2 | 3 |
Instead, I get no output, and the following error message:
Wrong number of arguments: max,
Section 2.5 of the online manual states that "If [M-] is used at the
beginning of a headline the new headline is created before the current line."
This is not what happens. If I have
* Foo
** Bar
*** Baz
with the cursor at the beginning of headline "Bar", and use M-, I get
* Foo
** Bar
**
***
Hi,
I use to have first level Org entries like this:
* name [/] [%]
But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets
are no more reachable using org-links I used for years.
As a result, only [/] OR [%] seems supported.
This simple org file below illustrates the issue.
Is th
Kevin Van Horn writes:
> Section 2.5 of the online manual states that "If [M-] is used at the
> beginning of a headline the new headline is created before the current line."
[...]
> That is, I get a blank headline AFTER the current headline, and it becomes
> the new parent of the original headl
On 20 May 2014 17:03, Bastien wrote:
> Dave Pawson writes:
>
>> Fails with
>> #+STARTUP:showall
>> #+TITLE: No limit Hold 'Em Poker
>>
>>
>> * Introduction
>>
>> Texas Hold'em is a community card poker game, with game play focused
>> as much on the betting as on the cards being played.
>
> I can'
Hi Michael,
Michael Brand writes:
> As I see only now the use case
> | 1.1 |
> | -0.5 |
> does not seem easy to increment by -1.6 due to the formatting of the
> result, so I don't expect it to be implemented. (number-to-string is
> not enough because of the inaccuracy of the fraction.)
Hi Dave,
Dave Pawson writes:
> C-c C-e hreports HTML export done, pushed to kill ring and clipboard.
> Repeatable, no error. I thought I needed h h to get the html export?
Yes, you need `C-c C-e h h' with Org >8.0.
Or `C-c C-e h h' to export in a buffer and display the buffer.
> I'l
Hi Gang,
Gang Chen writes:
> I found line 2715 of file org-table.el:
>
> #+BEGIN_SRC
> (setq form (replace-regexp-in-string org-ts-regexp3 "<\\1>" form))
> #+END_SRC
>
> change the value of `form' from `vcount([2014-01-01,2014-01-03]' to
> `vcount(<2014-01-01,>)'. Is this the expected behavior?
Hi Florian,
Florian Lindner writes:
> Do you know what is the appropriate place to file such an feature as a
> whishlist item? M-x org-submit-bug-report RET ?
The right way is to use [FR] in your subject line and send the feature
request to this list -- I won't have time to implement this mysel
Hi Dmitry,
Dmitry Gorbik writes:
> This one didn’t work, I modified it like this to make it work:
Okay, double-checked and applied in maint, thanks.
--
Bastien
And with a bit more work (and help from others) I have it working.
IPython, Org, Elpy, session or no-session. Still cannot set
(elpy-use-ipython) which makes the IPython sessions a bit less awesome
(no popup help, for example). But everything else appears to work.
(setq org-babel-python-command
you can use, for example, priorities to indicate the order you want,
and then refresh the agenda.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Hi Albert,
Albert Krewinkel writes:
> * org.el (org-offer-links-in-entry): Use global variable
> `org-any-link-re' instead of defining a string-equal local variable.
>
> The `re' variable defined in function `org-offer-links-in-entry' is
> string-equal to `org-any-link-re' and is hence replace
> From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001
> Message-ID: <87ha5aqa93@treetowl.lan>
> MIME-Version: 1.0
> Content-Type: text/plain
>
> *lisp/org.el: Advise commands which jump to the mark
> ---
>
> There are several non-org commands that jump to a location and would
Hi Leonard,
I followed your directions and added another fix.
Things should be okay now, let me know if not.
Thanks,
--
Bastien
Bastien writes:
> Hi Dave,
>
> Dave Pawson writes:
>
>> C-c C-e hreports HTML export done, pushed to kill ring and clipboard.
>> Repeatable, no error. I thought I needed h h to get the html export?
>
> Yes, you need `C-c C-e h h' with Org >8.0.
>
> Or `C-c C-e h h' to export in a buffe
Hi Kevin,
There used to be such a problem but it has been fixed.
When you report a bug, please first check it's not here anymore
with the latest stable version, or at least provide the version
string of Org.
Thanks,
--
Bastien
Nick Dokos writes:
> Unfortunately, you seem to have attached it as text/enriched and it is
> messed up. Can you please attach it as text/plain?
I attach it just in case.
test.org
Description: Lotus Organizer
--
Bastien
Hi Daniil,
Daniil Mirylenka writes:
> I am execute the following code block,
> (in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'):
>> #+BEGIN_SRC R :var x='(1 2 3)
>> x
>> #+END_SRC
> What I expect is:
>> #+RESULTS:
>> | 1 | 2 | 3 |
> Instead, I get no output, and the f
Hi Brady,
Brady Trainor writes:
> I have code blocks such as
>
> #+BEGIN_SRC emacs-lisp :tangle no
> ...
> #+END_SRC
>
> and when I export the file to org, it becomes
>
> #+BEGIN_SRC emacs-lisp
> ...
> #+END_SRC
>
> Is there an option to include the header args on export?
Not to my knowledge --
Hi Thomas,
Thomas Morgan writes:
> Here is a recipe for what might be another manifestation
> of this bug.
Yes -- something tricky, but I really want to fix this for the
next maintainance release. Thanks for the heads up,
--
Bastien
As I don't see it mentioned in this thread:
(setq org-loop-over-headlines-in-active-region t)
will do wonders for several commands.
If someone has a good idea where to put this in the
manual, I'm all ears!
--
Bastien
Hi Gregor,
Gregor Zattler writes:
> I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED)
> directive in order to render text right flushed (right aligned)
> in export backends.
Just out of curiosity, what backend do you need this for?
Cheers,
--
Bastien
Hi Nikolai,
Nikolai Weibull writes:
>> It seems that if you use
>>
>> #+STARTUP: indent
>>
>> the org-hide face used for the hidden stars will remain when using the
>> org-columns view, resulting on, in my case, white on gray.
>
> To clarify, this leaks out over the whole item, not just the star
Hi Hugo,
Hugo M writes:
> I'm using org-mode 8.2.3a.
You are referring to the online documentation of Emacs, which
documents Org 7.9.3f.
Please read the Org documentation matching your Org version.
--
Bastien
Hi Ian,
Ian Kelling writes:
> I posted this patch in September. It seems it was forgotten.
I missed it as the time.
> I posted it again on April 30th, nothing yet. I also have another
> patch thats been sitting on the list for a few weeks now after
> having a discussion and a positive respons
Eric S Fraga writes:
> Of course, you *could* change the mode line so that clocking information
> comes earlier in the line... but playing with the mode line can be a
> real time sink, and I speak from experience! My mode line bears little
> resemblance to the default and the changes were motiva
Hi Josef,
Josef Wolf writes:
> Any ideas on that problem?
I'll take a look later on -- in the meantime, can you tell what
version of Emacs and Org you are using?
M-x emacs-version RET
M-x org-version RET
Thanks,
--
Bastien
I'm taking my first baby steps at exporting an org file to LaTex. I know
a little about org-mode, and almost nothing about LaTex.
I type C-c C-e l o
A file named file.tex is produced, but the process halts with an error:
org-latex-compile: PDF file ./plm.pdf wasn't produced: [LaTeX error]
A pr
Awesome, thanks a lot!
Dima
On May 20, 2014, at 1:21 PM, Bastien wrote:
> Hi Dmitry,
>
> Dmitry Gorbik writes:
>
>> This one didn’t work, I modified it like this to make it work:
>
> Okay, double-checked and applied in maint, thanks.
>
> --
> Bastien
Steven Arntson writes:
> I'm taking my first baby steps at exporting an org file to LaTex. I know
> a little about org-mode, and almost nothing about LaTex.
>
> I type C-c C-e l o
>
> A file named file.tex is produced, but the process halts with an error:
>
> org-latex-compile: PDF file ./plm.pdf
Bastien writes:
> Nick Dokos writes:
>
>> Unfortunately, you seem to have attached it as text/enriched and it is
>> messed up. Can you please attach it as text/plain?
>
> I attach it just in case.
Didn't know about enriched-mode - thanks!
But back to the original question: with the redefined
o
Hello,
Commit a5686d87 (link[1]) changes several uses of #' to '. Is this org
“house style”? It disables a compile-time warning about potentially
undefined functions:
#+begin_src elisp
(defun i-give-a-warning () (mapc #'doesnt-exist '(1 2 3)))
(defun i-do-not () (mapc 'doesnt-exist2 '(1 2 3)))
Hello Bastien and Brady,
The babel/export interface does not attempt to manage the header args
when it rewrites source blocks. I think this code is pretty subtle.
Check out the (let (... (replacement ...)) ...) code in
‘org-babel-exp-process-buffer’ and the attached patch which fixes the
problem
Hi,
I like to have
(setq org-agenda-todo-ignore-scheduled 'all)
(setq org-agenda-todo-ignore-deadlines 'all)
(setq org-agenda-tags-todo-honor-ignore-options t)
but sometimes I would like to search for some item that I know that is
scheduled somewhere into the future. Or I want to verify whether
Hi Nick,
Thanks you for your help.
Finally I found a solution by referring the examples in texample.net.
I just replaced the \documentclass{article} to
documentclass[varwidth]{standalone},
then it works perfectly.
I am not familiar enriched-mode, too.
It is also very strange that why i can not
76 matches
Mail list logo