[O] Bug: `org-timestamp-format' does not return correct time [8.2.10 (8.2.10-41-g42228a-elpa @ /home/gk/.emacs.d/packages/org-20150601/)]

2015-10-21 Thread Göktuğ Kayaalp
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Markup (=, ~) in word?

2015-10-29 Thread Göktuğ Kayaalp
On Thu, Oct 29 2015 at 5:07:55 pm EEST, Rainer M Krug <rai...@krugs.de> wrote: > Göktuğ Kayaalp <s...@gkayaalp.com> writes: > >> On Thu, Oct 29 2015 at 2:21:17 pm EEST, Rainer M Krug <rai...@krugs.de> >> wrote: >>> Matt Price <mopto...@gmail.co

Re: [O] Markup (=, ~) in word?

2015-10-29 Thread Göktuğ Kayaalp
A regexp like "." to match a body character. Don't use | non-shy groups here, and don't allow newline here. | newline The maximum number of newlines allowed in an emphasis exp. | | You need to reload Org or to restart Emacs after customizing this. | | [back] ` > [...] [1] http://orgmode.org/worg/dev/org-syntax.html#Emphasis_Markers Regards, -gk -- İ. Göktuğ Kayaalp. http://gkayaalp.com/

Re: [O] How can I call the exporter from function?

2015-10-26 Thread Göktuğ Kayaalp
eys it becomes something like: > c-c c-e c-s o o > > ... If I remember correctly. In this case I would rather do > > m-x my-own-canned-exporter > > I tried following the exporting dispatcher function but got lost in the > wilderness. Does anyone have a suggestion? -- İ. Göktuğ Kayaalp. http://gkayaalp.com/

Re: [O] Export datetree item subtree with its date, not the file's

2015-10-20 Thread Göktuğ Kayaalp
ote: > Hello, > > s...@gkayaalp.com (Göktuğ Kayaalp) writes: > >> Hi, >> >> This is my first post to this group, so I'm sorry if I'm skipping any >> conventions. > > Welcome to the list. Sorry for the lack of responses to your post. > It's a hig

[O] Export datetree item subtree with its date, not the file's

2015-10-02 Thread Göktuğ Kayaalp
Hi, This is my first post to this group, so I'm sorry if I'm skipping any conventions. And sorry for the dense subject line, I didn't want it to be too long. Thanks a lot for the hard work on org-mode. I have started recently to organise my lecture notes into a datetree. Every now and

[O] Issues w/ hacking Org font-lock for variable pitch prose

2015-11-30 Thread Göktuğ Kayaalp
202\225." [pos org-element-use-cache org-element--cache orgstruct-mode cached element derived-mode-p org-mode org-element--cache-find nil :begin get-text-property 0 plist-get t org-get-limited-outline-regexp "^" outline-previous-heading planning " .\n" beginning-of-l

Re: [O] Issues w/ hacking Org font-lock for variable pitch prose

2015-12-05 Thread Göktuğ Kayaalp
Hello, On Sat, Dec 05 2015 at 03:05:38 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Göktuğ Kayaalp <s...@gkayaalp.com> writes: > >> […] > > Your code is probably not buggy. You are encountering a cache error. > Does it happen on

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-14 Thread Göktuğ Kayaalp
a pointed, but that's rather tedious as things like lessons change during the year (different classrooms, time changes). Cheers, -g. > Regards -- İ. Göktuğ Kayaalp http://www.gkayaalp.com/index.html s...@gkayaalp.comPGP = 024C 30DD 597D 142B 49AC Plaintext please! {U

[O] Is it possible to repeat tasks only a certain amount of times?

2017-09-13 Thread Göktuğ Kayaalp
y, instead of only on Monday, which I dont want at all (these are lessons that repeat every certain day of each week of a certain period, and they are many). Thanks in advance, Göktuğ. -- İ. Göktuğ Kayaalp http://www.gkayaalp.com/index.html signature.asc Description: PGP signature

Re: [O] How to get the eacute above the e in saute or Saute?

2017-10-12 Thread Göktuğ Kayaalp
Emacs manual, especially "Input Methods" and "Select Input Method" within it. -- İ. Göktuğ Kayaalp <http://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: [O] `fill-paragraph' on headings

