:: Nicolas Goaziou writes:
NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes:
>> With -Q, I still have the same problem. It is not a top level
>> heading, but even as a top level heading, this doesn't happen. The
>> SCHEDULED line is removed, rather than updated.
NG> Very strange. At th
Hi Gustav,
Gustav Wikström writes:
[...]
> If you want to make any change,
Given that, as of 6c6ae99, the function's behavior doesn't match its
name or its previous behavior, I don't think leaving it unchanged is a
good option.
> I'd suggest to instead change the name
> of org-agenda-filter-b
I tangeled the following org-mode file:
#+BEGIN_SRC R :tangle /tmp/test.R :comments link
1 + 2
#+END_SRC
#+BEGIN_SRC R :tangle /tmp/test.R :comments link
3 + 4
#+END_SRC
The result was:
## [[file:test.org][No\ heading:1]]
1 + 2
## No\ heading:1 ends here
## [[file:test
Hi Gustav,
currently, the remove functionality can also be accessed by C-u /. If we want
to provide a dedicated hotkey, then the following definition will do it:
(add-hook 'org-agenda-mode-hook
(lambda()
(local-set-key (kbd "\") '(lambda()
Myles English writes:
>> I’m arguing for a solution that supports BOTH "one-off" and permanent
>> data.
>
> OK, sorry, I thought you were arguing for a heading tagged :location:
> and against an option #+LOCATION or property :EXPORT_LOCATION:. How
> about applying my patch please and the tagged
Rasmus,
Rasmus writes:
> I’m arguing for a solution that supports BOTH "one-off" and permanent
> data.
OK, sorry, I thought you were arguing for a heading tagged :location:
and against an option #+LOCATION or property :EXPORT_LOCATION:. How
about applying my patch please and the tagged heading
Hello,
Andrej Depperschmidt writes:
> Somehow I'm not able to locate the problematic part in my configuration
> though it must be some interference of the recent changes of org-mode
> with my configuration.
>
> With point somewhere in the following table I get an error that gives
> the backtrace
Hi Nicolas
On Fri, Jan 29, 2016 at 2:32 PM, Nicolas Goaziou wrote:
> My suggestion was hypothetical, and not yet implemented. No wonder it
> doesn't work.
>
> If you think this change sounds reasonable, I can implement it, tho.
> However, there is some backward incompatibility involved.
>
> The c
On Fri, Jan 29, 2016 at 1:11 PM, Saša Janiška wrote:
> Hello,
>
> I'm returning to Emacs-land and wonder whether mobile-org is still
> working with org-mode?
Still works, though the development looks like it's tapered off over ~2 years:
- https://github.com/matburt/mobileorg-android
>
> Do you h
Somehow I'm not able to locate the problematic part in my configuration
though it must be some interference of the recent changes of org-mode
with my configuration.
With point somewhere in the following table I get an error that gives
the backtrace pasted below. Do you have a hint what to look for
Hello,
I'm returning to Emacs-land and wonder whether mobile-org is still
working with org-mode?
Do you have any other recommendation to sync tasks with Android phones?
For contacts/calendars I was using org-vcard/org-caldav and they worked
pretty well via ownCloud, but now, when i use GNOME, I
There's a program that org-mode users (as I have been) specifically
might be interested in, a personal "knowledge manager"/list
manager/organizer/etc called OneModel (Free/AGPL). Instead of storing
data as text, it puts *everything* in a single object model backed by
postgresql, but text impor
Or with the point on the link, you can hit C-c C-l. That will bring up the
link for editing in the minibuffer. Hitting C-g will take you out of there
without modifying the link.
Thank you! I verified that the bug is now fixed.
John Kitchin writes:
>> ... if you hover with the moust over the link, you get
>> a "bubble" (I can't remember what it's really called :-( ) with the expanded
>> link
>> shown.
>
> I think you are looking for "tooltip" ;)
>
Yup - thanks!
--
Nick
Hello,
Martin writes:
> Hi there,
>
> Since today a C-c a a leads to the error
>
> Updating dynamic block `clocktable' at line 1...
> font-lock-fontify-keywords-region: Wrong type argument: listp, org-table
> Auto-saving...
>
> I don't know where it comes from, how can I figure out which lines i
Hi there,
Since today a C-c a a leads to the error
Updating dynamic block `clocktable' at line 1...
font-lock-fontify-keywords-region: Wrong type argument: listp, org-table
Auto-saving...
I don't know where it comes from, how can I figure out which lines in
the org file or maybe in the org libs
You can use a regular link like [[file:some-doc.docx]]
If you click on this and see stuff like:
M Filemode Length Date Time File
- -- ---
-rw-rw-rw- 1524 1-Jan-1980 00:00:00 [Content_Types].xml
-rw-
try M-x org-toggle-link-display
that will show the long form of the links.
Nick Dokos writes:
> Satoru KURASHIKI writes:
>
>> hi,
>>
>> Are there any good way/settings to display org-link's url easily?
>>
>> I'm happy if I can see them in minibuffer putting cursor on the org-link.
>> (like poin
Satoru KURASHIKI writes:
> hi,
>
> Are there any good way/settings to display org-link's url easily?
>
> I'm happy if I can see them in minibuffer putting cursor on the org-link.
> (like pointing urls on web browsers may show urls in statusbar)
>
Another method: typing
C-u C-x =
somewhere insi
Satoru KURASHIKI writes:
> hi,
>
> Are there any good way/settings to display org-link's url easily?
>
> I'm happy if I can see them in minibuffer putting cursor on the org-link.
> (like pointing urls on web browsers may show urls in statusbar)
>
I'm not sure whether it works in the console envi
Hi Eliya,
(I'm sending my reply to the list; please use reply-all or similar so
your responses go to the list, too.)
Eliya Voldman writes:
> I'm using Windows OS.
> I'm using Emacs package from Cygwin hence I open any file types e.g. .doc
> using %cygstart.exe file.docx
I don't know anything a
Hello,
Michael Brand writes:
> On Sun, Jan 17, 2016 at 9:40 PM, Nicolas Goaziou
> wrote:
>
>> In the current case, you need to use match string:
>>
>> (add-to-list 'org-file-apps
>>(cons (concat org-player-file-extensions-regexp
>> "::\\([0-9]+:[0
Hi all,
Since 5d19c2c6891acd55dae36fccc07defe359a7283e, the habit consistency
graph renders intervals in wrong color if you use `++'.
http://ibin.co/2V80yaYqOT1O
The above graph in the pic is from 5d19c2c68~1, the below is the tip
of master. Note that red region from the left most `*' to `!' at
Hello,
swfl...@flintfam.org (Samuel W. Flint) writes:
> With -Q, I still have the same problem. It is not a top level heading,
> but even as a top level heading, this doesn't happen. The SCHEDULED
> line is removed, rather than updated.
Very strange. At this point, I suggest to debug the funct
Hello,
Andrej Depperschmidt writes:
> The minimal example are the two tables in an org-file. When I try to
> move in those tables using TAB it is working okay in the first but not
> in the second. Note however that it is working as expected with emacs -Q
> and manually loading org.
>
> There see
Hi,
I can create a concatenation of the element in column like this:
#+NAME: addresses
| able| a...@example.org |
| baker | ba...@example.org|
| charlie | char...@example.org
Hi Myles,
Myles English writes:
>> But is it much neater than:
>>
>> ** bank details :location:
>> Acc. no.: 12345
>> Big Bank Corp
>> Sort code: 1122
>
> Err, yes it is? And anyway, that data is in my LCO file, I don't want
> to duplicate it.
That's fine, but one might want t
On 2016-01-28 12:33, Karl Voit writes:
>> I’ve had issues with this in the past (I also use org for git). To
>> make sure org is never installed with elpa, I manually install
>> (`package-install-file') this org.el file:
>>
>> #+begin_src emacs-lisp
>> ;;; org.el --- Dummy org mode package
>>
>>
Hi,
I've just notice that if I have the following:
* Ditaa Image
#+BEGIN_SRC ditaa :file ecm.png :cmdline -r :cache yes
+-+
| |
+-+
#+END_SRC
and export to PDF via LaTeX, the image is generated but the caching
mechanism is not triggered. It is only when I do 'C-c C-c' explicitly
on the BEGIN_SR
30 matches
Mail list logo