Tassilo Horn writes:
> I have (all default values)
>
> org-use-tag-inheritance t
> org-agenda-use-tag-inheritance '(todo search timeline agenda)
> org-agenda-show-inherited-tags t
>
> but there are no inherited tags shown in the agenda or an org-buffer's
> timeline.
>
> When I press `T' on
Tassilo Horn writes:
>> When I press `T' on a agenda entry, the inherited tags are properly
>> messaged in the echo area, though. I'm sure it used to work, but I'm
>> not sure when it stopped working. When I find some time, I can try
>> bisecting.
>
> I've done the bisecting:
>
> 7684fbd6a227f0
Tassilo Horn writes:
>> I've done the bisecting:
>>
>> 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 is the first bad commit
>> commit 7684fbd6a227f0ad182661fd7eb17a9e13dc4695
>> Author: Nicolas Goaziou
>> Date: Tue Jan 8 10:34:40 2013 +0100
>>
>> Ignore `auto-fill-inhibit-regexp'
>
> Sorry for
On Wed, Jan 09, 2013 at 03:16:09PM +0100, Gour wrote:
[...]
> > I use this as Customer Relationship Management (CRM) system.
>
> ...and would like to use it as CRM as well. Can you, please, share some
> more info about your setup (I'll probably use Gnus instead of Mutt)?
Here is my YASnippet te
On Jan 10, 2013 11:40 AM, "Nick Dokos" wrote:
> I get different behavior from what you describe, with Org-mode
> version 7.9.2 (release_7.9.2-948-gab17f9 @
> /home/nick/elisp/org-mode/lisp/) and also going back to the version you
> mention below and also 7.9.2 for good measure:
>
> M-S-right behav
Hi Jambunathan,
thanks for the information about your name. So now I know how I can
adress you - and not your father;)
As to the other very detailed infos about org-odt-export: Right now I
have some work to do, but will have a closer look probably next week...
Thanks a lot
Martin
Am 09.01.
Hi Rocky,
163(rockyzhz) writes:
> As the title, HTML export would generate a extra space with the option:
> #+OPTIONS: \n:nil
> at the beginning of the org file.
I don't understand what the problem exactly is.
Can you give an example of an .org file and its .html export
and point at what is w
Hi Tassilo,
Tassilo Horn writes:
> I have (all default values)
>
> org-use-tag-inheritance t
> org-agenda-use-tag-inheritance '(todo search timeline agenda)
> org-agenda-show-inherited-tags t
>
> but there are no inherited tags shown in the agenda or an org-buffer's
> timeline.
>
> When I
Hi Aaron,
can you repost your email using plain text? AFAIK there is no global
option for turning plain text on by default on gmail (shame on Google)
but you can do this for one email.
Otherwise your config is unreadable.
Also, please include a minimal example .org file to reproduce the bug
to
Hi James,
James Harkins writes:
> Ok... and the behavior of org-id-update-id-locations? Does it remove
> ids that aren't found in any of the org files?
>
> I guess if I have time tonight, I can parse the old and new locations
> files and compare the keys. I was hoping someone would know and save
Is PDF to org supposed to work? I tried their CLI commands and it just
produced an empty .org file.
Hi Andreas,
Thanks for the detailed report and the suggested fix.
This is now fixed in Org's repository, it will be fixed
in Emacs when Org is merged again in emacs-24 branch.
Best regards,
--
Bastien
Please be more explicit about what you tried.
--
Bastien
hej,
i just noticed, that although org-element properly parses the repeating
information of an active-range :type timestamp, it is not able to
interpret it again (unless the :raw-value is still present, of course).
minimal working example below:
* ❢ Tagesschau
<2013-01-15 Tue 20:00 +1d>--<2013-
Hi Bastien,
For example, the org file(between the two lines) is:
--
#+OPTIONS: \n:nil
Example
abcde
fghijk
--
Then:
C-c C-e h
In HTML file, you will se
Hello,
co...@online.de (Jonas Hörsch) writes:
> i just noticed, that although org-element properly parses the repeating
> information of an active-range :type timestamp, it is not able to
> interpret it again (unless the :raw-value is still present, of
> course).
Fixed. Thank you for the detaile
Hello Viktor and Igor,
Sorry for the late response, I was on holidays.
On Wed, Jan 02, 2013 at 01:38:40PM +0100, Viktor Rosenfeld wrote:
> Suvayu Ali wrote:
>
> > On Mon, Dec 31, 2012 at 08:29:12AM +0100, Gour wrote:
> >
> > I use notmuch for indexing only, and read and send emails from mutt.
> >
Hi Rocky,
163(rockyzhz) writes:
> This result is natural and good in English, but in Chinese
> these is NOT any space among words typically, the extra space
> converted from line-break would seem weird and somewhat ugly.
>
> So could you provide an option for Chinese to avoid the extra space?
T
Am Thu, Jan 10, 2013 at 02:47:17PM +0100, Suvayu Ali wrote:
> Sorry for the late response, I was on holidays.
thanks a lot for your informative answer! Very interesting!
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
:: jabberi
Hi,
Recently my Emacs start up fails when I (require 'org) because the
function `org-load-noerror-mustsuffix' is undefined. I was able to fix
this by checking out the version previous to commit 5484a33b [1].
Best,
Footnotes:
[1] commit 5484a33b8d1382958095922bc9bc2bd6f1d9ffc6
Author: Achim Gr
Hi Eric,
Eric Schulte writes:
> Recently my Emacs start up fails when I (require 'org) because the
> function `org-load-noerror-mustsuffix' is undefined. I was able to fix
> this by checking out the version previous to commit 5484a33b [1].
Does this patch help?
diff --git a/lisp/org-macs.el b
Nope,
Even with the addition of that autoload statement I get the same error
let: Symbol's function definition is void: org-load-noerror-mustsuffix
Best,
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Recently my Emacs start up fails when I (require 'org) because the
>> function
Eric Schulte writes:
> Even with the addition of that autoload statement I get the same error
>
> let: Symbol's function definition is void:
> org-load-noerror-mustsuffix
Do you have any Org function called before (require 'org)?
`org-load-noerror-mustsuffix' is part of org-macs.el which is
Bastien writes:
> Eric Schulte writes:
>
>> Even with the addition of that autoload statement I get the same error
>>
>> let: Symbol's function definition is void:
>> org-load-noerror-mustsuffix
>
> Do you have any Org function called before (require 'org)?
>
> `org-load-noerror-mustsuffix'
Eric Schulte wrote:
> Bastien writes:
>
> > Eric Schulte writes:
> >
> >> Even with the addition of that autoload statement I get the same error
> >>
> >> let: Symbol's function definition is void:
> >> org-load-noerror-mustsuffix
> >
> > Do you have any Org function called before (require
Thank you Eric and Jambunathan for your answers.
If I process the whole table with babel to manually add the lines from the
external file than I would have to take care of updating the formula for
the "Total" value as well as making sure the new content was added before
the "Total" line, right?.
Nick Dokos writes:
> Eric Schulte wrote:
>
>> Bastien writes:
>>
>> > Eric Schulte writes:
>> >
>> >> Even with the addition of that autoload statement I get the same error
>> >>
>> >> let: Symbol's function definition is void:
>> >> org-load-noerror-mustsuffix
>> >
>> > Do you have any O
Darlan Cavalcante Moreira writes:
> Thank you Eric and Jambunathan for your answers.
>
> If I process the whole table with babel to manually add the lines from the
> external file than I would have to take care of updating the formula for
> the "Total" value as well as making sure the new content
thanks, very informative!
Suvayu Ali wrote:
> Sorry for the late response, I was on holidays.
At Thu, 10 Jan 2013 19:44:32 +0100,
Nicolas Goaziou wrote:
>
> Hello,
>
> Sebastian Hofer writes:
>
> > #+BEGIN_SRC emacs-lisp
> > (defun my-e-latex-headline (headline contents info)
> > (if (member "ignoreheading" (org-element-property :tags headline))
> > contents
> > (org-e-latex-head
> From: Jambunathan K
> Date: Thu, 10 Jan 2013 10:37:19 +0530
> Cc: emacs-orgmode , emacs-de...@gnu.org
>
>
> There is support for inotify in Emacs. Last I heard, people were
> interested in hearing use-cases.
>
> I am not sure it qualifies as a minimal use-case. But it is something
> that co
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> If this problem is specific to my situation I'm happy to ignore it until
>> I can update my elpa version of Org-mode to a newer one. Alternately I
>> could just remove my ELPA install of Org-mode, as it was only installed
>> to answer que
Eric Schulte writes:
> Recently my Emacs start up fails when I (require 'org) because the
> function `org-load-noerror-mustsuffix' is undefined. I was able to fix
> this by checking out the version previous to commit 5484a33b [1].
Your Emacs loads an outdated org-macs.el. Additionally, you have
Hi Eric,
Eric Schulte writes:
> If this problem is specific to my situation I'm happy to ignore it until
> I can update my elpa version of Org-mode to a newer one. Alternately I
> could just remove my ELPA install of Org-mode, as it was only installed
> to answer questions on the mailing list,
Does your emacs fail if you simply point to the correct load path?
I.e. a one-line init.el with this:
(add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
?
--
Bastien
Eric Schulte writes:
> This is done I now have no Org packages in my ELPA. However I *still*
> can't use any version of Org-mode post the 5484a33b commit. For the
> simplest possible reproduction instructions, try the following.
>
> 1. mv your init.el to a backup locate
>
> 2. replace your init.e
Bastien writes:
> Does your emacs fail if you simply point to the correct load path?
>
> I.e. a one-line init.el with this:
>
> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
>
> ?
Excellent, that does indeed work, I should have tried it much earlier.
Sorry about the noise,
--
Eri
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
Thanks for your patch. A few comments below.
> I don't think I fully understand how :options-alist works. With the
> attached patch I was expecting to be able to use #+LATEX_HYPER: nil, but
> this didn't work for me.
Keywords values are either a st
org-capture-templates-contexts currently appears not to work. The structure
that the function 'org-contextualize-validate-key' expects to find in the
variable seems quite different from the structure described in the docstring.
Here are fixed versions of the functions 'org-contextualize-validate-k
Hello,
Sebastian Hofer writes:
> #+BEGIN_SRC emacs-lisp
> (defun my-e-latex-headline (headline contents info)
> (if (member "ignoreheading" (org-element-property :tags headline)) contents
> (org-e-latex-headline headline contents info)))
> #+END_SRC
I suggest to use:
(org-export-with-b
Eric Schulte writes:
> Bastien writes:
>
>> Does your emacs fail if you simply point to the correct load path?
>>
>> I.e. a one-line init.el with this:
>>
>> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
>>
>> ?
>
> Excellent, that does indeed work, I should have tried it much earli
Achim Gratz writes:
> Eric Schulte writes:
>> This is done I now have no Org packages in my ELPA. However I *still*
>> can't use any version of Org-mode post the 5484a33b commit. For the
>> simplest possible reproduction instructions, try the following.
>>
>> 1. mv your init.el to a backup loca
Hi Eric,
Eric Schulte writes:
> Retracted. This only works because,
>
> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
> (require 'org)
>
> Does not in fact load up the newest version of Org-mode.
How did you check?
You don't have the error about the missing function anymore, ri
> Retracted. This only works because,
>
> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
> (require 'org)
>
> Does not in fact load up the newest version of Org-mode.
>
> I'm surprised I'm the only person experiencing this problem. Can anyone
> else reproduce this locally? To re-i
> Retracted. This only works because,
>
> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
> (require 'org)
>
> Does not in fact load up the newest version of Org-mode.
>
> I'm surprised I'm the only person experiencing this problem. Can anyone
> else reproduce this locally? To re-i
Eric Schulte wrote:
> I attempted to apply your suggestions to my init.el resulting in the
> following
>
>
> (add-hook 'after-init-hook
> `(lambda ()
> (require 'org)
> (setq features (remove 'org-macs features))
> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
> (loa
Eric Schulte wrote:
> alright, starting with emacs -Q, evaluate the following in your scratch
> buffer.
>
> (load-file "~/.emacs.d/src/org-mode/lisp/org.el")
>
> it may complain (void-function org-define-obsolete-function-alias), in
> which case evaluate the following in your scratch buffer
>
Eric Schulte wrote:
> Eric Schulte writes:
>
> > Bastien writes:
> >
> >> Does your emacs fail if you simply point to the correct load path?
> >>
> >> I.e. a one-line init.el with this:
> >>
> >> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
> >>
> >> ?
> >
> > Excellent, that doe
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Retracted. This only works because,
>>
>> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/")
>> (require 'org)
>>
>> Does not in fact load up the newest version of Org-mode.
>
> How did you check?
>
> You don't have the error ab
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
> Thanks for your patch. A few comments below.
>
>> I don't think I fully understand how :options-alist works. With the
>> attached patch I was expecting to be able to use #+LATEX_HYPER: nil, but
>> thi
>> There is currently a problem with package manager when a package is
>> installed from a package archive,that package is already installed
>> either in Emacs core or site-lisp, and when (parts of) said package have
>> already been loaded when ELPA tries to install: the byte-compiler will
>> use t
Stefan Monnier writes:
> - outdated .elc file taking precedence over the new .el file can do
> the same.
I find this warning quite useful.
Consider this, all happening because of what is in .emacs.
1. Something in .emacs causes org-x to be loaded from Vanilla Emacs.
2. Load path changed to
Hi Eric,
Eric Schulte writes:
> Alright, after adding the autoload declaration to the above function,
> and running "make autoloads" in the checked out Org-mode directory, I am
> able to load org.el successfully. I just committed this change.
Are you sure adding ;;;###autoload was needed for t
53 matches
Mail list logo