2017-10-31 Thread Göktuğ Kayaalp
ably be better. (FWIW I'm the one who suggested this on the reddit thread too). Best. -- İ. Göktuğ Kayaalp <http://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-14 Thread Göktuğ Kayaalp
:edit-bindings header argument). ;; These override attr-edit values. (when edit-bindings (funcall sub (cdr edit-bindings) source-buffer -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-14 Thread Göktuğ Kayaalp
welcome If this feature will be included upstream, I can make this into a patch instead of an advice and add the related docs and tests. This was meant as a concrete example of the concept. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-14 Thread Göktuğ Kayaalp
can do the paperwork again. > 2018ko maiatzak 14an, Göktuğ Kayaalp-ek idatzi zuen: > > [...] > >> One ‘gotcha’ is that :edit-bindings requires a quoted list whereas the >> explicit quote is not necessary with ATTR_EDIT: >> >> #+BEGIN_SRC elisp :edit-bindings '((lexical-b

Re: [O] Localized org-mode

2018-05-12 Thread Göktuğ Kayaalp
On 2018-05-12 09:29 +09, Jean-Christophe Helary <brandel...@gmail.com> wrote: >> On May 12, 2018, at 7:23, Göktuğ Kayaalp <s...@gkayaalp.com> wrote: >>> In Scheme, for ex. you can actually redefine all the language keywords >>> very easily without any impact

Re: [O] Localized org-mode

2018-05-12 Thread Göktuğ Kayaalp
ose? People/packages can define their own keywords for in buffer settings, and again here translations can cause breakage. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: [O] Localized org-mode

2018-05-11 Thread Göktuğ Kayaalp
intain. > > Localization, when properly done is never a nightmare to maintain. I appreciate your efforts on i18n and l10n on Emacs, but unfortunately I am yet to find a properly localised piece of software, especially in the FOSS community. Also, when I need help online, I need the English

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-15 Thread Göktuğ Kayaalp
operties: :edit_bindings: /varlist/ :end: #+header: edit-bindings /varlist/ #+end_example where scoping is like (x > y meaning x overrides y): header line bindings > subtree bindings > #+property bindings before the element I'll send a complete patch soon. Best, -- İ. Göktuğ

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-18 Thread Göktuğ Kayaalp
On 2018-05-15 21:36 +03, Göktuğ Kayaalp <s...@gkayaalp.com> wrote: > So, today I've started implementing a version of this that works like > this: > > #+begin_example > #+property: edit-bindings /varlist/ > * heading > :properties: > :edit_bindings: /varlist

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-01 Thread Göktuğ Kayaalp
s 65, lexical binding is t ;; and indent-tabs-mode is nil #+end_src > PS Itʼs best to use “reply all” and include the org mode mailing list in > replies, to make sure everyone following the thread sees all the > messages. Whoops! Sorry, yeah, I have been hitting the wrong keybinding

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-01 Thread Göktuğ Kayaalp
On 2018-05-02 01:12 +03, Göktuğ Kayaalp <s...@gkayaalp.com> wrote: > Okay, I'll read up on these, both code and manuals. So we've agreed > that what we want is a new header argument, ‘:edit-vars’, whose value is > a form similar to a varlist, where > > - a form (var val)

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-01 Thread Göktuğ Kayaalp
d of :edit-vars? :var is a completely different thing, and :edit-vars may cause confusion, given the similarity of the name. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-02 Thread Göktuğ Kayaalp
ader arguments are ignored during export. Thanks. This means implementing this feature as a header argument should suffice for all useful cases (though it'll probably become more clearer when it's implemented and tested). -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/>

Re: [O] Inheriting some local variables from source code block editing buffers

2018-04-30 Thread Göktuğ Kayaalp
useful: x.org === # -*- fill-column: 65 -*- #+edit_special_bindings: c-file-style:gnu fill-column* This can be useful when one needs/wants to keep a consistent style in a given file. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

[O] Inheriting some local variables from source code block editing buffers

2018-04-29 Thread Göktuğ Kayaalp
mistakenly evaluate code in a non-lexical environment thinking it's the opposite instead. I've implemented this with the patch attached to this message, if it's deemed useful, I can revise it for inclusion upstream (just wanted to see what you think about the idea with this one). -- İ. Göktuğ Kayaalp

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-01 Thread Göktuğ Kayaalp
BTW I can also implement this as a 3rd party extension instead of as a core feature, I can see how it's possibly not generic enough for that. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D94

Re: [O] Inheriting some local variables from source code block editing buffers

2018-05-01 Thread Göktuğ Kayaalp
170 code blocks, which means same three lines repeated 170 times adding up to extra 510 lines, just for setting one variable consistently. -- İ. Göktuğ Kayaalp <https://www.gkayaalp.com/> 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

‘org-test-with-temp-text’ fails weirdly

2020-05-06 Thread Göktuğ Kayaalp
plies, I’m not subscribed to the mailing list. -- İ. Göktuğ Kayaalp / @cadadr / <https://www.gkayaalp.com/> pgp: 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427 >From 88ad28dce8e0111c10ca18db5f58d35924112441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0=2E=20G=C3=B6ktu=C4=9F=20Kayaalp?= Date:

Broken org-persist-storage probably leads to ‘org-open-at-point’ ask for TAGS file

2023-02-28 Thread Göktuğ Kayaalp
Hello, I have discovered a weird behaviour that I have tracked back to org-persist and org-element-cache, where after some time, when I try to follow a document internal link in org mode, whether to a headline or to a =<>=, it would ask me to load a TAGS file, I think somewhat like how xref might